linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] docs: sysctl/kernel: document cad_pid
@ 2020-04-23 18:36 Stephen Kitt
  2020-04-23 18:36 ` [PATCH 2/3] docs: sysctl/kernel: document ftrace entries Stephen Kitt
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stephen Kitt @ 2020-04-23 18:36 UTC (permalink / raw)
  To: Jonathan Corbet, Mauro Carvalho Chehab, linux-doc
  Cc: linux-kernel, Stephen Kitt

Based on the implementation in kernel/sysctl.c (the proc_do_cad_pid()
function), kernel/reboot.c, and include/linux/sched/signal.h.

Signed-off-by: Stephen Kitt <steve@sk2.org>
---
 Documentation/admin-guide/sysctl/kernel.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index 55b24eada13c..82bfd5892663 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -116,6 +116,16 @@ run. The statistics can be seen using ``bpftool``.
 = ===================================
 
 
+cad_pid
+=======
+
+This is the pid which will be signalled on reboot (notably, by
+Ctrl-Alt-Delete). Writing a value to this file which doesn't
+correspond to a running process will result in ``-ESRCH``.
+
+See also `ctrl-alt-del`_.
+
+
 cap_last_cap
 ============
 

base-commit: 7b9121040d83eb9e332f7dbc140eca17643d3586
-- 
2.20.1


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

end of thread, other threads:[~2020-04-29 23:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-23 18:36 [PATCH 1/3] docs: sysctl/kernel: document cad_pid Stephen Kitt
2020-04-23 18:36 ` [PATCH 2/3] docs: sysctl/kernel: document ftrace entries Stephen Kitt
2020-04-28 18:41   ` Jonathan Corbet
2020-04-28 20:03     ` Steven Rostedt
2020-04-29 20:56     ` Stephen Kitt
2020-04-23 18:36 ` [PATCH 3/3] docs: sysctl/kernel: document firmware_config Stephen Kitt
2020-04-28 18:39 ` [PATCH 1/3] docs: sysctl/kernel: document cad_pid Jonathan Corbet

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).