Hi Linus, A few later fixes came in after the initial -rc4 pull request, let's flush them out before the release is tagged. - NVMe pull request from Christoph - Fix crash in multi-path disk add (Christoph) - Fix ignore of identify error (Sagi) - Fix a compiler complaint that a function should be static (Wei) Please pull! The following changes since commit e7eea44eefbdd5f0345a0a8b80a3ca1c21030d06: virtio-blk: free vblk-vqs in error path of virtblk_probe() (2020-06-30 19:02:58 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.8-2020-07-05 for you to fetch changes up to 3197d48a7c04eee3e50bd54ef7e17e383b8a919e: block: make function __bio_integrity_free() static (2020-07-02 12:38:18 -0600) ---------------------------------------------------------------- block-5.8-2020-07-05 ---------------------------------------------------------------- Christoph Hellwig (1): nvme: fix a crash in nvme_mpath_add_disk Jens Axboe (1): Merge branch 'nvme-5.8' of git://git.infradead.org/nvme into block-5.8 Sagi Grimberg (1): nvme: fix identify error status silent ignore Wei Yongjun (1): block: make function __bio_integrity_free() static block/bio-integrity.c | 3 ++- drivers/nvme/host/core.c | 12 +++++++++--- drivers/nvme/host/multipath.c | 7 ++++--- 3 files changed, 15 insertions(+), 7 deletions(-) -- Jens Axboe