7 Commits

Author SHA1 Message Date
zhouwenpei
113036b569 revert to fix null pointer reference when CONFIG_KASAN is open 2022-02-08 11:23:34 +08:00
zhouwenpei
e956a09318 add SDEI stack resolution 2021-12-31 11:30:02 +08:00
zhouwenpei
6cef8b237f fix seek error IRQ stack pointer 2021-12-30 17:33:21 +08:00
wangbin
1882a00b9d crash: fix null pointer reference when CONFIG_KASAN is open
If CONFIG_KASAN is open, CONFIG_VMAP_STACK will be closed. And
the sdei_stack_normal_ptr will be undefined. When crash init the
stack, sdei_stacks will not init. We should not access the sdei_stacks
later, so check null pointer before access it.

Signed-off-by: wangbin <wangbin224@huawei.com>
2021-09-03 16:14:17 +08:00
shixuantong
6919abe3d9 fix patch issue in upgrade version commit 2021-04-08 22:59:03 +08:00
renmingshuai
2424f9464a Upgrade version to 7.2.9 2021-02-01 11:37:13 +08:00
overweight
3bb4f0fd48 Package init 2019-09-30 10:35:57 -04:00