mbox series

[GIT,PULL] Block fixes for 5.11-rc4

Message ID 95bd6ed5-4851-bd56-f528-d6aebe55bfba@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.11-rc4 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.11-2021-01-16

Message

Jens Axboe Jan. 16, 2021, 6:13 p.m. UTC
Hi Linus,

Just an nvme pull request via Christoph:

- don't initialize hwmon for discover controllers (Sagi Grimberg)
- fix iov_iter handling in nvme-tcp (Sagi Grimberg)
- fix a preempt warning in nvme-tcp (Sagi Grimberg)
- fix a possible NULL pointer dereference in nvme (Israel Rukshin)

Please pull!


The following changes since commit 5342fd4255021ef0c4ce7be52eea1c4ebda11c63:

  bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET (2021-01-09 09:21:03 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.11-2021-01-16

for you to fetch changes up to b4f664252f51e119e9403ef84b6e9ff36d119510:

  Merge tag 'nvme-5.11-2021-01-14' of git://git.infradead.org/nvme into block-5.11 (2021-01-14 15:17:33 -0700)

----------------------------------------------------------------
block-5.11-2021-01-16

----------------------------------------------------------------
Israel Rukshin (1):
      nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY

Jens Axboe (1):
      Merge tag 'nvme-5.11-2021-01-14' of git://git.infradead.org/nvme into block-5.11

Sagi Grimberg (3):
      nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT
      nvme-tcp: fix possible data corruption with bio merges
      nvme: don't intialize hwmon for discovery controllers

 drivers/nvme/host/core.c   | 11 ++++++++---
 drivers/nvme/host/tcp.c    |  4 ++--
 drivers/nvme/target/rdma.c | 16 ++++++++--------
 3 files changed, 18 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 16, 2021, 8:02 p.m. UTC | #1
The pull request you sent on Sat, 16 Jan 2021 11:13:03 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.11-2021-01-16

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

Thank you!