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:	Sat, 24 Jan 2015 17:16:13 -0700
From:	Jens Axboe <axboe@...com>
To:	<torvalds@...uxfoundation.org>
CC:	<linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Two block IO fixes for 3.19

Hi Linus,

Two small patches that should make it into 3.19:

- A fixup from me for NVMe, making the cq_vector a signed variable.
  Otherwise our -1 comparison fails, and commit 2b25d981790b doesn't do
  what it was supposed to.

- A fixup for the hotplug handling for blk-mq from Ming Lei, using the
  proper kobject referencing to ensure we release resources at the right
  time.

Please pull!

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

----------------------------------------------------------------
Jens Axboe (1):
      NVMe: cq_vector should be signed

Ming Lei (1):
      blk-mq: fix hctx/ctx kobject use-after-free

 block/blk-mq-sysfs.c      | 25 +++++++++++++++++++++++--
 block/blk-mq.c            |  6 +-----
 drivers/block/nvme-core.c |  2 +-
 3 files changed, 25 insertions(+), 8 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