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

Hi Linus,

5 fixes for this series. This pull request contains:

- A fix from me to ensure that blk-mq drivers that terminate IO in their
  ->queue_rq() handler by returning QUEUE_ERROR don't stall with a
  scheduler enabled.

- 4 nbd fixes from Josef and Ratna, fixing various problems that are
  critical enough to go in for this cycle. They have been well tested.

Please pull!


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


----------------------------------------------------------------
Jens Axboe (1):
      blk-mq: include errors in did_work calculation

Josef Bacik (3):
      nbd: handle ERESTARTSYS properly
      nbd: set rq->errors to actual error code
      nbd: set queue timeout properly

Ratna Manoj Bolla (1):
      nbd: replace kill_bdev() with __invalidate_device()

 block/blk-mq.c      |   7 +--
 drivers/block/nbd.c | 136 +++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 107 insertions(+), 36 deletions(-)

-- 
Jens Axboe

Powered by blists - more mailing lists