Linus Torvalds
4941a17751
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
2025-11-26 13:16:22 -08:00
..
2025-10-20 12:47:40 +02:00
2025-08-03 16:23:09 -07:00
2025-10-03 16:32:36 -07:00
2024-05-22 20:14:47 -04:00
2021-02-26 09:41:02 -08:00
2025-09-27 09:04:05 -04:00
2025-09-24 23:18:26 +09:00
2024-06-10 18:08:23 -04:00
2025-11-03 17:22:06 -08:00
2025-08-01 10:29:36 -07:00
2023-03-19 12:20:48 -04:00
2025-07-30 10:38:43 -04:00
2025-05-14 11:19:32 -04:00
2021-10-05 17:38:45 -04:00
2025-07-21 16:40:56 -04:00
2025-07-08 18:17:38 -04:00
2024-05-01 23:18:48 +09:00
2024-10-19 11:12:25 -04:00
2025-11-06 19:38:54 -05:00
2023-12-21 10:04:45 -05:00
2024-05-13 20:00:57 -04:00
2022-09-26 13:01:09 -04:00
2023-12-18 23:14:16 -05:00
2025-05-09 15:19:10 -04:00
2024-02-17 21:25:42 +09:00
2023-08-23 09:40:16 +09:00
2024-10-09 19:59:49 -04:00
2025-09-25 00:22:46 +09:00
2025-05-13 22:23:34 +09:00
2025-05-08 09:36:08 -04:00
2025-07-24 22:57:32 +09:00
2025-02-26 14:13:58 -05:00
2025-08-01 10:29:36 -07:00
2025-11-06 19:51:33 -05:00
2024-08-07 18:12:46 -04:00
2025-08-01 16:49:15 -04:00
2025-05-29 21:04:36 -07:00
2025-10-05 09:43:36 -07:00
2025-10-03 12:13:12 -04:00
2023-07-30 18:11:44 -04:00
2025-11-07 07:36:20 +09:00
2025-08-22 17:32:35 -04:00
2025-05-29 21:04:36 -07:00
2025-07-08 18:17:29 -04:00
2025-10-08 12:10:44 -04:00
2025-07-22 20:01:41 -04:00
2023-07-12 12:06:04 -04:00
2025-10-02 08:05:01 +09:00
2025-05-08 09:36:09 -04:00
2025-10-09 12:18:22 -07:00
2025-08-01 19:14:51 -04:00
2025-03-04 11:27:23 -05:00
2024-12-05 09:28:58 -05:00
2021-10-08 18:08:43 -04:00
2023-07-14 17:04:58 +09:00
2024-12-26 10:50:04 -05:00
2025-07-30 15:38:01 -07:00
2025-10-02 08:05:01 +09:00
2022-05-26 21:12:52 -04:00
2025-09-30 17:27:58 -04:00
2025-10-08 12:10:26 -04:00
2024-12-26 10:50:03 -05:00
2023-12-18 23:14:16 -05:00
2025-05-29 21:04:36 -07:00
2024-12-26 10:38:37 -05:00
2023-01-25 10:31:24 -05:00
2025-09-23 09:29:29 -04:00
2025-10-02 08:05:01 +09:00
2025-11-25 15:21:16 -05:00
2025-09-23 09:29:29 -04:00
2025-09-23 09:31:58 -04:00
2023-07-23 11:08:14 -04:00