From: Christian Brauner Date: Sat, 4 Jan 2025 08:56:42 +0000 (+0100) Subject: Merge patch series "fix reading ESP during coredump" X-Git-Tag: v6.14-rc1~216^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a4ef7a2ff4dfdb7b345b13bd74fc68fe351bb45;p=thirdparty%2Fkernel%2Flinux.git Merge patch series "fix reading ESP during coredump" Nam Cao says: In /proc/PID/stat, there is the kstkesp field which is the stack pointer of a thread. While the thread is active, this field reads zero. But during a coredump, it should have a valid value. However, at the moment, kstkesp is zero even during coredump. The first commit fixes this problem, and the second commit adds a selftest to detect if this problem appears again in the future. * patches from https://lore.kernel.org/r/cover.1735805772.git.namcao@linutronix.de: selftests: coredump: Add stackdump test fs/proc: do_task_stat: Fix ESP not readable during coredump Link: https://lore.kernel.org/r/cover.1735805772.git.namcao@linutronix.de Signed-off-by: Christian Brauner --- 6a4ef7a2ff4dfdb7b345b13bd74fc68fe351bb45