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, 25 Mar 2015 15:23:07 -0600
From:	Jens Axboe <axboe@...com>
To:	<torvalds@...uxfoundation.org>
CC:	<linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Fixes for 4.0-rc

Hi Linus,

A small collection of fixes that has been gathered over the last few
weeks. It contains:

- A one-liner fix for NVMe, fixing a missing list_head init that could
  makes us oops on hitting recovery at load time.

- Two small blk-mq fixes:
        - Fixup a bad goto jump on error handling.
        - Fix for oopsing if running out of reserved tags.

- A memory leak fix for NBD.

- Two small writeback fixes from Tejun, fixing a missing init to
  INITIAL_JIFFIES, and a possible underflow introduced recently.

- A core merge fixup in sg gap detection, where rq->biotail was indexed
  with the count of rq->bio.

Please pull!

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

----------------------------------------------------------------
Jens Axboe (1):
      Merge tag 'nbd_fixes_20150305' of git://git.pengutronix.de/git/mpa/linux-nbd into for-linus

Keith Busch (1):
      NVMe: Initialize device list head before starting

Mike Snitzer (1):
      blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path

Sam Bradshaw (1):
      blkmq: Fix NULL pointer deref when all reserved tags in

Sudip Mukherjee (1):
      nbd: fix possible memory leak

Tejun Heo (2):
      writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()
      writeback: fix possible underflow in write bandwidth calculation

Wenbo Wang (1):
      Fix bug in blk_rq_merge_ok

 block/blk-merge.c         | 2 +-
 block/blk-mq-tag.c        | 6 ++++--
 block/blk-mq.c            | 6 +++---
 drivers/block/nbd.c       | 8 ++++----
 drivers/block/nvme-core.c | 1 +
 mm/page-writeback.c       | 7 +++++--
 6 files changed, 18 insertions(+), 12 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