Linux block layer
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 5.10-rc
Date: Fri, 30 Oct 2020 11:09:26 -0600	[thread overview]
Message-ID: <bd2659a5-5cb7-d011-b3b7-25b197982845@kernel.dk> (raw)

Hi Linus,

Fixes that should go into this release:

- null_blk zone fixes (Damien, Kanchan)

- NVMe pull request from Christoph:
	- improve zone revalidation (Keith Busch)
	- gracefully handle zero length messages in nvme-rdma (zhenwei pi)
	- nvme-fc error handling fixes (James Smart)
	- nvmet tracing NULL pointer dereference fix (Chaitanya Kulkarni)"

- xsysace platform fixes (Andy)

- scatterlist type cleanup (David)

- blk-cgroup memory fixes (Gabriel)

- nbd block size update fix (Ming)

- Flush completion state fix (Ming)

- bio_add_hw_page() iteration fix (Naohiro)

Please pull!


The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.10-2020-10-30

for you to fetch changes up to 65ff5cd04551daf2c11c7928e48fc3483391c900:

  blk-mq: mark flush request as IDLE in flush_end_io() (2020-10-30 08:33:49 -0600)

----------------------------------------------------------------
block-5.10-2020-10-30

----------------------------------------------------------------
Andy Shevchenko (1):
      xsysace: use platform_get_resource() and platform_get_irq_optional()

Chaitanya Kulkarni (1):
      nvmet: fix a NULL pointer dereference when tracing the flush command

Damien Le Moal (2):
      null_blk: Fix zone reset all tracing
      null_blk: Fix locking in zoned mode

David Disseldorp (1):
      lib/scatterlist: use consistent sg_copy_buffer() return type

Gabriel Krisman Bertazi (2):
      blk-cgroup: Fix memleak on error path
      blk-cgroup: Pre-allocate tree node on blkg_conf_prep

James Smart (4):
      nvme-fc: track error_recovery while connecting
      nvme-fc: remove err_work work item
      nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery
      nvme-fc: remove nvme_fc_terminate_io()

Jens Axboe (1):
      Merge tag 'nvme-5.10-2020-10-29' of git://git.infradead.org/nvme into block-5.10

Kanchan Joshi (1):
      null_blk: synchronization fix for zoned device

Keith Busch (1):
      nvme: ignore zone validate errors on subsequent scans

Ming Lei (2):
      nbd: don't update block size after device is started
      blk-mq: mark flush request as IDLE in flush_end_io()

Naohiro Aota (1):
      block: advance iov_iter on bio_add_hw_page failure

zhenwei pi (1):
      nvme-rdma: handle unexpected nvme completion data length

 block/bio.c                    |  11 +-
 block/blk-cgroup.c             |  15 ++-
 block/blk-flush.c              |   1 +
 drivers/block/nbd.c            |   9 +-
 drivers/block/null_blk.h       |   2 +
 drivers/block/null_blk_zoned.c | 123 +++++++++++++++----
 drivers/block/xsysace.c        |  49 ++++----
 drivers/nvme/host/core.c       |   2 +-
 drivers/nvme/host/fc.c         | 270 +++++++++++++++++------------------------
 drivers/nvme/host/rdma.c       |   8 ++
 drivers/nvme/target/core.c     |   4 +-
 drivers/nvme/target/trace.h    |  21 ++--
 lib/scatterlist.c              |   2 +-
 13 files changed, 281 insertions(+), 236 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2020-10-30 17:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-30 17:09 Jens Axboe [this message]
2020-10-30 22:10 ` [GIT PULL] Block fixes for 5.10-rc pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-11-07 20:14 Jens Axboe
2020-11-07 22:08 ` pr-tracker-bot
2020-11-13 21:21 [GIT PULL] block " Jens Axboe
2020-11-14  0:15 ` pr-tracker-bot
2020-11-20 18:45 [GIT PULL] Block " Jens Axboe
2020-11-21  0:29 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bd2659a5-5cb7-d011-b3b7-25b197982845@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox