Commit 2eb4e66c authored by Jonathan Corbet's avatar Jonathan Corbet
Browse files

docs: admin-guide: add some subsection headings



As part of the goal of bringing some order to this file, add subsection
headings to help readers find what they are looking for.

Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241213182057.343527-3-corbet@lwn.net
parent 42463d3e
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ added to the kernel over time. There is, as yet, little overall order or
organization here — this material was not written to be a single, coherent
document!  With luck things will improve quickly over time.

General guides to kernel administration
---------------------------------------

This initial section contains overall information, including the README
file describing the kernel as a whole, documentation on kernel parameters,
etc.
@@ -28,6 +31,9 @@ This section describes CPU vulnerabilities and their mitigations.

   hw-vuln/index

Tracking down and identifying problems
--------------------------------------

Here is a set of documents aimed at users who are trying to track down
problems and bugs in particular.

@@ -48,6 +54,9 @@ problems and bugs in particular.
   perf/index
   pstore-blk

sysfs
-----

A big part of the kernel's administrative interface is the sysfs virtual
filesystem; these documents describe how to interact with sysfs.

@@ -57,6 +66,9 @@ filesystem; these documents describe how to interact with sysfs.
   sysfs-rules
   abi

Workload analysis
-----------------

This is the beginning of a section with information of interest to
application developers and system integrators doing analysis of the
Linux kernel for safety critical applications. Documents supporting
@@ -68,6 +80,9 @@ subsystems expectations will be found here.

   workload-tracing

Everything else
---------------

The rest of this manual consists of various unordered guides on how to
configure specific aspects of kernel behavior to your liking.