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>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 22 Mar 2024 15:12:27 -0400
From: James Bottomley <James.Bottomley@...senPartnership.com>
To: Andrew Morton <akpm@...ux-foundation.org>, Linus Torvalds
	 <torvalds@...ux-foundation.org>
Cc: linux-scsi <linux-scsi@...r.kernel.org>, linux-kernel
	 <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] SCSI postmerge updates for the 6.8+ merge window

Eleven patches that are based on the rw_hint branch of the vfs tree
which contained the base block and fs changes needed to support this. 
8 patches are in the debug driver and 3 in the core.

The patch is available here:

git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc

The short changelog is:

Bart Van Assche (11):
      scsi: scsi_debug: Maintain write statistics per group number
      scsi: scsi_debug: Implement GET STREAM STATUS
      scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
      scsi: scsi_debug: Allocate the MODE SENSE response from the heap
      scsi: scsi_debug: Rework subpage code error handling
      scsi: scsi_debug: Rework page code error handling
      scsi: scsi_debug: Support the block limits extension VPD page
      scsi: scsi_debug: Reduce code duplication
      scsi: sd: Translate data lifetime information
      scsi: scsi_proto: Add structures and constants related to I/O groups and streams
      scsi: core: Query the Block Limits Extension VPD page

And the diffstat:

 drivers/scsi/Kconfig           |   5 +
 drivers/scsi/Makefile          |   2 +
 drivers/scsi/scsi.c            |   2 +
 drivers/scsi/scsi_debug.c      | 293 +++++++++++++++++++++++++++++++----------
 drivers/scsi/scsi_proto_test.c |  56 ++++++++
 drivers/scsi/scsi_sysfs.c      |  10 ++
 drivers/scsi/sd.c              | 111 +++++++++++++++-
 drivers/scsi/sd.h              |   3 +
 include/scsi/scsi_device.h     |   1 +
 include/scsi/scsi_proto.h      |  78 +++++++++++
 10 files changed, 490 insertions(+), 71 deletions(-)
 create mode 100644 drivers/scsi/scsi_proto_test.c

James


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ