lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 19 Nov 2013 19:43:25 -0700
From:	Jens Axboe <axboe@...nel.dk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Dave Chinner <david@...morbit.com>,
	Christoph Hellwig <hch@...radead.org>
Subject: [GIT PULL] Block fixes for 3.13-rc1

Hi Linus,

Normally I'd defer my initial for-linus pull request until after the
merge window, but a race was uncovered in the virtio-blk conversion to
blk-mq that could cause hangs. So here's a small collection of fixes for
you to pull:

- The fix for the virtio-blk IO hang reported by Dave Chinner, from
  Shaohua and myself.

- Add the Insert blktrace event for blk-mq. This makes 'btt' happy when
  it is doing it's state transition analysis.

- Ensure that blk-mq has disk/partition stats enabled by default,
  instead of making it opt-in.

- A fix for __bio_add_page() and large sector counts.


Please pull!


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


Akinobu Mita (1):
      bio: fix argument of __bio_add_page() for max_sectors > 0xffff

Jens Axboe (2):
      blk-mq: ensure that we set REQ_IO_STAT so diskstats work
      blk-mq: add blktrace insert event trace

Shaohua Li (1):
      virtio-blk: virtqueue_kick() must be ordered with other virtqueue operations

 block/blk-mq.c             | 14 ++++++++++----
 drivers/block/virtio_blk.c |  5 +++--
 fs/bio.c                   |  2 +-
 include/linux/blkdev.h     |  3 +++
 4 files changed, 17 insertions(+), 7 deletions(-)


-- 
Jens Axboe

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ