linux-yocto/fs/proc
Bart Van Assche e6fe7f82f3 fs/procfs: fix the comment above proc_pid_wchan()
[ Upstream commit 6287fbad1c ]

proc_pid_wchan() used to report kernel addresses to user space but that is
no longer the case today.  Bring the comment above proc_pid_wchan() in
sync with the implementation.

Link: https://lkml.kernel.org/r/20250319210222.1518771-1-bvanassche@acm.org
Fixes: b2f73922d1 ("fs/proc, core/debug: Don't expose absolute kernel addresses via wchan")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Kees Cook <kees@kernel.org>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-04-10 14:37:35 +02:00
..
array.c fs/proc: do_task_stat: Fix ESP not readable during coredump 2025-02-17 09:40:15 +01:00
base.c fs/procfs: fix the comment above proc_pid_wchan() 2025-04-10 14:37:35 +02:00
bootconfig.c
cmdline.c
consoles.c
cpuinfo.c
devices.c
fd.c proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation 2024-06-16 13:47:33 +02:00
fd.h
generic.c proc: fix UAF in proc_get_inode() 2025-03-28 21:59:55 +01:00
inode.c proc: fix UAF in proc_get_inode() 2025-03-28 21:59:55 +01:00
internal.h proc: fix UAF in proc_get_inode() 2025-03-28 21:59:55 +01:00
interrupts.c
Kconfig
kcore.c fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter_zero 2024-12-09 10:33:07 +01:00
kmsg.c
loadavg.c
Makefile
meminfo.c
namespaces.c
nommu.c
page.c
proc_net.c
proc_sysctl.c sysctl: always initialize i_uid/i_gid 2024-08-11 12:47:13 +02:00
proc_tty.c
root.c
self.c
softirqs.c proc/softirqs: replace seq_printf with seq_put_decimal_ull_width 2024-12-09 10:31:39 +01:00
stat.c
task_mmu.c fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit 2025-01-09 13:32:08 +01:00
task_nommu.c
thread_self.c
uptime.c
util.c
version.c
vmcore.c fs/proc: fix softlockup in __read_vmcore (part 2) 2025-01-23 17:21:16 +01:00