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:	Wed, 25 Nov 2015 11:24:30 -0700
From:	Jens Axboe <axboe@...com>
To:	<torvalds@...uxfoundation.org>
CC:	<linux-kernel@...r.kernel.org>, <linux-block@...r.kernel.org>
Subject: [GIT PULL] Block followup fixes for 4.4-rc3

Hi Linus,

Wasn't going to send off a new pull before next week, but the blk flush
fix from Jan from the other day introduced a regression. It's rare
enough not to have hit during testing, since it requires both a device
that rejects the first flush, and bad timing while it does that. But
since someone did hit it, let's get the revert into 4.4-rc3 so we don't
have a released rc with that known issue.

Apart from that revert, three other fixes:

- From Christoph, a fix for a missing unmap in NVMe request preparation.

- An NVMe fix from Nishanth that fixes data corruption on powerpc.

- Also from Christoph, fix a list_del() attempt on blk-mq that didn't
  have a matching list_add() at timer start.

Please pull!


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


----------------------------------------------------------------
Christoph Hellwig (2):
      nvme: add missing unmaps in nvme_queue_rq
      block: fix blk_abort_request for blk-mq drivers

Jens Axboe (1):
      Revert "blk-flush: Queue through IO scheduler when flush not required"

Nishanth Aravamudan (1):
      NVMe: default to 4k device page size

 block/blk-flush.c       |  2 +-
 block/blk-timeout.c     |  8 +++++---
 drivers/nvme/host/pci.c | 30 ++++++++++++++++++------------
 3 files changed, 24 insertions(+), 16 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