All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] device mapper changes for 5.17
@ 2022-01-12 16:24 ` Mike Snitzer
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Snitzer @ 2022-01-12 16:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: dm-devel, linux-block, Alasdair G Kergon, Greg Kroah-Hartman,
	Joe Thornber, Kees Cook

Hi Linus,

The following changes since commit fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2:

  Linux 5.16-rc7 (2021-12-26 13:17:17 -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.17/dm-changes

for you to fetch changes up to eaac0b590a47c717ef36cbfd1c528cd154c965a1:

  dm sysfs: use default_groups in kobj_type (2022-01-06 09:48:55 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fixes and improvements to dm btree and dm space map code in
  persistent-data library used by thinp and cache.

- Update DM integrity to use struct_group() to zero struct
  journal_sector.

- Update DM sysfs to use default_groups in kobj_type.

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      dm sysfs: use default_groups in kobj_type

Joe Thornber (5):
      dm btree spine: remove extra node_check function declaration
      dm btree spine: eliminate duplicate le32_to_cpu() in node_check()
      dm btree remove: change a bunch of BUG_ON() calls to proper errors
      dm btree: add a defensive bounds check to insert_at()
      dm space map common: add bounds check to sm_ll_lookup_bitmap()

Kees Cook (1):
      dm integrity: Use struct_group() to zero struct journal_sector

 drivers/md/dm-integrity.c                        |   9 +-
 drivers/md/dm-sysfs.c                            |   3 +-
 drivers/md/persistent-data/dm-btree-remove.c     | 173 ++++++++++++++++-------
 drivers/md/persistent-data/dm-btree-spine.c      |  12 +-
 drivers/md/persistent-data/dm-btree.c            |   8 +-
 drivers/md/persistent-data/dm-space-map-common.c |   5 +
 6 files changed, 145 insertions(+), 65 deletions(-)


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

* [dm-devel] [git pull] device mapper changes for 5.17
@ 2022-01-12 16:24 ` Mike Snitzer
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Snitzer @ 2022-01-12 16:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Kees Cook, Greg Kroah-Hartman, Joe Thornber, linux-block,
	dm-devel, Alasdair G Kergon

Hi Linus,

The following changes since commit fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2:

  Linux 5.16-rc7 (2021-12-26 13:17:17 -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.17/dm-changes

for you to fetch changes up to eaac0b590a47c717ef36cbfd1c528cd154c965a1:

  dm sysfs: use default_groups in kobj_type (2022-01-06 09:48:55 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fixes and improvements to dm btree and dm space map code in
  persistent-data library used by thinp and cache.

- Update DM integrity to use struct_group() to zero struct
  journal_sector.

- Update DM sysfs to use default_groups in kobj_type.

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      dm sysfs: use default_groups in kobj_type

Joe Thornber (5):
      dm btree spine: remove extra node_check function declaration
      dm btree spine: eliminate duplicate le32_to_cpu() in node_check()
      dm btree remove: change a bunch of BUG_ON() calls to proper errors
      dm btree: add a defensive bounds check to insert_at()
      dm space map common: add bounds check to sm_ll_lookup_bitmap()

Kees Cook (1):
      dm integrity: Use struct_group() to zero struct journal_sector

 drivers/md/dm-integrity.c                        |   9 +-
 drivers/md/dm-sysfs.c                            |   3 +-
 drivers/md/persistent-data/dm-btree-remove.c     | 173 ++++++++++++++++-------
 drivers/md/persistent-data/dm-btree-spine.c      |  12 +-
 drivers/md/persistent-data/dm-btree.c            |   8 +-
 drivers/md/persistent-data/dm-space-map-common.c |   5 +
 6 files changed, 145 insertions(+), 65 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

* Re: [dm-devel] [git pull] device mapper changes for 5.17
  2022-01-12 16:24 ` [dm-devel] " Mike Snitzer
@ 2022-01-12 19:12   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-01-12 19:12 UTC (permalink / raw)
  To: Mike Snitzer
  Cc: Kees Cook, Greg Kroah-Hartman, Joe Thornber, linux-block,
	dm-devel, Linus Torvalds, Alasdair G Kergon

The pull request you sent on Wed, 12 Jan 2022 11:24:29 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.17/dm-changes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/49008f0cc1ef0b86ccfa0d1d99e67741d46bd35b

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: [git pull] device mapper changes for 5.17
@ 2022-01-12 19:12   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-01-12 19:12 UTC (permalink / raw)
  To: Mike Snitzer
  Cc: Linus Torvalds, dm-devel, linux-block, Alasdair G Kergon,
	Greg Kroah-Hartman, Joe Thornber, Kees Cook

The pull request you sent on Wed, 12 Jan 2022 11:24:29 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.17/dm-changes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/49008f0cc1ef0b86ccfa0d1d99e67741d46bd35b

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-01-12 19:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 16:24 [git pull] device mapper changes for 5.17 Mike Snitzer
2022-01-12 16:24 ` [dm-devel] " Mike Snitzer
2022-01-12 19:12 ` pr-tracker-bot
2022-01-12 19:12   ` 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.