[dm-devel] [git pull] device mapper fixes for 5.16-rc6

Mike Snitzer snitzer at redhat.com
Thu Dec 16 17:49:16 UTC 2021


Hi Linus,

The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 1cef171abd39102dcc862c6bfbf7f954f4f1f66f:

  dm integrity: fix data corruption due to improper use of bvec_kmap_local (2021-12-15 14:16:35 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix use after free in DM btree remove's rebalance_children().

- Fix DM integrity data corruption, introduced during 5.16 merge, due
  to improper use of bvec_kmap_local().

----------------------------------------------------------------
Joe Thornber (1):
      dm btree remove: fix use after free in rebalance_children()

Mike Snitzer (1):
      dm integrity: fix data corruption due to improper use of bvec_kmap_local

 drivers/md/dm-integrity.c                    | 2 +-
 drivers/md/persistent-data/dm-btree-remove.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the dm-devel mailing list