diff options
| author | 2025-11-26 13:16:22 -0800 | |
|---|---|---|
| committer | 2025-11-26 13:16:22 -0800 | |
| commit | 4941a17751c99e17422be743c02c923ad706f888 (patch) | |
| tree | e5557e3ba019b993173f5c277bdab4e1378f0bfa /tools/lib/python/kdoc/python_version.py | |
| parent | Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (diff) | |
| parent | tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs (diff) | |
Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull ring-buffer fix from Steven Rostedt:
- Do not allow mmapped ring buffer to be split
When the ring buffer VMA is split by a partial munmap or a MAP_FIXED,
the kernel calls vm_ops->close() on each portion. This causes the
ring_buffer_unmap() to be called multiple times. This causes
subsequent calls to return -ENODEV and triggers a warning.
There's no reason to allow user space to split up memory mapping of
the ring buffer. Have it return -EINVAL when that happens.
* tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs
Diffstat (limited to 'tools/lib/python/kdoc/python_version.py')
0 files changed, 0 insertions, 0 deletions
