This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e3111d9c3f72 Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linux new 96b171d6dba6 scsi: core: Query the Block Limits Extension VPD page new 4977c0f4523e scsi: scsi_proto: Add structures and constants related to [...] new 4f53138fffc2 scsi: sd: Translate data lifetime information new a5fe98eb8f63 scsi: scsi_debug: Reduce code duplication new b1e5c0b34db8 scsi: scsi_debug: Support the block limits extension VPD page new b2f860903fe9 scsi: scsi_debug: Rework page code error handling new f19c3e4fe254 scsi: scsi_debug: Rework subpage code error handling new b952eb270df3 scsi: scsi_debug: Allocate the MODE SENSE response from the heap new f8ab2710177a scsi: scsi_debug: Implement the IO Advice Hints Grouping m [...] new ad620becda43 scsi: scsi_debug: Implement GET STREAM STATUS new af180c0880f9 scsi: scsi_debug: Maintain write statistics per group number new bfa8f18691ed Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...]
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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