diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-03-13 14:03:58 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-03-13 14:03:58 -0700 |
| commit | 2c361c9b7f452cf5331fe0d1230ab23c374a1fd2 (patch) | |
| tree | 0f6174f103596214256fa953e58b18ccc4d86174 /MAINTAINERS | |
| parent | 399af66228cfd7df79dc360810b6b673000f8090 (diff) | |
| parent | b282c43ed156ae15ea76748fc15cd5c39dc9ab72 (diff) | |
| download | linux-2c361c9b7f452cf5331fe0d1230ab23c374a1fd2.tar.gz linux-2c361c9b7f452cf5331fe0d1230ab23c374a1fd2.zip | |
Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-client
Pull ceph fixes from Ilya Dryomov:
"A small pile of CephFS and messenger bug fixes, all marked for stable"
* tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-client:
libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()
libceph: Use u32 for non-negative values in ceph_monmap_decode()
MAINTAINERS: update email address of Dongsheng Yang
libceph: reject preamble if control segment is empty
libceph: admit message frames only in CEPH_CON_S_OPEN state
libceph: prevent potential out-of-bounds reads in process_message_header()
ceph: do not skip the first folio of the next object in writeback
ceph: fix memory leaks in ceph_mdsc_build_path()
ceph: add a bunch of missing ceph_path_info initializers
ceph: fix i_nlink underrun during async unlink
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bc3bcc6416633..de12e484ac281 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21937,7 +21937,7 @@ F: drivers/media/radio/radio-tea5777.c RADOS BLOCK DEVICE (RBD) M: Ilya Dryomov <idryomov@gmail.com> -R: Dongsheng Yang <dongsheng.yang@easystack.cn> +R: Dongsheng Yang <dongsheng.yang@linux.dev> L: ceph-devel@vger.kernel.org S: Supported W: http://ceph.com/ |
