diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-07-24 20:02:58 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-07-24 20:02:58 -0700 |
| commit | 0ce37745d4bfbc493f718169c3974898ffec8ee7 (patch) | |
| tree | c5c6ce1ae2a2fe201155cc041cd6b3a57ab3915b /MAINTAINERS | |
| parent | 73387b89d99f7b588870c5a98eb6a89689c65a1a (diff) | |
| parent | 093fbffe03f5c1bb9c10a9e5aa65b23250844403 (diff) | |
| download | linux-0ce37745d4bfbc493f718169c3974898ffec8ee7.tar.gz linux-0ce37745d4bfbc493f718169c3974898ffec8ee7.tar.bz2 linux-0ce37745d4bfbc493f718169c3974898ffec8ee7.zip | |
Merge tag 'block-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxHEADmaster
Pull block fixes from Jens Axboe:
- Fix a ublk recovery hang, where END_USER_RECOVERY without a
successful START_USER_RECOVERY could be satisfied by a stale
completion latch
- Fix a stack out-of-bounds read in the CDROMVOLCTRL ioctl
- MAINTAINERS email address update for Roger Pau Monne
* tag 'block-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
MAINTAINERS: update my email address
cdrom: fix stack out-of-bounds read in CDROMVOLCTRL
ublk: wait on ublk_dev_ready() instead of ub->completion
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ff93f3954fd1..ff08a65d942a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -29400,7 +29400,7 @@ F: net/xdp/ F: tools/testing/selftests/bpf/*xsk* XEN BLOCK SUBSYSTEM -M: Roger Pau Monné <roger.pau@citrix.com> +M: Roger Pau Monné <roger@xenproject.org> L: xen-devel@lists.xenproject.org (moderated for non-subscribers) S: Supported F: drivers/block/xen* |