projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50cdae7
)
docs: sysctl/kernel: document firmware_config
author
Stephen Kitt
<steve@sk2.org>
Wed, 29 Apr 2020 20:57:57 +0000
(22:57 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 5 May 2020 15:53:45 +0000
(09:53 -0600)
Based on the firmware fallback mechanisms documentation and the
implementation in drivers/base/firmware_loader/fallback.c.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Link:
https://lore.kernel.org/r/20200429205757.8677-2-steve@sk2.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/sysctl/kernel.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/sysctl/kernel.rst
b/Documentation/admin-guide/sysctl/kernel.rst
index 5de73768f14e7d8dabb66ab32b2c3944d8f47718..eb6bc9cc031863d351685bee83f5453c41eac445 100644
(file)
--- a/
Documentation/admin-guide/sysctl/kernel.rst
+++ b/
Documentation/admin-guide/sysctl/kernel.rst
@@
-265,6
+265,19
@@
domain names are in general different. For a detailed discussion
see the ``hostname(1)`` man page.
+firmware_config
+===============
+
+See :doc:`/driver-api/firmware/fallback-mechanisms`.
+
+The entries in this directory allow the firmware loader helper
+fallback to be controlled:
+
+* ``force_sysfs_fallback``, when set to 1, forces the use of the
+ fallback;
+* ``ignore_sysfs_fallback``, when set to 1, ignores any fallback.
+
+
ftrace_dump_on_oops
===================