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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 3 Jul 2015 10:40:20 -0600
From:	Jens Axboe <axboe@...com>
To:	<torvalds@...uxfoundation.org>
CC:	<linux-kernel@...r.kernel.org>
Subject: [GIT PULL] A few small fixes for 4.2-rc1

Hi Linus,

Mainly sending this off now for the writeback fixes, since they fix a
real regression introduced with the cgroup writeback changes. The NVMe
fix could wait for next pull for this series, but it's simple enough
that we might as well include it. This pull request contains:

- Two cgroup writeback fixes from Tejun, fixing a user reported issue
  with luks crypt devices hanging when being closed.

- NVMe error cleanup fix from Jon Derrick, fixing a case where we'd
  attempt to free an unregistered IRQ.

Please pull!


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


----------------------------------------------------------------
Jon Derrick (1):
      NVMe: Fix irq freeing when queue_request_irq fails

Tejun Heo (2):
      writeback: don't embed root bdi_writeback_congested in bdi_writeback
      writeback: don't drain bdi_writeback_congested on bdi destruction

 drivers/block/nvme-core.c        |   9 +++-
 include/linux/backing-dev-defs.h |   5 +-
 include/linux/backing-dev.h      |   6 ++-
 mm/backing-dev.c                 | 109 ++++++++++++++++++++++-----------------
 4 files changed, 77 insertions(+), 52 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