All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] [git pull] device mapper fixes for 6.1-rc6
@ 2022-11-18 17:10 ` Mike Snitzer
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Snitzer @ 2022-11-18 17:10 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-block, Mikulas Patocka, dm-devel, Zhihao Cheng,
	Alasdair G Kergon

Hi Linus,

The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa:

  Linux 6.1-rc5 (2022-11-13 13:12:55 -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.1/dm-fixes-2

for you to fetch changes up to 984bf2cc531e778e49298fdf6730e0396166aa21:

  dm integrity: clear the journal on suspend (2022-11-18 11:05:09 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix misbehavior if list_versions DM ioctl races with module
  loading.

- Fix missing decrement of no_sleep_enabled if dm_bufio_client_create
  failed.

- Allow DM integrity devices to be activated in read-only mode.

----------------------------------------------------------------
Mikulas Patocka (3):
      dm ioctl: fix misbehavior if list_versions races with module loading
      dm integrity: flush the journal on suspend
      dm integrity: clear the journal on suspend

Zhihao Cheng (1):
      dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create failed

 drivers/md/dm-bufio.c     |  2 ++
 drivers/md/dm-integrity.c | 20 ++++++++++++++------
 drivers/md/dm-ioctl.c     |  4 ++--
 3 files changed, 18 insertions(+), 8 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [git pull] device mapper fixes for 6.1-rc6
@ 2022-11-18 17:10 ` Mike Snitzer
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Snitzer @ 2022-11-18 17:10 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: dm-devel, linux-block, Alasdair G Kergon, Zhihao Cheng,
	Mikulas Patocka

Hi Linus,

The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa:

  Linux 6.1-rc5 (2022-11-13 13:12:55 -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.1/dm-fixes-2

for you to fetch changes up to 984bf2cc531e778e49298fdf6730e0396166aa21:

  dm integrity: clear the journal on suspend (2022-11-18 11:05:09 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix misbehavior if list_versions DM ioctl races with module
  loading.

- Fix missing decrement of no_sleep_enabled if dm_bufio_client_create
  failed.

- Allow DM integrity devices to be activated in read-only mode.

----------------------------------------------------------------
Mikulas Patocka (3):
      dm ioctl: fix misbehavior if list_versions races with module loading
      dm integrity: flush the journal on suspend
      dm integrity: clear the journal on suspend

Zhihao Cheng (1):
      dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create failed

 drivers/md/dm-bufio.c     |  2 ++
 drivers/md/dm-integrity.c | 20 ++++++++++++++------
 drivers/md/dm-ioctl.c     |  4 ++--
 3 files changed, 18 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dm-devel] [git pull] device mapper fixes for 6.1-rc6
  2022-11-18 17:10 ` Mike Snitzer
@ 2022-11-18 20:32   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-11-18 20:32 UTC (permalink / raw)
  To: Mike Snitzer
  Cc: Linus Torvalds, linux-block, dm-devel, Mikulas Patocka,
	Zhihao Cheng, Alasdair G Kergon

The pull request you sent on Fri, 18 Nov 2022 12:10:54 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5556a78c744347216cff46f20359412445278ac2

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dm-devel] [git pull] device mapper fixes for 6.1-rc6
@ 2022-11-18 20:32   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-11-18 20:32 UTC (permalink / raw)
  To: Mike Snitzer
  Cc: Linus Torvalds, linux-block, Mikulas Patocka, dm-devel,
	Zhihao Cheng, Alasdair G Kergon

The pull request you sent on Fri, 18 Nov 2022 12:10:54 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5556a78c744347216cff46f20359412445278ac2

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-18 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-18 17:10 [dm-devel] [git pull] device mapper fixes for 6.1-rc6 Mike Snitzer
2022-11-18 17:10 ` Mike Snitzer
2022-11-18 20:32 ` [dm-devel] " pr-tracker-bot
2022-11-18 20:32   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.