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]
Message-ID: <20151112175507.GA6015@kernel.dk>
Date:	Thu, 12 Nov 2015 10:55:07 -0700
From:	Jens Axboe <axboe@...com>
To:	<torvalds@...uxfoundation.org>
CC:	<linux-kernel@...r.kernel.org>, <linux-block@...r.kernel.org>
Subject: [GIT PULL] misc block fixes for 4.4-rc1

Hi Linus,

Stuff that got collected after the merge window opened. This pull
request contains:

- NVMe:
        - Fix for non-striped transfer size setting for NVMe from
          Sathyavathi.
        - (Some) support for the weird Apple nvme controller in the
          macbooks. From Stephan Günther.

- The error value leak for dax from Al.

- A few minor blk-mq tweaks from me.

- Add the new linux-block@...r.kernel.org mailing list to the
  MAINTAINERS file.

- Discard fix for brd, from Jan.

- A kerneldoc warning for block core from Randy.

- An older fix from Vivek, converting a WARN_ON() to a rate limited
  printk when a device is hot removed with dirty inodes.

Please pull!


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


----------------------------------------------------------------
Al Viro (1):
      dax_io(): don't let non-error value escape via retval instead of EFAULT

Jan Kara (1):
      brd: Refuse improperly aligned discard requests

Jens Axboe (3):
      MAINTAINERS: add reference to new linux-block list
      blk-mq: mark __blk_mq_complete_request() static
      block: don't hardcode blk_qc_t -> tag mask

Randy Dunlap (1):
      block: fix blk-core.c kernel-doc warning

Sathyavathi M (1):
      NVMe: Increase the max transfer size when mdts is 0

Stephan Günther (2):
      NVMe: use split lo_hi_{read,write}q
      NVMe: add support for Apple NVMe controller

Vivek Goyal (1):
      fs/block_dev.c: Remove WARN_ON() when inode writeback fails

 MAINTAINERS               |  1 +
 block/blk-core.c          |  3 +++
 block/blk-mq.c            |  2 +-
 block/blk-mq.h            |  1 -
 drivers/block/brd.c       |  3 +++
 drivers/nvme/host/pci.c   | 15 +++++++++------
 fs/block_dev.c            | 15 ++++++++++++---
 fs/dax.c                  |  4 +++-
 include/linux/blk_types.h |  2 +-
 9 files changed, 33 insertions(+), 13 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