Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1238332

[GIT PULL] Block fixes for 4.3-rc4

From Jens Axboe <axboe@fb.com>
Newsgroups linux.kernel
Subject [GIT PULL] Block fixes for 4.3-rc4
Date 2015-10-02 16:40 +0200
Message-ID <qf9F8-690-29@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Linus,

Another week, another round of fixes. These have been brewing for a bit
and in various iterations, but I feel pretty comfortable about the
quality of them. They fix real issues. The pull request is mostly blk-mq
related, and the only one not fixing a real bug, is the tag iterator
abstraction from Christoph. But it's pretty trivial, and we'll need it
for another fix soon.

Apart from the blk-mq fixes, there's an NVMe affinity fix from Keith,
and a single fix for xen-blkback from Roger fixing failure to free
requests on disconnect.

Please pull!


  git://git.kernel.dk/linux-block.git for-linus


----------------------------------------------------------------
Akinobu Mita (6):
      blk-mq: avoid setting hctx->tags->cpumask before allocation
      blk-mq: fix sysfs registration/unregistration race
      blk-mq: Fix use after of free q->mq_map
      blk-mq: fix q->mq_usage_counter access race
      blk-mq: avoid inserting requests before establishing new mapping
      blk-mq: fix deadlock when reading cpu_list

Christoph Hellwig (2):
      blk-mq: fix racy updates of rq->errors
      blk-mq: factor out a helper to iterate all tags for a request_queue

Jens Axboe (1):
      Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/.../konrad/xen into for-linus

Keith Busch (1):
      NVMe: Set affinity after allocating request queues

Roger Pau Monne (1):
      xen/blkback: free requests on disconnection

 block/blk-mq-cpumap.c              |   9 +--
 block/blk-mq-sysfs.c               |  34 +++++++----
 block/blk-mq-tag.c                 |  27 ++++++---
 block/blk-mq-tag.h                 |   2 +
 block/blk-mq.c                     | 118 ++++++++++++++++++++++++-------------
 block/blk-mq.h                     |   3 +-
 drivers/block/loop.c               |  11 ++--
 drivers/block/null_blk.c           |   2 +-
 drivers/block/nvme-core.c          |  52 ++++++++--------
 drivers/block/virtio_blk.c         |   2 +-
 drivers/block/xen-blkback/xenbus.c |  38 ++++++------
 drivers/block/xen-blkfront.c       |  19 +++---
 drivers/scsi/scsi_lib.c            |   2 +-
 include/linux/blk-mq.h             |   5 +-
 include/linux/blkdev.h             |   2 +
 15 files changed, 193 insertions(+), 133 deletions(-)

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] Block fixes for 4.3-rc4 Jens Axboe <axboe@fb.com> - 2015-10-02 16:40 +0200

csiph-web