Commit de4cbd7
ring buffer: Propagate __rb_map_vma return value to caller
The return value from `__rb_map_vma()`, which rejects writable or
executable mappings (VM_WRITE, VM_EXEC, or !VM_MAYSHARE), was being
ignored. As a result the caller of `__rb_map_vma` always returned 0
even when the mapping had actually failed, allowing it to proceed
with an invalid VMA.
Cc: [email protected]
Cc: Masami Hiramatsu <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Link: https://lore.kernel.org/[email protected]
Fixes: 117c392 ("ring-buffer: Introducing ring-buffer mapping functions")
Reported-by: [email protected]
Closes: https://syzkaller.appspot.com/bug?id=194151be8eaebd826005329b2e123aecae714bdb
Signed-off-by: Ankit Khushwaha <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>1 parent c834a97 commit de4cbd7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7273 | 7273 | | |
7274 | 7274 | | |
7275 | 7275 | | |
7276 | | - | |
| 7276 | + | |
7277 | 7277 | | |
7278 | 7278 | | |
7279 | 7279 | | |
| |||
0 commit comments