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, 15 Mar 2017 15:06:59 -0600
From:   Jens Axboe <axboe@...nel.dk>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-block@...r.kernel.org" <linux-block@...r.kernel.org>
Subject: [GIT PULL] Block fixes for 4.11-rc

Hi Linus,

Four small fixes for this cycle. This pull request contains:

- Followup fix from Neil for a fix that went in before -rc2, ensuring
  that we always see the full per-task bio_list.

- Fix for blk-mq-sched from me that ensures that we retain similar
  direct-to-issue behavior on running the queue.

- Fix from Sagi fixing a potential NULL pointer dereference in blk-mq on
  spurious CPU unplug.

- A memory leak fix in writeback from Tahsin, fixing a case where device
  removal of a mounted device can leak a struct wb_writeback_work.

Please pull!


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


----------------------------------------------------------------
Jens Axboe (1):
      blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()

NeilBrown (1):
      blk: Ensure users for current->bio_list can see the full list.

Sagi Grimberg (1):
      blk-mq: Fix tagset reinit in the presence of cpu hot-unplug

Tahsin Erdogan (1):
      writeback: fix memory leak in wb_queue_work()

 block/bio.c         | 12 +++++++++---
 block/blk-core.c    | 30 ++++++++++++++++++------------
 block/blk-mq-tag.c  |  3 +++
 block/blk-mq.c      |  9 +++++----
 drivers/md/dm.c     | 29 ++++++++++++++++-------------
 drivers/md/raid10.c |  3 ++-
 fs/fs-writeback.c   | 35 +++++++++++++++++++++--------------
 7 files changed, 74 insertions(+), 47 deletions(-)

-- 
Jens Axboe

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ