stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.15.y 0/4] Fix blank WHCAN value in 'ps' output
@ 2025-07-22  6:26 Siddhi Katage
  2025-07-22  6:26 ` [PATCH 5.15.y 1/4] x86: Fix get_wchan() to support the ORC unwinder Siddhi Katage
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Siddhi Katage @ 2025-07-22  6:26 UTC (permalink / raw)
  To: stable

The 'ps' output prints blank(hyphen) WHCAN value for all the tasks.
This patchset will help print the correct WCHAN value.


Kees Cook (1):
  sched: Add wrapper for get_wchan() to keep task blocked

Peter Zijlstra (2):
  x86: Fix __get_wchan() for !STACKTRACE
  x86: Pin task-stack in __get_wchan()

Qi Zheng (1):
  x86: Fix get_wchan() to support the ORC unwinder

 arch/alpha/include/asm/processor.h      |  2 +-
 arch/alpha/kernel/process.c             |  5 +-
 arch/arc/include/asm/processor.h        |  2 +-
 arch/arc/kernel/stacktrace.c            |  4 +-
 arch/arm/include/asm/processor.h        |  2 +-
 arch/arm/kernel/process.c               |  4 +-
 arch/arm64/include/asm/processor.h      |  2 +-
 arch/arm64/kernel/process.c             |  4 +-
 arch/csky/include/asm/processor.h       |  2 +-
 arch/csky/kernel/stacktrace.c           |  5 +-
 arch/h8300/include/asm/processor.h      |  2 +-
 arch/h8300/kernel/process.c             |  5 +-
 arch/hexagon/include/asm/processor.h    |  2 +-
 arch/hexagon/kernel/process.c           |  4 +-
 arch/ia64/include/asm/processor.h       |  2 +-
 arch/ia64/kernel/process.c              |  5 +-
 arch/m68k/include/asm/processor.h       |  2 +-
 arch/m68k/kernel/process.c              |  4 +-
 arch/microblaze/include/asm/processor.h |  2 +-
 arch/microblaze/kernel/process.c        |  2 +-
 arch/mips/include/asm/processor.h       |  2 +-
 arch/mips/kernel/process.c              |  8 ++--
 arch/nds32/include/asm/processor.h      |  2 +-
 arch/nds32/kernel/process.c             |  7 +--
 arch/nios2/include/asm/processor.h      |  2 +-
 arch/nios2/kernel/process.c             |  5 +-
 arch/openrisc/include/asm/processor.h   |  2 +-
 arch/openrisc/kernel/process.c          |  2 +-
 arch/parisc/include/asm/processor.h     |  2 +-
 arch/parisc/kernel/process.c            |  5 +-
 arch/powerpc/include/asm/processor.h    |  2 +-
 arch/powerpc/kernel/process.c           |  9 ++--
 arch/riscv/include/asm/processor.h      |  2 +-
 arch/riscv/kernel/stacktrace.c          | 12 ++---
 arch/s390/include/asm/processor.h       |  2 +-
 arch/s390/kernel/process.c              |  4 +-
 arch/sh/include/asm/processor_32.h      |  2 +-
 arch/sh/kernel/process_32.c             |  5 +-
 arch/sparc/include/asm/processor_32.h   |  2 +-
 arch/sparc/include/asm/processor_64.h   |  2 +-
 arch/sparc/kernel/process_32.c          |  5 +-
 arch/sparc/kernel/process_64.c          |  5 +-
 arch/um/include/asm/processor-generic.h |  2 +-
 arch/um/kernel/process.c                |  5 +-
 arch/x86/include/asm/processor.h        |  2 +-
 arch/x86/kernel/process.c               | 62 ++++++-------------------
 arch/xtensa/include/asm/processor.h     |  2 +-
 arch/xtensa/kernel/process.c            |  5 +-
 include/linux/sched.h                   |  1 +
 kernel/sched/core.c                     | 19 ++++++++
 50 files changed, 94 insertions(+), 155 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-07-23  4:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22  6:26 [PATCH 5.15.y 0/4] Fix blank WHCAN value in 'ps' output Siddhi Katage
2025-07-22  6:26 ` [PATCH 5.15.y 1/4] x86: Fix get_wchan() to support the ORC unwinder Siddhi Katage
2025-07-23  4:33   ` Sasha Levin
2025-07-22  6:26 ` [PATCH 5.15.y 2/4] sched: Add wrapper for get_wchan() to keep task blocked Siddhi Katage
2025-07-23  4:33   ` Sasha Levin
2025-07-22  6:26 ` [PATCH 5.15.y 3/4] x86: Fix __get_wchan() for !STACKTRACE Siddhi Katage
2025-07-23  4:34   ` Sasha Levin
2025-07-22  6:26 ` [PATCH 5.15.y 4/4] x86: Pin task-stack in __get_wchan() Siddhi Katage
2025-07-23  4:34   ` Sasha Levin
2025-07-22  9:51 ` [PATCH 5.15.y 0/4] Fix blank WHCAN value in 'ps' output Greg KH
2025-07-22 11:13   ` [External] : " Siddhi Katage
2025-07-22 12:15     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).