projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd49cb
)
Documentation: fix a typo for intel_iommu=nobounce
author
Alex Hung
<alex.hung@canonical.com>
Wed, 19 Feb 2020 19:21:33 +0000
(12:21 -0700)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 25 Feb 2020 10:34:25 +0000
(
03:34
-0700)
"untrusted" was mis-spelled as "unstrusted"
Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/kernel-parameters.txt
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/kernel-parameters.txt
b/Documentation/admin-guide/kernel-parameters.txt
index
47cd55e
..
56bf9b2
100644
(file)
--- a/
Documentation/admin-guide/kernel-parameters.txt
+++ b/
Documentation/admin-guide/kernel-parameters.txt
@@
-1775,7
+1775,7
@@
provided by tboot because it makes the system
vulnerable to DMA attacks.
nobounce [Default off]
- Disable bounce buffer for un
s
trusted devices such as
+ Disable bounce buffer for untrusted devices such as
the Thunderbolt devices. This will treat the untrusted
devices as the trusted ones, hence might expose security
risks of DMA attacks.