projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec8d3b5
)
bpf: Remove trailing whitespace in verifier.rst
author
Abhinav Saxena
<xandfury@gmail.com>
Thu, 7 Nov 2024 06:37:08 +0000
(23:37 -0700)
committer
Andrii Nakryiko
<andrii@kernel.org>
Mon, 11 Nov 2024 16:17:48 +0000
(08:17 -0800)
Remove trailing whitespace in Documentation/bpf/verifier.rst.
Signed-off-by: Abhinav Saxena <xandfury@gmail.com>
Link:
https://lore.kernel.org/r/20241107063708.106340-2-xandfury@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Documentation/bpf/verifier.rst
patch
|
blob
|
history
diff --git
a/Documentation/bpf/verifier.rst
b/Documentation/bpf/verifier.rst
index
d237615
..
95e6f80
100644
(file)
--- a/
Documentation/bpf/verifier.rst
+++ b/
Documentation/bpf/verifier.rst
@@
-507,7
+507,7
@@
Notes:
from the parent state to the current state.
* Details about REG_LIVE_READ32 are omitted.
-
+
* Function ``propagate_liveness()`` (see section :ref:`read_marks_for_cache_hits`)
might override the first parent link. Please refer to the comments in the
``propagate_liveness()`` and ``mark_reg_read()`` source code for further
@@
-571,7
+571,7
@@
works::
are considered equivalent.
.. _read_marks_for_cache_hits:
-
+
Read marks propagation for cache hits
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~