[PATCH 0/2] some fixes and cleanups for x86

Qi Zheng posted 2 patches 2 years, 10 months ago
arch/x86/kernel/process.c | 22 ++++++++++++----------
arch/x86/kernel/time.c    | 36 +++++++++++++++++-------------------
2 files changed, 29 insertions(+), 29 deletions(-)
[PATCH 0/2] some fixes and cleanups for x86
Posted by Qi Zheng 2 years, 10 months ago
Hi all,

This series uses arch_stack_walk() to fix false positives of KASAN and
avoid open-coding of unwind logic.

This series is based on next-20230330.

Comments and suggestions are welcome.

Thanks,
Qi

Qi Zheng (2):
  x86: make profile_pc() use arch_stack_walk()
  x86: make __get_wchan() use arch_stack_walk()

 arch/x86/kernel/process.c | 22 ++++++++++++----------
 arch/x86/kernel/time.c    | 36 +++++++++++++++++-------------------
 2 files changed, 29 insertions(+), 29 deletions(-)

-- 
2.20.1
Re: [PATCH 0/2] some fixes and cleanups for x86
Posted by Qi Zheng 2 years, 10 months ago
On 2023/3/30 16:15, Qi Zheng wrote:
> Hi all,
> 
> This series uses arch_stack_walk() to fix false positives of KASAN and
> avoid open-coding of unwind logic.

Gentle ping. Any comments or suggestions? :)

> 
> This series is based on next-20230330.
> 
> Comments and suggestions are welcome.
> 
> Thanks,
> Qi
> 
> Qi Zheng (2):
>    x86: make profile_pc() use arch_stack_walk()
>    x86: make __get_wchan() use arch_stack_walk()
> 
>   arch/x86/kernel/process.c | 22 ++++++++++++----------
>   arch/x86/kernel/time.c    | 36 +++++++++++++++++-------------------
>   2 files changed, 29 insertions(+), 29 deletions(-)
> 

-- 
Thanks,
Qi