51 Commits

Author SHA1 Message Date
openeuler-ci-bot
0196b25daa
!87 Update crash from master
From: @chenhaixaing 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2023-07-25 12:02:40 +00:00
chenhaixiang
70e72bcf02 Update crash from master 2023-07-25 15:31:42 +08:00
openeuler-ci-bot
b09c52d95d
!85 arm64: Use VA_BITS for page_offset calculation
From: @chenhaixaing 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2023-07-18 01:49:02 +00:00
chenhaixiang
4a65b56f24 arm64: Use VA_BITS for page_offset calculation
Signed-off-by: chenhaixiang <chenhaixiang3@huawei.com>
2023-07-17 04:24:08 -04:00
openeuler-ci-bot
e7f9f58219
!76 fix segfault by "bt" command with offline cpus
From: @lijianglin6 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2023-01-04 08:27:43 +00:00
l30029166
27eacada52 fix segfault by "bt" command with offline cpus 2023-01-04 15:47:04 +08:00
openeuler-ci-bot
4514529163
!67 Fix aarch64 KASAN 内核kdump,crash工具bt无法显示宕机堆栈
From: @ch-cityhunter 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2022-12-09 08:10:29 +00:00
Ding Hui
b6d9d2021b fix backtraces of arm64 KASAN kernel dumpfile truncated
bugzilla: https://gitee.com/src-openeuler/crash/issues/I64FYG

apply upstream
https://listman.redhat.com/archives/crash-utility/2022-December/010288.html
and port for SDEI stack

Signed-off-by: Ding Hui <dinghui@sangfor.com.cn>
2022-12-09 12:33:57 +08:00
openeuler-ci-bot
1ff8dad33b
!63 fix error with live debugging
From: @chenhaixaing 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2022-11-21 09:14:15 +00:00
chenhaixiang
6eac679884 fix error with live debugging
Signed-off-by: chenhaixiang <chenhaixiang3@huawei.com>
2022-11-21 16:00:14 +08:00
openeuler-ci-bot
897c821826
!62 添加sw架构
From: @wuzx065891 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2022-10-28 06:34:00 +00:00
wzx
beedbc787a Add sw64 architecture
Signed-off-by: wzx <wuzx1226@qq.com>
2022-10-19 14:32:38 +08:00
openeuler-ci-bot
5e992e33fd
!57 [sync] PR-56: fix gdb CVE-2019-1010180
From: @openeuler-sync-bot 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2022-10-14 03:49:06 +00:00
chenhaixiang
7a3cc45945 fix gdb CVE-2019-1010180
Signed-off-by: chenhaixiang <chenhaixiang3@huawei.com>
(cherry picked from commit 9be8d5d63973a31419c86f81ea25a6df9825756b)
2022-10-12 10:05:34 +08:00
openeuler-ci-bot
0bceae741e
!54 Handle task_struct cpu member changes for kernels >= 5.16-rc1
From: @wangbin224 
Reviewed-by: @hanxinke 
Signed-off-by: @hanxinke
2022-02-23 13:17:04 +00:00
Bin Wang
a8aefce32f Handle task_struct cpu member changes for kernels >= 5.16-rc1
Kernel commit bcf9033e5449bdcaa9bed46467a7141a8049dadb
("sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y")
moved the member cpu of task_struct back into thread_info.
Without the patch, crash fails with the following error message
during session initialization:

  crash: invalid structure member offset: task_struct_cpu
FILE: task.c  LINE: 2904  FUNCTION: add_context()

And delete use_system_readline_v3.patch. Use readline provided by
internal gdb instead of system readline. System readline do not
match crash, and will cause a Segmentation fault when parse corefile.

Signed-off-by: Bin Wang <wangbin224@huawei.com>
2022-02-23 20:48:52 +08:00
openeuler-ci-bot
2423827726
!48 fix null pointer reference when CONFIG_KASAN is open
From: @zhouwenpei 
Reviewed-by: @hanxinke 
Signed-off-by: @hanxinke
2022-02-22 09:19:22 +00:00
zhouwenpei
c6e8bf0337 fix null pointer reference when CONFIG_KASAN is open 2022-02-08 11:13:17 +08:00
openeuler-ci-bot
4416dad71c
!47 add SDEI stack resolution
Merge pull request !47 from zhouwenpei/openEuler-22.03-LTS-Next
2022-01-20 08:04:06 +00:00
zhouwenpei
bcf5d8ba91 add SDEI stack resolution 2021-12-31 11:32:23 +08:00
openeuler-ci-bot
8cb8f88a08 !45 fix seek error “IRQ stack pointer”
Merge pull request !45 from zhouwenpei/openEuler-22.03-LTS-Next
2021-12-30 12:38:33 +00:00
zhouwenpei
4f50076e19 fix seek error IRQ stack pointer 2021-12-30 17:26:02 +08:00
openeuler-ci-bot
3e99fb8540 !42 update to version 7.3.0
Merge pull request !42 from zhouwenpei/openEuler-22.03-LTS-Next
2021-12-25 07:02:34 +00:00
zhouwenpei
cc23aa3958 update to version 7.3.0 2021-12-24 18:34:34 +08:00
openeuler-ci-bot
0cec8d7d9d !39 add buildrequire m4
From: @zhouwenpei
Reviewed-by: @miao_kaibo
Signed-off-by: @miao_kaibo
2021-06-30 02:05:04 +00:00
zhouwenpei
f617707973 add buildrequire m4 2021-06-29 15:42:34 +08:00
openeuler-ci-bot
11fb8fbbe1 !35 add -j option for building efficiency optimization
From: @tong_1001
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-05-11 09:32:39 +08:00
tong_1001
31d3ad5c28 add -j option for building efficiency optimization 2021-05-10 19:21:50 +08:00
openeuler-ci-bot
5d01663dd2 !32 fix patch issue in upgrade version commit
From: @tong_1001
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-04-09 14:11:45 +08:00
shixuantong
6919abe3d9 fix patch issue in upgrade version commit 2021-04-08 22:59:03 +08:00
openeuler-ci-bot
7071dccd38 !31 upgrade version to 7.2.9
From: @run-is-pig
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-02-01 17:18:10 +08:00
renmingshuai
2424f9464a Upgrade version to 7.2.9 2021-02-01 11:37:13 +08:00
openeuler-ci-bot
d2d69873fc !23 Update Source0, URL, add Source1 and update tarball from upstream release
From: @tong_1001
Reviewed-by: @licihua
Signed-off-by: @licihua
2020-12-12 10:43:23 +08:00
桐小哥
cee9e7e661 Update Source0, URL, add Source1 and update tarball from upstream release 2020-12-12 10:15:44 +08:00
openeuler-ci-bot
d3818a5e01 !11 Restore Source0 and URL
Merge pull request !11 from 桐小哥/master
2020-09-09 11:08:50 +08:00
桐小哥
34fc28b7de Restore Source0 and URL 2020-09-08 17:19:25 +08:00
openeuler-ci-bot
0d9718b7d2 !10 【轻量级 PR】:修正笔误
Merge pull request !10 from Monday/N/A
2020-08-22 09:50:51 +08:00
Monday
2d72ef22c1 修正笔误 2020-08-13 19:37:15 +08:00
openeuler-ci-bot
3073692d70 !8 update yaml file
Merge pull request !8 from 桐小哥/master
2020-08-13 19:36:48 +08:00
桐小哥
a0adc6ce87 update crash.yaml. 2020-08-13 18:58:12 +08:00
openeuler-ci-bot
01041dae1c !6 crash
Merge pull request !6 from xinghe/master
2020-07-29 09:17:30 +08:00
jinzhimin369
341a661cd7 update version 2020-07-28 11:14:39 +08:00
openeuler-ci-bot
8fd1ee9de0 !5 crash
Merge pull request !5 from xinghe/master
2020-07-28 09:36:28 +08:00
weiwei_150212
76806288cc update version 2020-07-28 09:09:30 +08:00
19909236985
6a3a22c4cf add yaml file in package 2020-07-28 09:09:29 +08:00
openeuler-ci-bot
a83f4a2d78 !3 add yaml file in package
Merge pull request !3 from 吴超超/master
2020-06-15 09:03:18 +08:00
19909236985
79e971434c add yaml file in package 2020-06-13 19:20:03 +08:00
openeuler-ci-bot
496e2fcb81 !1 fix parse vmcore fail
Merge pull request !1 from pengyq/master
2020-01-19 15:38:05 +08:00
pengyeqing
9f8438951d fix parse vmcore fail 2020-01-19 11:51:27 +08:00
zhuchunyi
d79406478d update code 2019-11-06 19:04:54 +08:00