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:	Fri, 11 Dec 2015 14:59:36 -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 fixes for 4.4-rc

Hi Linus,

A set of fixes for the current series. This pull request contains:

- A bunch of fixes for lightnvm, should be the last round for this
  series. From Matias and Wenwei.

- A writeback detach inode fix from Ilya, also marked for stable.

- A block (though it says SCSI) fix for an OOPS in SCSI runtime power
  management.

- Module init error path fixes for null_blk from Minfei.

Please pull!


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


----------------------------------------------------------------
Ilya Dryomov (1):
      block: detach bdev inode from its wb in __blkdev_put()

Ken Xue (1):
      SCSI: Fix NULL pointer dereference in runtime PM

Matias Bjørling (6):
      lightnvm: check mm before use
      lightnvm: comments on constants
      lightnvm: replace req queue with nvmdev for lld
      lightnvm: fix media mgr registration
      lightnvm: prevent gennvm module unload on use
      lightnvm: do not compile in debugging by default

Minfei Huang (1):
      null_blk: Fix error path in module initialization

Wenwei Tao (3):
      lightnvm: use flags in rrpc_get_blk
      lightnvm: put blks when luns configure failed
      lightnvm: refactor spin_unlock in gennvm_get_blk

 block/blk-core.c             | 12 +++++++
 drivers/block/null_blk.c     | 32 +++++++++++------
 drivers/lightnvm/Kconfig     |  1 +
 drivers/lightnvm/core.c      | 85 ++++++++++++++++++++++----------------------
 drivers/lightnvm/gennvm.c    | 20 ++++++-----
 drivers/lightnvm/rrpc.c      | 25 ++++++++++---
 drivers/nvme/host/lightnvm.c | 26 +++++++-------
 fs/block_dev.c               |  9 +++--
 include/linux/lightnvm.h     | 21 +++++++----
 9 files changed, 142 insertions(+), 89 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