Re: [PATCHv3] fs/proc: allow reporting eip/esp for all coredumping threads

2019-06-03 Thread Jan Lübbe
On Thu, 2019-05-30 at 02:58 +0200, John Ogness wrote: > Commit 0a1eb2d474ed ("fs/proc: Stop reporting eip and esp in > /proc/PID/stat") stopped reporting eip/esp and commit fd7d56270b52 > ("fs/proc: Report eip/esp in /prod/PID/stat for coredumping") > reintroduced the feature to fix a regression

Re: [PATCHv3] fs/proc: allow reporting eip/esp for all coredumping threads

2019-05-29 Thread Andrew Morton
(ooh, Greg, let me do it!) On Thu, 30 May 2019 02:58:59 +0200 John Ogness wrote: > Commit 0a1eb2d474ed ("fs/proc: Stop reporting eip and esp in > /proc/PID/stat") stopped reporting eip/esp and commit fd7d56270b52 > ("fs/proc: Report eip/esp in /prod/PID/stat for coredumping") > reintroduced

[PATCHv3] fs/proc: allow reporting eip/esp for all coredumping threads

2019-05-29 Thread John Ogness
Commit 0a1eb2d474ed ("fs/proc: Stop reporting eip and esp in /proc/PID/stat") stopped reporting eip/esp and commit fd7d56270b52 ("fs/proc: Report eip/esp in /prod/PID/stat for coredumping") reintroduced the feature to fix a regression with userspace core dump handlers (such as minicoredumper).