mbox series

[GIT,PULL] Block fixes for 6.10-rc6

Message ID 57af218d-4c23-41b2-bc1a-401eaf393888@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.10-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.10-20240628

Message

Jens Axboe June 28, 2024, 3:08 p.m. UTC
Hi Linus,

NVMe fixes that should go into the 6.10 kernel release:

- NVMe pull request via Keith
	- Fabrics fixes (Hannes)
	- Missing module description (Jeff)
	- Clang warning fix (Nathan)

Please pull!


The following changes since commit 5f75e081ab5cbfbe7aca2112a802e69576ee9778:

  loop: Disable fallocate() zero and discard if not supported (2024-06-14 06:21:25 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.10-20240628

for you to fetch changes up to cab598bcef0971f11679b048cc9f502cc8143c88:

  Merge tag 'nvme-6.10-2024-06-27' of git://git.infradead.org/nvme into block-6.10 (2024-06-27 12:15:16 -0600)

----------------------------------------------------------------
block-6.10-20240628

----------------------------------------------------------------
Boyang Yu (1):
      nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.

Hannes Reinecke (3):
      nvmet: do not return 'reserved' for empty TSAS values
      nvme: fixup comment for nvme RDMA Provider Type
      nvmet: make 'tsas' attribute idempotent for RDMA

Jeff Johnson (1):
      nvme-apple: add missing MODULE_DESCRIPTION()

Jens Axboe (1):
      Merge tag 'nvme-6.10-2024-06-27' of git://git.infradead.org/nvme into block-6.10

Nathan Chancellor (1):
      nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]

 drivers/nvme/host/apple.c      |  1 +
 drivers/nvme/host/nvme.h       |  2 +-
 drivers/nvme/target/configfs.c | 41 +++++++++++++++++++++++++++++++----------
 drivers/nvme/target/fc.c       |  2 +-
 include/linux/nvme.h           |  6 ++++--
 5 files changed, 38 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org June 28, 2024, 5:01 p.m. UTC | #1
The pull request you sent on Fri, 28 Jun 2024 09:08:48 -0600:

> git://git.kernel.dk/linux.git tags/block-6.10-20240628

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

Thank you!