mbox series

[git,pull] device mapper fixes 3 for 6.12

Message ID 896b202d-3378-856d-eed9-97e443f9c7d7@redhat.com (mailing list archive)
State New
Headers show
Series [git,pull] device mapper fixes 3 for 6.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.12/dm-fixes-3

Message

Mikulas Patocka Nov. 11, 2024, 9:40 p.m. UTC
Hi Linus

The following changes since commit 2d5404caa8c7bb5c4e0435f94b28834ae5456623:

  Linux 6.12-rc7 (2024-11-10 14:19:35 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.12/dm-fixes-3

for you to fetch changes up to 346dbf1b1345476a6524512892cceb931bee3039:

  dm-cache: fix warnings about duplicate slab caches (2024-11-11 17:04:39 +0100)

Please, pull, thanks
Mikulas

----------------------------------------------------------------
- fix warnings about duplicate slab cache names
-----BEGIN PGP SIGNATURE-----

iIoEABYIADIWIQRnH8MwLyZDhyYfesYTAyx9YGnhbQUCZzItHBQcbXBhdG9ja2FA
cmVkaGF0LmNvbQAKCRATAyx9YGnhbRzaAQD0c/ERvaahr7yR3fD7b1pyT6g6LpwE
e2P80QUQRKhCPAD9EXwZo1DdpCNQX7g6eU3jtof9oQoAggAdMjJRc4SF+g4=
=W477
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Mikulas Patocka (2):
      dm-bufio: fix warnings about duplicate slab caches
      dm-cache: fix warnings about duplicate slab caches

 drivers/md/dm-bufio.c                    | 12 ++++++++----
 drivers/md/dm-cache-background-tracker.c | 25 ++++++-------------------
 drivers/md/dm-cache-background-tracker.h |  8 ++++++++
 drivers/md/dm-cache-target.c             | 25 ++++++++++++++++++++-----
 4 files changed, 42 insertions(+), 28 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 12, 2024, 9:38 p.m. UTC | #1
The pull request you sent on Mon, 11 Nov 2024 22:40:53 +0100 (CET):

> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.12/dm-fixes-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5456ec9dab3a918ccfc0dc82677d38a74fab4212

Thank you!