Skip to content

Commit 182fd72

Browse files
committed
Documentation/sysctl: coredump: add %F for pidfd number
JIRA: https://issues.redhat.com/browse/RHEL-113598 commit 0400a54 Author: Salvatore Bonaccorso <carnil@debian.org> Date: Thu, 12 Jun 2025 08:02:04 +0200 Documentation/sysctl: coredump: add %F for pidfd number In commit b5325b2 ("coredump: hand a pidfd to the usermode coredump helper") a new core_pattern specifier, %F, was added to provide a pidfs to the usermode helper process referring to the crashed process. Update the documentation to include the new core_pattern specifier. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250612060204.1159734-1-carnil@debian.org Signed-off-by: Waiman Long <longman@redhat.com>
1 parent 41a81b0 commit 182fd72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/admin-guide/sysctl/kernel.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ core_pattern
177177
%E executable path
178178
%c maximum size of core file by resource limit RLIMIT_CORE
179179
%C CPU the task ran on
180+
%F pidfd number
180181
%<OTHER> both are dropped
181182
======== ==========================================
182183

0 commit comments

Comments
 (0)