kernel.rst 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686
  1. ===================================
  2. Documentation for /proc/sys/kernel/
  3. ===================================
  4. .. See scripts/check-sysctl-docs to keep this up to date
  5. Copyright (c) 1998, 1999, Rik van Riel <riel@nl.linux.org>
  6. Copyright (c) 2009, Shen Feng<shen@cn.fujitsu.com>
  7. For general info and legal blurb, please look in
  8. Documentation/admin-guide/sysctl/index.rst.
  9. ------------------------------------------------------------------------------
  10. This file contains documentation for the sysctl files in
  11. ``/proc/sys/kernel/``.
  12. The files in this directory can be used to tune and monitor
  13. miscellaneous and general things in the operation of the Linux
  14. kernel. Since some of the files *can* be used to screw up your
  15. system, it is advisable to read both documentation and source
  16. before actually making adjustments.
  17. Currently, these files might (depending on your configuration)
  18. show up in ``/proc/sys/kernel``:
  19. .. contents:: :local:
  20. acct
  21. ====
  22. ::
  23. highwater lowwater frequency
  24. If BSD-style process accounting is enabled these values control
  25. its behaviour. If free space on filesystem where the log lives
  26. goes below ``lowwater``\ % accounting suspends. If free space gets
  27. above ``highwater``\ % accounting resumes. ``frequency`` determines
  28. how often do we check the amount of free space (value is in
  29. seconds). Default:
  30. ::
  31. 4 2 30
  32. That is, suspend accounting if free space drops below 2%; resume it
  33. if it increases to at least 4%; consider information about amount of
  34. free space valid for 30 seconds.
  35. acpi_video_flags
  36. ================
  37. See Documentation/power/video.rst. This allows the video resume mode to be set,
  38. in a similar fashion to the ``acpi_sleep`` kernel parameter, by
  39. combining the following values:
  40. = =======
  41. 1 s3_bios
  42. 2 s3_mode
  43. 4 s3_beep
  44. = =======
  45. arch
  46. ====
  47. The machine hardware name, the same output as ``uname -m``
  48. (e.g. ``x86_64`` or ``aarch64``).
  49. auto_msgmni
  50. ===========
  51. This variable has no effect and may be removed in future kernel
  52. releases. Reading it always returns 0.
  53. Up to Linux 3.17, it enabled/disabled automatic recomputing of
  54. `msgmni`_
  55. upon memory add/remove or upon IPC namespace creation/removal.
  56. Echoing "1" into this file enabled msgmni automatic recomputing.
  57. Echoing "0" turned it off. The default value was 1.
  58. bootloader_type (x86 only)
  59. ==========================
  60. This gives the bootloader type number as indicated by the bootloader,
  61. shifted left by 4, and OR'd with the low four bits of the bootloader
  62. version. The reason for this encoding is that this used to match the
  63. ``type_of_loader`` field in the kernel header; the encoding is kept for
  64. backwards compatibility. That is, if the full bootloader type number
  65. is 0x15 and the full version number is 0x234, this file will contain
  66. the value 340 = 0x154.
  67. See the ``type_of_loader`` and ``ext_loader_type`` fields in
  68. Documentation/arch/x86/boot.rst for additional information.
  69. bootloader_version (x86 only)
  70. =============================
  71. The complete bootloader version number. In the example above, this
  72. file will contain the value 564 = 0x234.
  73. See the ``type_of_loader`` and ``ext_loader_ver`` fields in
  74. Documentation/arch/x86/boot.rst for additional information.
  75. bpf_stats_enabled
  76. =================
  77. Controls whether the kernel should collect statistics on BPF programs
  78. (total time spent running, number of times run...). Enabling
  79. statistics causes a slight reduction in performance on each program
  80. run. The statistics can be seen using ``bpftool``.
  81. = ===================================
  82. 0 Don't collect statistics (default).
  83. 1 Collect statistics.
  84. = ===================================
  85. cad_pid
  86. =======
  87. This is the pid which will be signalled on reboot (notably, by
  88. Ctrl-Alt-Delete). Writing a value to this file which doesn't
  89. correspond to a running process will result in ``-ESRCH``.
  90. See also `ctrl-alt-del`_.
  91. cap_last_cap
  92. ============
  93. Highest valid capability of the running kernel. Exports
  94. ``CAP_LAST_CAP`` from the kernel.
  95. .. _core_pattern:
  96. core_pattern
  97. ============
  98. ``core_pattern`` is used to specify a core dumpfile pattern name.
  99. * max length 127 characters; default value is "core"
  100. * ``core_pattern`` is used as a pattern template for the output
  101. filename; certain string patterns (beginning with '%') are
  102. substituted with their actual values.
  103. * backward compatibility with ``core_uses_pid``:
  104. If ``core_pattern`` does not include "%p" (default does not)
  105. and ``core_uses_pid`` is set, then .PID will be appended to
  106. the filename.
  107. * corename format specifiers
  108. ======== ==========================================
  109. %<NUL> '%' is dropped
  110. %% output one '%'
  111. %p pid
  112. %P global pid (init PID namespace)
  113. %i tid
  114. %I global tid (init PID namespace)
  115. %u uid (in initial user namespace)
  116. %g gid (in initial user namespace)
  117. %d dump mode, matches ``PR_SET_DUMPABLE`` and
  118. ``/proc/sys/fs/suid_dumpable``
  119. %s signal number
  120. %t UNIX time of dump
  121. %h hostname
  122. %e executable filename (may be shortened, could be changed by prctl etc)
  123. %f executable filename
  124. %E executable path
  125. %c maximum size of core file by resource limit RLIMIT_CORE
  126. %C CPU the task ran on
  127. %<OTHER> both are dropped
  128. ======== ==========================================
  129. * If the first character of the pattern is a '|', the kernel will treat
  130. the rest of the pattern as a command to run. The core dump will be
  131. written to the standard input of that program instead of to a file.
  132. core_pipe_limit
  133. ===============
  134. This sysctl is only applicable when `core_pattern`_ is configured to
  135. pipe core files to a user space helper (when the first character of
  136. ``core_pattern`` is a '|', see above).
  137. When collecting cores via a pipe to an application, it is occasionally
  138. useful for the collecting application to gather data about the
  139. crashing process from its ``/proc/pid`` directory.
  140. In order to do this safely, the kernel must wait for the collecting
  141. process to exit, so as not to remove the crashing processes proc files
  142. prematurely.
  143. This in turn creates the possibility that a misbehaving userspace
  144. collecting process can block the reaping of a crashed process simply
  145. by never exiting.
  146. This sysctl defends against that.
  147. It defines how many concurrent crashing processes may be piped to user
  148. space applications in parallel.
  149. If this value is exceeded, then those crashing processes above that
  150. value are noted via the kernel log and their cores are skipped.
  151. 0 is a special value, indicating that unlimited processes may be
  152. captured in parallel, but that no waiting will take place (i.e. the
  153. collecting process is not guaranteed access to ``/proc/<crashing
  154. pid>/``).
  155. This value defaults to 0.
  156. core_sort_vma
  157. =============
  158. The default coredump writes VMAs in address order. By setting
  159. ``core_sort_vma`` to 1, VMAs will be written from smallest size
  160. to largest size. This is known to break at least elfutils, but
  161. can be handy when dealing with very large (and truncated)
  162. coredumps where the more useful debugging details are included
  163. in the smaller VMAs.
  164. core_uses_pid
  165. =============
  166. The default coredump filename is "core". By setting
  167. ``core_uses_pid`` to 1, the coredump filename becomes core.PID.
  168. If `core_pattern`_ does not include "%p" (default does not)
  169. and ``core_uses_pid`` is set, then .PID will be appended to
  170. the filename.
  171. ctrl-alt-del
  172. ============
  173. When the value in this file is 0, ctrl-alt-del is trapped and
  174. sent to the ``init(1)`` program to handle a graceful restart.
  175. When, however, the value is > 0, Linux's reaction to a Vulcan
  176. Nerve Pinch (tm) will be an immediate reboot, without even
  177. syncing its dirty buffers.
  178. Note:
  179. when a program (like dosemu) has the keyboard in 'raw'
  180. mode, the ctrl-alt-del is intercepted by the program before it
  181. ever reaches the kernel tty layer, and it's up to the program
  182. to decide what to do with it.
  183. dmesg_restrict
  184. ==============
  185. This toggle indicates whether unprivileged users are prevented
  186. from using ``dmesg(8)`` to view messages from the kernel's log
  187. buffer.
  188. When ``dmesg_restrict`` is set to 0 there are no restrictions.
  189. When ``dmesg_restrict`` is set to 1, users must have
  190. ``CAP_SYSLOG`` to use ``dmesg(8)``.
  191. The kernel config option ``CONFIG_SECURITY_DMESG_RESTRICT`` sets the
  192. default value of ``dmesg_restrict``.
  193. domainname & hostname
  194. =====================
  195. These files can be used to set the NIS/YP domainname and the
  196. hostname of your box in exactly the same way as the commands
  197. domainname and hostname, i.e.::
  198. # echo "darkstar" > /proc/sys/kernel/hostname
  199. # echo "mydomain" > /proc/sys/kernel/domainname
  200. has the same effect as::
  201. # hostname "darkstar"
  202. # domainname "mydomain"
  203. Note, however, that the classic darkstar.frop.org has the
  204. hostname "darkstar" and DNS (Internet Domain Name Server)
  205. domainname "frop.org", not to be confused with the NIS (Network
  206. Information Service) or YP (Yellow Pages) domainname. These two
  207. domain names are in general different. For a detailed discussion
  208. see the ``hostname(1)`` man page.
  209. firmware_config
  210. ===============
  211. See Documentation/driver-api/firmware/fallback-mechanisms.rst.
  212. The entries in this directory allow the firmware loader helper
  213. fallback to be controlled:
  214. * ``force_sysfs_fallback``, when set to 1, forces the use of the
  215. fallback;
  216. * ``ignore_sysfs_fallback``, when set to 1, ignores any fallback.
  217. ftrace_dump_on_oops
  218. ===================
  219. Determines whether ``ftrace_dump()`` should be called on an oops (or
  220. kernel panic). This will output the contents of the ftrace buffers to
  221. the console. This is very useful for capturing traces that lead to
  222. crashes and outputting them to a serial console.
  223. ======================= ===========================================
  224. 0 Disabled (default).
  225. 1 Dump buffers of all CPUs.
  226. 2(orig_cpu) Dump the buffer of the CPU that triggered the
  227. oops.
  228. <instance> Dump the specific instance buffer on all CPUs.
  229. <instance>=2(orig_cpu) Dump the specific instance buffer on the CPU
  230. that triggered the oops.
  231. ======================= ===========================================
  232. Multiple instance dump is also supported, and instances are separated
  233. by commas. If global buffer also needs to be dumped, please specify
  234. the dump mode (1/2/orig_cpu) first for global buffer.
  235. So for example to dump "foo" and "bar" instance buffer on all CPUs,
  236. user can::
  237. echo "foo,bar" > /proc/sys/kernel/ftrace_dump_on_oops
  238. To dump global buffer and "foo" instance buffer on all
  239. CPUs along with the "bar" instance buffer on CPU that triggered the
  240. oops, user can::
  241. echo "1,foo,bar=2" > /proc/sys/kernel/ftrace_dump_on_oops
  242. ftrace_enabled, stack_tracer_enabled
  243. ====================================
  244. See Documentation/trace/ftrace.rst.
  245. hardlockup_all_cpu_backtrace
  246. ============================
  247. This value controls the hard lockup detector behavior when a hard
  248. lockup condition is detected as to whether or not to gather further
  249. debug information. If enabled, arch-specific all-CPU stack dumping
  250. will be initiated.
  251. = ============================================
  252. 0 Do nothing. This is the default behavior.
  253. 1 On detection capture more debug information.
  254. = ============================================
  255. hardlockup_panic
  256. ================
  257. This parameter can be used to control whether the kernel panics
  258. when a hard lockup is detected.
  259. = ===========================
  260. 0 Don't panic on hard lockup.
  261. 1 Panic on hard lockup.
  262. = ===========================
  263. See Documentation/admin-guide/lockup-watchdogs.rst for more information.
  264. This can also be set using the nmi_watchdog kernel parameter.
  265. hotplug
  266. =======
  267. Path for the hotplug policy agent.
  268. Default value is ``CONFIG_UEVENT_HELPER_PATH``, which in turn defaults
  269. to the empty string.
  270. This file only exists when ``CONFIG_UEVENT_HELPER`` is enabled. Most
  271. modern systems rely exclusively on the netlink-based uevent source and
  272. don't need this.
  273. hung_task_all_cpu_backtrace
  274. ===========================
  275. If this option is set, the kernel will send an NMI to all CPUs to dump
  276. their backtraces when a hung task is detected. This file shows up if
  277. CONFIG_DETECT_HUNG_TASK and CONFIG_SMP are enabled.
  278. 0: Won't show all CPUs backtraces when a hung task is detected.
  279. This is the default behavior.
  280. 1: Will non-maskably interrupt all CPUs and dump their backtraces when
  281. a hung task is detected.
  282. hung_task_panic
  283. ===============
  284. Controls the kernel's behavior when a hung task is detected.
  285. This file shows up if ``CONFIG_DETECT_HUNG_TASK`` is enabled.
  286. = =================================================
  287. 0 Continue operation. This is the default behavior.
  288. 1 Panic immediately.
  289. = =================================================
  290. hung_task_check_count
  291. =====================
  292. The upper bound on the number of tasks that are checked.
  293. This file shows up if ``CONFIG_DETECT_HUNG_TASK`` is enabled.
  294. hung_task_timeout_secs
  295. ======================
  296. When a task in D state did not get scheduled
  297. for more than this value report a warning.
  298. This file shows up if ``CONFIG_DETECT_HUNG_TASK`` is enabled.
  299. 0 means infinite timeout, no checking is done.
  300. Possible values to set are in range {0:``LONG_MAX``/``HZ``}.
  301. hung_task_check_interval_secs
  302. =============================
  303. Hung task check interval. If hung task checking is enabled
  304. (see `hung_task_timeout_secs`_), the check is done every
  305. ``hung_task_check_interval_secs`` seconds.
  306. This file shows up if ``CONFIG_DETECT_HUNG_TASK`` is enabled.
  307. 0 (default) means use ``hung_task_timeout_secs`` as checking
  308. interval.
  309. Possible values to set are in range {0:``LONG_MAX``/``HZ``}.
  310. hung_task_warnings
  311. ==================
  312. The maximum number of warnings to report. During a check interval
  313. if a hung task is detected, this value is decreased by 1.
  314. When this value reaches 0, no more warnings will be reported.
  315. This file shows up if ``CONFIG_DETECT_HUNG_TASK`` is enabled.
  316. -1: report an infinite number of warnings.
  317. hyperv_record_panic_msg
  318. =======================
  319. Controls whether the panic kmsg data should be reported to Hyper-V.
  320. = =========================================================
  321. 0 Do not report panic kmsg data.
  322. 1 Report the panic kmsg data. This is the default behavior.
  323. = =========================================================
  324. ignore-unaligned-usertrap
  325. =========================
  326. On architectures where unaligned accesses cause traps, and where this
  327. feature is supported (``CONFIG_SYSCTL_ARCH_UNALIGN_NO_WARN``;
  328. currently, ``arc``, ``parisc`` and ``loongarch``), controls whether all
  329. unaligned traps are logged.
  330. = =============================================================
  331. 0 Log all unaligned accesses.
  332. 1 Only warn the first time a process traps. This is the default
  333. setting.
  334. = =============================================================
  335. See also `unaligned-trap`_.
  336. io_uring_disabled
  337. =================
  338. Prevents all processes from creating new io_uring instances. Enabling this
  339. shrinks the kernel's attack surface.
  340. = ======================================================================
  341. 0 All processes can create io_uring instances as normal. This is the
  342. default setting.
  343. 1 io_uring creation is disabled (io_uring_setup() will fail with
  344. -EPERM) for unprivileged processes not in the io_uring_group group.
  345. Existing io_uring instances can still be used. See the
  346. documentation for io_uring_group for more information.
  347. 2 io_uring creation is disabled for all processes. io_uring_setup()
  348. always fails with -EPERM. Existing io_uring instances can still be
  349. used.
  350. = ======================================================================
  351. io_uring_group
  352. ==============
  353. When io_uring_disabled is set to 1, a process must either be
  354. privileged (CAP_SYS_ADMIN) or be in the io_uring_group group in order
  355. to create an io_uring instance. If io_uring_group is set to -1 (the
  356. default), only processes with the CAP_SYS_ADMIN capability may create
  357. io_uring instances.
  358. kexec_load_disabled
  359. ===================
  360. A toggle indicating if the syscalls ``kexec_load`` and
  361. ``kexec_file_load`` have been disabled.
  362. This value defaults to 0 (false: ``kexec_*load`` enabled), but can be
  363. set to 1 (true: ``kexec_*load`` disabled).
  364. Once true, kexec can no longer be used, and the toggle cannot be set
  365. back to false.
  366. This allows a kexec image to be loaded before disabling the syscall,
  367. allowing a system to set up (and later use) an image without it being
  368. altered.
  369. Generally used together with the `modules_disabled`_ sysctl.
  370. kexec_load_limit_panic
  371. ======================
  372. This parameter specifies a limit to the number of times the syscalls
  373. ``kexec_load`` and ``kexec_file_load`` can be called with a crash
  374. image. It can only be set with a more restrictive value than the
  375. current one.
  376. == ======================================================
  377. -1 Unlimited calls to kexec. This is the default setting.
  378. N Number of calls left.
  379. == ======================================================
  380. kexec_load_limit_reboot
  381. =======================
  382. Similar functionality as ``kexec_load_limit_panic``, but for a normal
  383. image.
  384. kptr_restrict
  385. =============
  386. This toggle indicates whether restrictions are placed on
  387. exposing kernel addresses via ``/proc`` and other interfaces.
  388. When ``kptr_restrict`` is set to 0 (the default) the address is hashed
  389. before printing.
  390. (This is the equivalent to %p.)
  391. When ``kptr_restrict`` is set to 1, kernel pointers printed using the
  392. %pK format specifier will be replaced with 0s unless the user has
  393. ``CAP_SYSLOG`` and effective user and group ids are equal to the real
  394. ids.
  395. This is because %pK checks are done at read() time rather than open()
  396. time, so if permissions are elevated between the open() and the read()
  397. (e.g via a setuid binary) then %pK will not leak kernel pointers to
  398. unprivileged users.
  399. Note, this is a temporary solution only.
  400. The correct long-term solution is to do the permission checks at
  401. open() time.
  402. Consider removing world read permissions from files that use %pK, and
  403. using `dmesg_restrict`_ to protect against uses of %pK in ``dmesg(8)``
  404. if leaking kernel pointer values to unprivileged users is a concern.
  405. When ``kptr_restrict`` is set to 2, kernel pointers printed using
  406. %pK will be replaced with 0s regardless of privileges.
  407. modprobe
  408. ========
  409. The full path to the usermode helper for autoloading kernel modules,
  410. by default ``CONFIG_MODPROBE_PATH``, which in turn defaults to
  411. "/sbin/modprobe". This binary is executed when the kernel requests a
  412. module. For example, if userspace passes an unknown filesystem type
  413. to mount(), then the kernel will automatically request the
  414. corresponding filesystem module by executing this usermode helper.
  415. This usermode helper should insert the needed module into the kernel.
  416. This sysctl only affects module autoloading. It has no effect on the
  417. ability to explicitly insert modules.
  418. This sysctl can be used to debug module loading requests::
  419. echo '#! /bin/sh' > /tmp/modprobe
  420. echo 'echo "$@" >> /tmp/modprobe.log' >> /tmp/modprobe
  421. echo 'exec /sbin/modprobe "$@"' >> /tmp/modprobe
  422. chmod a+x /tmp/modprobe
  423. echo /tmp/modprobe > /proc/sys/kernel/modprobe
  424. Alternatively, if this sysctl is set to the empty string, then module
  425. autoloading is completely disabled. The kernel will not try to
  426. execute a usermode helper at all, nor will it call the
  427. kernel_module_request LSM hook.
  428. If CONFIG_STATIC_USERMODEHELPER=y is set in the kernel configuration,
  429. then the configured static usermode helper overrides this sysctl,
  430. except that the empty string is still accepted to completely disable
  431. module autoloading as described above.
  432. modules_disabled
  433. ================
  434. A toggle value indicating if modules are allowed to be loaded
  435. in an otherwise modular kernel. This toggle defaults to off
  436. (0), but can be set true (1). Once true, modules can be
  437. neither loaded nor unloaded, and the toggle cannot be set back
  438. to false. Generally used with the `kexec_load_disabled`_ toggle.
  439. .. _msgmni:
  440. msgmax, msgmnb, and msgmni
  441. ==========================
  442. ``msgmax`` is the maximum size of an IPC message, in bytes. 8192 by
  443. default (``MSGMAX``).
  444. ``msgmnb`` is the maximum size of an IPC queue, in bytes. 16384 by
  445. default (``MSGMNB``).
  446. ``msgmni`` is the maximum number of IPC queues. 32000 by default
  447. (``MSGMNI``).
  448. All of these parameters are set per ipc namespace. The maximum number of bytes
  449. in POSIX message queues is limited by ``RLIMIT_MSGQUEUE``. This limit is
  450. respected hierarchically in the each user namespace.
  451. msg_next_id, sem_next_id, and shm_next_id (System V IPC)
  452. ========================================================
  453. These three toggles allows to specify desired id for next allocated IPC
  454. object: message, semaphore or shared memory respectively.
  455. By default they are equal to -1, which means generic allocation logic.
  456. Possible values to set are in range {0:``INT_MAX``}.
  457. Notes:
  458. 1) kernel doesn't guarantee, that new object will have desired id. So,
  459. it's up to userspace, how to handle an object with "wrong" id.
  460. 2) Toggle with non-default value will be set back to -1 by kernel after
  461. successful IPC object allocation. If an IPC object allocation syscall
  462. fails, it is undefined if the value remains unmodified or is reset to -1.
  463. ngroups_max
  464. ===========
  465. Maximum number of supplementary groups, _i.e._ the maximum size which
  466. ``setgroups`` will accept. Exports ``NGROUPS_MAX`` from the kernel.
  467. nmi_watchdog
  468. ============
  469. This parameter can be used to control the NMI watchdog
  470. (i.e. the hard lockup detector) on x86 systems.
  471. = =================================
  472. 0 Disable the hard lockup detector.
  473. 1 Enable the hard lockup detector.
  474. = =================================
  475. The hard lockup detector monitors each CPU for its ability to respond to
  476. timer interrupts. The mechanism utilizes CPU performance counter registers
  477. that are programmed to generate Non-Maskable Interrupts (NMIs) periodically
  478. while a CPU is busy. Hence, the alternative name 'NMI watchdog'.
  479. The NMI watchdog is disabled by default if the kernel is running as a guest
  480. in a KVM virtual machine. This default can be overridden by adding::
  481. nmi_watchdog=1
  482. to the guest kernel command line (see
  483. Documentation/admin-guide/kernel-parameters.rst).
  484. nmi_wd_lpm_factor (PPC only)
  485. ============================
  486. Factor to apply to the NMI watchdog timeout (only when ``nmi_watchdog`` is
  487. set to 1). This factor represents the percentage added to
  488. ``watchdog_thresh`` when calculating the NMI watchdog timeout during an
  489. LPM. The soft lockup timeout is not impacted.
  490. A value of 0 means no change. The default value is 200 meaning the NMI
  491. watchdog is set to 30s (based on ``watchdog_thresh`` equal to 10).
  492. numa_balancing
  493. ==============
  494. Enables/disables and configures automatic page fault based NUMA memory
  495. balancing. Memory is moved automatically to nodes that access it often.
  496. The value to set can be the result of ORing the following:
  497. = =================================
  498. 0 NUMA_BALANCING_DISABLED
  499. 1 NUMA_BALANCING_NORMAL
  500. 2 NUMA_BALANCING_MEMORY_TIERING
  501. = =================================
  502. Or NUMA_BALANCING_NORMAL to optimize page placement among different
  503. NUMA nodes to reduce remote accessing. On NUMA machines, there is a
  504. performance penalty if remote memory is accessed by a CPU. When this
  505. feature is enabled the kernel samples what task thread is accessing
  506. memory by periodically unmapping pages and later trapping a page
  507. fault. At the time of the page fault, it is determined if the data
  508. being accessed should be migrated to a local memory node.
  509. The unmapping of pages and trapping faults incur additional overhead that
  510. ideally is offset by improved memory locality but there is no universal
  511. guarantee. If the target workload is already bound to NUMA nodes then this
  512. feature should be disabled.
  513. Or NUMA_BALANCING_MEMORY_TIERING to optimize page placement among
  514. different types of memory (represented as different NUMA nodes) to
  515. place the hot pages in the fast memory. This is implemented based on
  516. unmapping and page fault too.
  517. numa_balancing_promote_rate_limit_MBps
  518. ======================================
  519. Too high promotion/demotion throughput between different memory types
  520. may hurt application latency. This can be used to rate limit the
  521. promotion throughput. The per-node max promotion throughput in MB/s
  522. will be limited to be no more than the set value.
  523. A rule of thumb is to set this to less than 1/10 of the PMEM node
  524. write bandwidth.
  525. oops_all_cpu_backtrace
  526. ======================
  527. If this option is set, the kernel will send an NMI to all CPUs to dump
  528. their backtraces when an oops event occurs. It should be used as a last
  529. resort in case a panic cannot be triggered (to protect VMs running, for
  530. example) or kdump can't be collected. This file shows up if CONFIG_SMP
  531. is enabled.
  532. 0: Won't show all CPUs backtraces when an oops is detected.
  533. This is the default behavior.
  534. 1: Will non-maskably interrupt all CPUs and dump their backtraces when
  535. an oops event is detected.
  536. oops_limit
  537. ==========
  538. Number of kernel oopses after which the kernel should panic when
  539. ``panic_on_oops`` is not set. Setting this to 0 disables checking
  540. the count. Setting this to 1 has the same effect as setting
  541. ``panic_on_oops=1``. The default value is 10000.
  542. osrelease, ostype & version
  543. ===========================
  544. ::
  545. # cat osrelease
  546. 2.1.88
  547. # cat ostype
  548. Linux
  549. # cat version
  550. #5 Wed Feb 25 21:49:24 MET 1998
  551. The files ``osrelease`` and ``ostype`` should be clear enough.
  552. ``version``
  553. needs a little more clarification however. The '#5' means that
  554. this is the fifth kernel built from this source base and the
  555. date behind it indicates the time the kernel was built.
  556. The only way to tune these values is to rebuild the kernel :-)
  557. overflowgid & overflowuid
  558. =========================
  559. if your architecture did not always support 32-bit UIDs (i.e. arm,
  560. i386, m68k, sh, and sparc32), a fixed UID and GID will be returned to
  561. applications that use the old 16-bit UID/GID system calls, if the
  562. actual UID or GID would exceed 65535.
  563. These sysctls allow you to change the value of the fixed UID and GID.
  564. The default is 65534.
  565. panic
  566. =====
  567. The value in this file determines the behaviour of the kernel on a
  568. panic:
  569. * if zero, the kernel will loop forever;
  570. * if negative, the kernel will reboot immediately;
  571. * if positive, the kernel will reboot after the corresponding number
  572. of seconds.
  573. When you use the software watchdog, the recommended setting is 60.
  574. panic_on_io_nmi
  575. ===============
  576. Controls the kernel's behavior when a CPU receives an NMI caused by
  577. an IO error.
  578. = ==================================================================
  579. 0 Try to continue operation (default).
  580. 1 Panic immediately. The IO error triggered an NMI. This indicates a
  581. serious system condition which could result in IO data corruption.
  582. Rather than continuing, panicking might be a better choice. Some
  583. servers issue this sort of NMI when the dump button is pushed,
  584. and you can use this option to take a crash dump.
  585. = ==================================================================
  586. panic_on_oops
  587. =============
  588. Controls the kernel's behaviour when an oops or BUG is encountered.
  589. = ===================================================================
  590. 0 Try to continue operation.
  591. 1 Panic immediately. If the `panic` sysctl is also non-zero then the
  592. machine will be rebooted.
  593. = ===================================================================
  594. panic_on_stackoverflow
  595. ======================
  596. Controls the kernel's behavior when detecting the overflows of
  597. kernel, IRQ and exception stacks except a user stack.
  598. This file shows up if ``CONFIG_DEBUG_STACKOVERFLOW`` is enabled.
  599. = ==========================
  600. 0 Try to continue operation.
  601. 1 Panic immediately.
  602. = ==========================
  603. panic_on_unrecovered_nmi
  604. ========================
  605. The default Linux behaviour on an NMI of either memory or unknown is
  606. to continue operation. For many environments such as scientific
  607. computing it is preferable that the box is taken out and the error
  608. dealt with than an uncorrected parity/ECC error get propagated.
  609. A small number of systems do generate NMIs for bizarre random reasons
  610. such as power management so the default is off. That sysctl works like
  611. the existing panic controls already in that directory.
  612. panic_on_warn
  613. =============
  614. Calls panic() in the WARN() path when set to 1. This is useful to avoid
  615. a kernel rebuild when attempting to kdump at the location of a WARN().
  616. = ================================================
  617. 0 Only WARN(), default behaviour.
  618. 1 Call panic() after printing out WARN() location.
  619. = ================================================
  620. panic_print
  621. ===========
  622. Bitmask for printing system info when panic happens. User can chose
  623. combination of the following bits:
  624. ===== ============================================
  625. bit 0 print all tasks info
  626. bit 1 print system memory info
  627. bit 2 print timer info
  628. bit 3 print locks info if ``CONFIG_LOCKDEP`` is on
  629. bit 4 print ftrace buffer
  630. bit 5 print all printk messages in buffer
  631. bit 6 print all CPUs backtrace (if available in the arch)
  632. bit 7 print only tasks in uninterruptible (blocked) state
  633. ===== ============================================
  634. So for example to print tasks and memory info on panic, user can::
  635. echo 3 > /proc/sys/kernel/panic_print
  636. panic_on_rcu_stall
  637. ==================
  638. When set to 1, calls panic() after RCU stall detection messages. This
  639. is useful to define the root cause of RCU stalls using a vmcore.
  640. = ============================================================
  641. 0 Do not panic() when RCU stall takes place, default behavior.
  642. 1 panic() after printing RCU stall messages.
  643. = ============================================================
  644. max_rcu_stall_to_panic
  645. ======================
  646. When ``panic_on_rcu_stall`` is set to 1, this value determines the
  647. number of times that RCU can stall before panic() is called.
  648. When ``panic_on_rcu_stall`` is set to 0, this value is has no effect.
  649. perf_cpu_time_max_percent
  650. =========================
  651. Hints to the kernel how much CPU time it should be allowed to
  652. use to handle perf sampling events. If the perf subsystem
  653. is informed that its samples are exceeding this limit, it
  654. will drop its sampling frequency to attempt to reduce its CPU
  655. usage.
  656. Some perf sampling happens in NMIs. If these samples
  657. unexpectedly take too long to execute, the NMIs can become
  658. stacked up next to each other so much that nothing else is
  659. allowed to execute.
  660. ===== ========================================================
  661. 0 Disable the mechanism. Do not monitor or correct perf's
  662. sampling rate no matter how CPU time it takes.
  663. 1-100 Attempt to throttle perf's sample rate to this
  664. percentage of CPU. Note: the kernel calculates an
  665. "expected" length of each sample event. 100 here means
  666. 100% of that expected length. Even if this is set to
  667. 100, you may still see sample throttling if this
  668. length is exceeded. Set to 0 if you truly do not care
  669. how much CPU is consumed.
  670. ===== ========================================================
  671. perf_event_paranoid
  672. ===================
  673. Controls use of the performance events system by unprivileged
  674. users (without CAP_PERFMON). The default value is 2.
  675. For backward compatibility reasons access to system performance
  676. monitoring and observability remains open for CAP_SYS_ADMIN
  677. privileged processes but CAP_SYS_ADMIN usage for secure system
  678. performance monitoring and observability operations is discouraged
  679. with respect to CAP_PERFMON use cases.
  680. === ==================================================================
  681. -1 Allow use of (almost) all events by all users.
  682. Ignore mlock limit after perf_event_mlock_kb without
  683. ``CAP_IPC_LOCK``.
  684. >=0 Disallow ftrace function tracepoint by users without
  685. ``CAP_PERFMON``.
  686. Disallow raw tracepoint access by users without ``CAP_PERFMON``.
  687. >=1 Disallow CPU event access by users without ``CAP_PERFMON``.
  688. >=2 Disallow kernel profiling by users without ``CAP_PERFMON``.
  689. === ==================================================================
  690. perf_event_max_stack
  691. ====================
  692. Controls maximum number of stack frames to copy for (``attr.sample_type &
  693. PERF_SAMPLE_CALLCHAIN``) configured events, for instance, when using
  694. '``perf record -g``' or '``perf trace --call-graph fp``'.
  695. This can only be done when no events are in use that have callchains
  696. enabled, otherwise writing to this file will return ``-EBUSY``.
  697. The default value is 127.
  698. perf_event_mlock_kb
  699. ===================
  700. Control size of per-cpu ring buffer not counted against mlock limit.
  701. The default value is 512 + 1 page
  702. perf_event_max_contexts_per_stack
  703. =================================
  704. Controls maximum number of stack frame context entries for
  705. (``attr.sample_type & PERF_SAMPLE_CALLCHAIN``) configured events, for
  706. instance, when using '``perf record -g``' or '``perf trace --call-graph fp``'.
  707. This can only be done when no events are in use that have callchains
  708. enabled, otherwise writing to this file will return ``-EBUSY``.
  709. The default value is 8.
  710. perf_user_access (arm64 and riscv only)
  711. =======================================
  712. Controls user space access for reading perf event counters.
  713. arm64
  714. =====
  715. The default value is 0 (access disabled).
  716. When set to 1, user space can read performance monitor counter registers
  717. directly.
  718. See Documentation/arch/arm64/perf.rst for more information.
  719. riscv
  720. =====
  721. When set to 0, user space access is disabled.
  722. The default value is 1, user space can read performance monitor counter
  723. registers through perf, any direct access without perf intervention will trigger
  724. an illegal instruction.
  725. When set to 2, which enables legacy mode (user space has direct access to cycle
  726. and insret CSRs only). Note that this legacy value is deprecated and will be
  727. removed once all user space applications are fixed.
  728. Note that the time CSR is always directly accessible to all modes.
  729. pid_max
  730. =======
  731. PID allocation wrap value. When the kernel's next PID value
  732. reaches this value, it wraps back to a minimum PID value.
  733. PIDs of value ``pid_max`` or larger are not allocated.
  734. ns_last_pid
  735. ===========
  736. The last pid allocated in the current (the one task using this sysctl
  737. lives in) pid namespace. When selecting a pid for a next task on fork
  738. kernel tries to allocate a number starting from this one.
  739. powersave-nap (PPC only)
  740. ========================
  741. If set, Linux-PPC will use the 'nap' mode of powersaving,
  742. otherwise the 'doze' mode will be used.
  743. ==============================================================
  744. printk
  745. ======
  746. The four values in printk denote: ``console_loglevel``,
  747. ``default_message_loglevel``, ``minimum_console_loglevel`` and
  748. ``default_console_loglevel`` respectively.
  749. These values influence printk() behavior when printing or
  750. logging error messages. See '``man 2 syslog``' for more info on
  751. the different loglevels.
  752. ======================== =====================================
  753. console_loglevel messages with a higher priority than
  754. this will be printed to the console
  755. default_message_loglevel messages without an explicit priority
  756. will be printed with this priority
  757. minimum_console_loglevel minimum (highest) value to which
  758. console_loglevel can be set
  759. default_console_loglevel default value for console_loglevel
  760. ======================== =====================================
  761. printk_delay
  762. ============
  763. Delay each printk message in ``printk_delay`` milliseconds
  764. Value from 0 - 10000 is allowed.
  765. printk_ratelimit
  766. ================
  767. Some warning messages are rate limited. ``printk_ratelimit`` specifies
  768. the minimum length of time between these messages (in seconds).
  769. The default value is 5 seconds.
  770. A value of 0 will disable rate limiting.
  771. printk_ratelimit_burst
  772. ======================
  773. While long term we enforce one message per `printk_ratelimit`_
  774. seconds, we do allow a burst of messages to pass through.
  775. ``printk_ratelimit_burst`` specifies the number of messages we can
  776. send before ratelimiting kicks in.
  777. The default value is 10 messages.
  778. printk_devkmsg
  779. ==============
  780. Control the logging to ``/dev/kmsg`` from userspace:
  781. ========= =============================================
  782. ratelimit default, ratelimited
  783. on unlimited logging to /dev/kmsg from userspace
  784. off logging to /dev/kmsg disabled
  785. ========= =============================================
  786. The kernel command line parameter ``printk.devkmsg=`` overrides this and is
  787. a one-time setting until next reboot: once set, it cannot be changed by
  788. this sysctl interface anymore.
  789. ==============================================================
  790. pty
  791. ===
  792. See Documentation/filesystems/devpts.rst.
  793. random
  794. ======
  795. This is a directory, with the following entries:
  796. * ``boot_id``: a UUID generated the first time this is retrieved, and
  797. unvarying after that;
  798. * ``uuid``: a UUID generated every time this is retrieved (this can
  799. thus be used to generate UUIDs at will);
  800. * ``entropy_avail``: the pool's entropy count, in bits;
  801. * ``poolsize``: the entropy pool size, in bits;
  802. * ``urandom_min_reseed_secs``: obsolete (used to determine the minimum
  803. number of seconds between urandom pool reseeding). This file is
  804. writable for compatibility purposes, but writing to it has no effect
  805. on any RNG behavior;
  806. * ``write_wakeup_threshold``: when the entropy count drops below this
  807. (as a number of bits), processes waiting to write to ``/dev/random``
  808. are woken up. This file is writable for compatibility purposes, but
  809. writing to it has no effect on any RNG behavior.
  810. randomize_va_space
  811. ==================
  812. This option can be used to select the type of process address
  813. space randomization that is used in the system, for architectures
  814. that support this feature.
  815. == ===========================================================================
  816. 0 Turn the process address space randomization off. This is the
  817. default for architectures that do not support this feature anyways,
  818. and kernels that are booted with the "norandmaps" parameter.
  819. 1 Make the addresses of mmap base, stack and VDSO page randomized.
  820. This, among other things, implies that shared libraries will be
  821. loaded to random addresses. Also for PIE-linked binaries, the
  822. location of code start is randomized. This is the default if the
  823. ``CONFIG_COMPAT_BRK`` option is enabled.
  824. 2 Additionally enable heap randomization. This is the default if
  825. ``CONFIG_COMPAT_BRK`` is disabled.
  826. There are a few legacy applications out there (such as some ancient
  827. versions of libc.so.5 from 1996) that assume that brk area starts
  828. just after the end of the code+bss. These applications break when
  829. start of the brk area is randomized. There are however no known
  830. non-legacy applications that would be broken this way, so for most
  831. systems it is safe to choose full randomization.
  832. Systems with ancient and/or broken binaries should be configured
  833. with ``CONFIG_COMPAT_BRK`` enabled, which excludes the heap from process
  834. address space randomization.
  835. == ===========================================================================
  836. real-root-dev
  837. =============
  838. See Documentation/admin-guide/initrd.rst.
  839. reboot-cmd (SPARC only)
  840. =======================
  841. ??? This seems to be a way to give an argument to the Sparc
  842. ROM/Flash boot loader. Maybe to tell it what to do after
  843. rebooting. ???
  844. sched_energy_aware
  845. ==================
  846. Enables/disables Energy Aware Scheduling (EAS). EAS starts
  847. automatically on platforms where it can run (that is,
  848. platforms with asymmetric CPU topologies and having an Energy
  849. Model available). If your platform happens to meet the
  850. requirements for EAS but you do not want to use it, change
  851. this value to 0. On Non-EAS platforms, write operation fails and
  852. read doesn't return anything.
  853. task_delayacct
  854. ===============
  855. Enables/disables task delay accounting (see
  856. Documentation/accounting/delay-accounting.rst. Enabling this feature incurs
  857. a small amount of overhead in the scheduler but is useful for debugging
  858. and performance tuning. It is required by some tools such as iotop.
  859. sched_schedstats
  860. ================
  861. Enables/disables scheduler statistics. Enabling this feature
  862. incurs a small amount of overhead in the scheduler but is
  863. useful for debugging and performance tuning.
  864. sched_util_clamp_min
  865. ====================
  866. Max allowed *minimum* utilization.
  867. Default value is 1024, which is the maximum possible value.
  868. It means that any requested uclamp.min value cannot be greater than
  869. sched_util_clamp_min, i.e., it is restricted to the range
  870. [0:sched_util_clamp_min].
  871. sched_util_clamp_max
  872. ====================
  873. Max allowed *maximum* utilization.
  874. Default value is 1024, which is the maximum possible value.
  875. It means that any requested uclamp.max value cannot be greater than
  876. sched_util_clamp_max, i.e., it is restricted to the range
  877. [0:sched_util_clamp_max].
  878. sched_util_clamp_min_rt_default
  879. ===============================
  880. By default Linux is tuned for performance. Which means that RT tasks always run
  881. at the highest frequency and most capable (highest capacity) CPU (in
  882. heterogeneous systems).
  883. Uclamp achieves this by setting the requested uclamp.min of all RT tasks to
  884. 1024 by default, which effectively boosts the tasks to run at the highest
  885. frequency and biases them to run on the biggest CPU.
  886. This knob allows admins to change the default behavior when uclamp is being
  887. used. In battery powered devices particularly, running at the maximum
  888. capacity and frequency will increase energy consumption and shorten the battery
  889. life.
  890. This knob is only effective for RT tasks which the user hasn't modified their
  891. requested uclamp.min value via sched_setattr() syscall.
  892. This knob will not escape the range constraint imposed by sched_util_clamp_min
  893. defined above.
  894. For example if
  895. sched_util_clamp_min_rt_default = 800
  896. sched_util_clamp_min = 600
  897. Then the boost will be clamped to 600 because 800 is outside of the permissible
  898. range of [0:600]. This could happen for instance if a powersave mode will
  899. restrict all boosts temporarily by modifying sched_util_clamp_min. As soon as
  900. this restriction is lifted, the requested sched_util_clamp_min_rt_default
  901. will take effect.
  902. seccomp
  903. =======
  904. See Documentation/userspace-api/seccomp_filter.rst.
  905. sg-big-buff
  906. ===========
  907. This file shows the size of the generic SCSI (sg) buffer.
  908. You can't tune it just yet, but you could change it on
  909. compile time by editing ``include/scsi/sg.h`` and changing
  910. the value of ``SG_BIG_BUFF``.
  911. There shouldn't be any reason to change this value. If
  912. you can come up with one, you probably know what you
  913. are doing anyway :)
  914. shmall
  915. ======
  916. This parameter sets the total amount of shared memory pages that can be used
  917. inside ipc namespace. The shared memory pages counting occurs for each ipc
  918. namespace separately and is not inherited. Hence, ``shmall`` should always be at
  919. least ``ceil(shmmax/PAGE_SIZE)``.
  920. If you are not sure what the default ``PAGE_SIZE`` is on your Linux
  921. system, you can run the following command::
  922. # getconf PAGE_SIZE
  923. To reduce or disable the ability to allocate shared memory, you must create a
  924. new ipc namespace, set this parameter to the required value and prohibit the
  925. creation of a new ipc namespace in the current user namespace or cgroups can
  926. be used.
  927. shmmax
  928. ======
  929. This value can be used to query and set the run time limit
  930. on the maximum shared memory segment size that can be created.
  931. Shared memory segments up to 1Gb are now supported in the
  932. kernel. This value defaults to ``SHMMAX``.
  933. shmmni
  934. ======
  935. This value determines the maximum number of shared memory segments.
  936. 4096 by default (``SHMMNI``).
  937. shm_rmid_forced
  938. ===============
  939. Linux lets you set resource limits, including how much memory one
  940. process can consume, via ``setrlimit(2)``. Unfortunately, shared memory
  941. segments are allowed to exist without association with any process, and
  942. thus might not be counted against any resource limits. If enabled,
  943. shared memory segments are automatically destroyed when their attach
  944. count becomes zero after a detach or a process termination. It will
  945. also destroy segments that were created, but never attached to, on exit
  946. from the process. The only use left for ``IPC_RMID`` is to immediately
  947. destroy an unattached segment. Of course, this breaks the way things are
  948. defined, so some applications might stop working. Note that this
  949. feature will do you no good unless you also configure your resource
  950. limits (in particular, ``RLIMIT_AS`` and ``RLIMIT_NPROC``). Most systems don't
  951. need this.
  952. Note that if you change this from 0 to 1, already created segments
  953. without users and with a dead originative process will be destroyed.
  954. sysctl_writes_strict
  955. ====================
  956. Control how file position affects the behavior of updating sysctl values
  957. via the ``/proc/sys`` interface:
  958. == ======================================================================
  959. -1 Legacy per-write sysctl value handling, with no printk warnings.
  960. Each write syscall must fully contain the sysctl value to be
  961. written, and multiple writes on the same sysctl file descriptor
  962. will rewrite the sysctl value, regardless of file position.
  963. 0 Same behavior as above, but warn about processes that perform writes
  964. to a sysctl file descriptor when the file position is not 0.
  965. 1 (default) Respect file position when writing sysctl strings. Multiple
  966. writes will append to the sysctl value buffer. Anything past the max
  967. length of the sysctl value buffer will be ignored. Writes to numeric
  968. sysctl entries must always be at file position 0 and the value must
  969. be fully contained in the buffer sent in the write syscall.
  970. == ======================================================================
  971. softlockup_all_cpu_backtrace
  972. ============================
  973. This value controls the soft lockup detector thread's behavior
  974. when a soft lockup condition is detected as to whether or not
  975. to gather further debug information. If enabled, each cpu will
  976. be issued an NMI and instructed to capture stack trace.
  977. This feature is only applicable for architectures which support
  978. NMI.
  979. = ============================================
  980. 0 Do nothing. This is the default behavior.
  981. 1 On detection capture more debug information.
  982. = ============================================
  983. softlockup_panic
  984. =================
  985. This parameter can be used to control whether the kernel panics
  986. when a soft lockup is detected.
  987. = ============================================
  988. 0 Don't panic on soft lockup.
  989. 1 Panic on soft lockup.
  990. = ============================================
  991. This can also be set using the softlockup_panic kernel parameter.
  992. soft_watchdog
  993. =============
  994. This parameter can be used to control the soft lockup detector.
  995. = =================================
  996. 0 Disable the soft lockup detector.
  997. 1 Enable the soft lockup detector.
  998. = =================================
  999. The soft lockup detector monitors CPUs for threads that are hogging the CPUs
  1000. without rescheduling voluntarily, and thus prevent the 'migration/N' threads
  1001. from running, causing the watchdog work fail to execute. The mechanism depends
  1002. on the CPUs ability to respond to timer interrupts which are needed for the
  1003. watchdog work to be queued by the watchdog timer function, otherwise the NMI
  1004. watchdog — if enabled — can detect a hard lockup condition.
  1005. split_lock_mitigate (x86 only)
  1006. ==============================
  1007. On x86, each "split lock" imposes a system-wide performance penalty. On larger
  1008. systems, large numbers of split locks from unprivileged users can result in
  1009. denials of service to well-behaved and potentially more important users.
  1010. The kernel mitigates these bad users by detecting split locks and imposing
  1011. penalties: forcing them to wait and only allowing one core to execute split
  1012. locks at a time.
  1013. These mitigations can make those bad applications unbearably slow. Setting
  1014. split_lock_mitigate=0 may restore some application performance, but will also
  1015. increase system exposure to denial of service attacks from split lock users.
  1016. = ===================================================================
  1017. 0 Disable the mitigation mode - just warns the split lock on kernel log
  1018. and exposes the system to denials of service from the split lockers.
  1019. 1 Enable the mitigation mode (this is the default) - penalizes the split
  1020. lockers with intentional performance degradation.
  1021. = ===================================================================
  1022. stack_erasing
  1023. =============
  1024. This parameter can be used to control kernel stack erasing at the end
  1025. of syscalls for kernels built with ``CONFIG_GCC_PLUGIN_STACKLEAK``.
  1026. That erasing reduces the information which kernel stack leak bugs
  1027. can reveal and blocks some uninitialized stack variable attacks.
  1028. The tradeoff is the performance impact: on a single CPU system kernel
  1029. compilation sees a 1% slowdown, other systems and workloads may vary.
  1030. = ====================================================================
  1031. 0 Kernel stack erasing is disabled, STACKLEAK_METRICS are not updated.
  1032. 1 Kernel stack erasing is enabled (default), it is performed before
  1033. returning to the userspace at the end of syscalls.
  1034. = ====================================================================
  1035. stop-a (SPARC only)
  1036. ===================
  1037. Controls Stop-A:
  1038. = ====================================
  1039. 0 Stop-A has no effect.
  1040. 1 Stop-A breaks to the PROM (default).
  1041. = ====================================
  1042. Stop-A is always enabled on a panic, so that the user can return to
  1043. the boot PROM.
  1044. sysrq
  1045. =====
  1046. See Documentation/admin-guide/sysrq.rst.
  1047. tainted
  1048. =======
  1049. Non-zero if the kernel has been tainted. Numeric values, which can be
  1050. ORed together. The letters are seen in "Tainted" line of Oops reports.
  1051. ====== ===== ==============================================================
  1052. 1 `(P)` proprietary module was loaded
  1053. 2 `(F)` module was force loaded
  1054. 4 `(S)` kernel running on an out of specification system
  1055. 8 `(R)` module was force unloaded
  1056. 16 `(M)` processor reported a Machine Check Exception (MCE)
  1057. 32 `(B)` bad page referenced or some unexpected page flags
  1058. 64 `(U)` taint requested by userspace application
  1059. 128 `(D)` kernel died recently, i.e. there was an OOPS or BUG
  1060. 256 `(A)` an ACPI table was overridden by user
  1061. 512 `(W)` kernel issued warning
  1062. 1024 `(C)` staging driver was loaded
  1063. 2048 `(I)` workaround for bug in platform firmware applied
  1064. 4096 `(O)` externally-built ("out-of-tree") module was loaded
  1065. 8192 `(E)` unsigned module was loaded
  1066. 16384 `(L)` soft lockup occurred
  1067. 32768 `(K)` kernel has been live patched
  1068. 65536 `(X)` Auxiliary taint, defined and used by for distros
  1069. 131072 `(T)` The kernel was built with the struct randomization plugin
  1070. ====== ===== ==============================================================
  1071. See Documentation/admin-guide/tainted-kernels.rst for more information.
  1072. Note:
  1073. writes to this sysctl interface will fail with ``EINVAL`` if the kernel is
  1074. booted with the command line option ``panic_on_taint=<bitmask>,nousertaint``
  1075. and any of the ORed together values being written to ``tainted`` match with
  1076. the bitmask declared on panic_on_taint.
  1077. See Documentation/admin-guide/kernel-parameters.rst for more details on
  1078. that particular kernel command line option and its optional
  1079. ``nousertaint`` switch.
  1080. threads-max
  1081. ===========
  1082. This value controls the maximum number of threads that can be created
  1083. using ``fork()``.
  1084. During initialization the kernel sets this value such that even if the
  1085. maximum number of threads is created, the thread structures occupy only
  1086. a part (1/8th) of the available RAM pages.
  1087. The minimum value that can be written to ``threads-max`` is 1.
  1088. The maximum value that can be written to ``threads-max`` is given by the
  1089. constant ``FUTEX_TID_MASK`` (0x3fffffff).
  1090. If a value outside of this range is written to ``threads-max`` an
  1091. ``EINVAL`` error occurs.
  1092. traceoff_on_warning
  1093. ===================
  1094. When set, disables tracing (see Documentation/trace/ftrace.rst) when a
  1095. ``WARN()`` is hit.
  1096. tracepoint_printk
  1097. =================
  1098. When tracepoints are sent to printk() (enabled by the ``tp_printk``
  1099. boot parameter), this entry provides runtime control::
  1100. echo 0 > /proc/sys/kernel/tracepoint_printk
  1101. will stop tracepoints from being sent to printk(), and::
  1102. echo 1 > /proc/sys/kernel/tracepoint_printk
  1103. will send them to printk() again.
  1104. This only works if the kernel was booted with ``tp_printk`` enabled.
  1105. See Documentation/admin-guide/kernel-parameters.rst and
  1106. Documentation/trace/boottime-trace.rst.
  1107. unaligned-trap
  1108. ==============
  1109. On architectures where unaligned accesses cause traps, and where this
  1110. feature is supported (``CONFIG_SYSCTL_ARCH_UNALIGN_ALLOW``; currently,
  1111. ``arc``, ``parisc`` and ``loongarch``), controls whether unaligned traps
  1112. are caught and emulated (instead of failing).
  1113. = ========================================================
  1114. 0 Do not emulate unaligned accesses.
  1115. 1 Emulate unaligned accesses. This is the default setting.
  1116. = ========================================================
  1117. See also `ignore-unaligned-usertrap`_.
  1118. unknown_nmi_panic
  1119. =================
  1120. The value in this file affects behavior of handling NMI. When the
  1121. value is non-zero, unknown NMI is trapped and then panic occurs. At
  1122. that time, kernel debugging information is displayed on console.
  1123. NMI switch that most IA32 servers have fires unknown NMI up, for
  1124. example. If a system hangs up, try pressing the NMI switch.
  1125. unprivileged_bpf_disabled
  1126. =========================
  1127. Writing 1 to this entry will disable unprivileged calls to ``bpf()``;
  1128. once disabled, calling ``bpf()`` without ``CAP_SYS_ADMIN`` or ``CAP_BPF``
  1129. will return ``-EPERM``. Once set to 1, this can't be cleared from the
  1130. running kernel anymore.
  1131. Writing 2 to this entry will also disable unprivileged calls to ``bpf()``,
  1132. however, an admin can still change this setting later on, if needed, by
  1133. writing 0 or 1 to this entry.
  1134. If ``BPF_UNPRIV_DEFAULT_OFF`` is enabled in the kernel config, then this
  1135. entry will default to 2 instead of 0.
  1136. = =============================================================
  1137. 0 Unprivileged calls to ``bpf()`` are enabled
  1138. 1 Unprivileged calls to ``bpf()`` are disabled without recovery
  1139. 2 Unprivileged calls to ``bpf()`` are disabled
  1140. = =============================================================
  1141. warn_limit
  1142. ==========
  1143. Number of kernel warnings after which the kernel should panic when
  1144. ``panic_on_warn`` is not set. Setting this to 0 disables checking
  1145. the warning count. Setting this to 1 has the same effect as setting
  1146. ``panic_on_warn=1``. The default value is 0.
  1147. watchdog
  1148. ========
  1149. This parameter can be used to disable or enable the soft lockup detector
  1150. *and* the NMI watchdog (i.e. the hard lockup detector) at the same time.
  1151. = ==============================
  1152. 0 Disable both lockup detectors.
  1153. 1 Enable both lockup detectors.
  1154. = ==============================
  1155. The soft lockup detector and the NMI watchdog can also be disabled or
  1156. enabled individually, using the ``soft_watchdog`` and ``nmi_watchdog``
  1157. parameters.
  1158. If the ``watchdog`` parameter is read, for example by executing::
  1159. cat /proc/sys/kernel/watchdog
  1160. the output of this command (0 or 1) shows the logical OR of
  1161. ``soft_watchdog`` and ``nmi_watchdog``.
  1162. watchdog_cpumask
  1163. ================
  1164. This value can be used to control on which cpus the watchdog may run.
  1165. The default cpumask is all possible cores, but if ``NO_HZ_FULL`` is
  1166. enabled in the kernel config, and cores are specified with the
  1167. ``nohz_full=`` boot argument, those cores are excluded by default.
  1168. Offline cores can be included in this mask, and if the core is later
  1169. brought online, the watchdog will be started based on the mask value.
  1170. Typically this value would only be touched in the ``nohz_full`` case
  1171. to re-enable cores that by default were not running the watchdog,
  1172. if a kernel lockup was suspected on those cores.
  1173. The argument value is the standard cpulist format for cpumasks,
  1174. so for example to enable the watchdog on cores 0, 2, 3, and 4 you
  1175. might say::
  1176. echo 0,2-4 > /proc/sys/kernel/watchdog_cpumask
  1177. watchdog_thresh
  1178. ===============
  1179. This value can be used to control the frequency of hrtimer and NMI
  1180. events and the soft and hard lockup thresholds. The default threshold
  1181. is 10 seconds.
  1182. The softlockup threshold is (``2 * watchdog_thresh``). Setting this
  1183. tunable to zero will disable lockup detection altogether.