diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-10-07 10:17:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-10-07 10:17:48 -0700 |
commit | 4aef108a4d60bb52bf4e8e2ed9444afe2cdfe6a9 (patch) | |
tree | 346570a40790e7fe1d0dcc2138e9dc5b3edb3ae8 /MAINTAINERS | |
parent | b036cda9d5240e07383c83418ad2885f38d9ded4 (diff) | |
parent | 3da5d2de92387a8322965c7fb1365f7cae690e5a (diff) |
Merge tag 'for-6.6/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Pull device mapper fixes from Mike Snitzer:
- Fix memory leak when freeing dm zoned target device
- Update dm-devel mailing list address in MAINTAINERS
* tag 'for-6.6/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
MAINTAINERS: update the dm-devel mailing list
dm zoned: free dmz->ddev array in dmz_put_zoned_devices
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 81d5fc0bba68..6c4cce45a09d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5984,8 +5984,8 @@ F: include/linux/devm-helpers.h DEVICE-MAPPER (LVM) M: Alasdair Kergon <agk@redhat.com> M: Mike Snitzer <snitzer@kernel.org> -M: dm-devel@redhat.com -L: dm-devel@redhat.com +M: dm-devel@lists.linux.dev +L: dm-devel@lists.linux.dev S: Maintained W: http://sources.redhat.com/dm Q: http://patchwork.kernel.org/project/dm-devel/list/ |