diff options
| author | Kazuki Hanai <hnkz.64@gmail.com> | 2026-09-08 20:00:53 +0900 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-09-08 16:22:50 +0200 |
| commit | 71c610aeb1770302ac9c9e0b9a4ecd37f1311928 (patch) | |
| tree | 2deb134f7174171320cc9c53b37361d122524442 /scripts/Makefile.thinlto | |
| parent | fcf57d066444dfa5cb46080b1b61cde517249530 (diff) | |
| download | linux-71c610aeb1770302ac9c9e0b9a4ecd37f1311928.tar.gz linux-71c610aeb1770302ac9c9e0b9a4ecd37f1311928.zip | |
ALSA: us122l: Prevent write upgrades for read mappings
The hwdep mmap callback rejects read-buffer mappings that are initially
writable, but leaves VM_MAYWRITE set on mappings created with PROT_READ.
A process that can open the hwdep node O_RDWR can later use mprotect() to
make the mapping writable.
The read allocation begins with struct usb_stream. Its read_size member is
used by the fault handler to decide which pages belong to the read buffer.
The read VMA intentionally remains expandable because pcm_usb_stream uses
mremap() after reading that size. Changing read_size first can therefore
map and access pages beyond the allocation. The same member is also
consumed by usb_stream_free(), where changing it can make
free_pages_exact() release pages outside the allocation.
Clear VM_MAYWRITE for read-buffer mappings after rejecting an initially
writable VMA. This keeps the separate output-buffer mapping writable while
preventing later permission upgrades.
Fixes: 030a07e44129 ("ALSA: Add USB US122L driver")
Cc: stable@vger.kernel.org
Signed-off-by: Kazuki Hanai <hnkz.64@gmail.com>
Link: https://patch.msgid.link/20260908110053.2950767-1-hnkz.64@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
