diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-08-29 11:55:36 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-08-29 11:55:36 -0700 |
| commit | 08dbfad3f5040f5bdb6c529da20d6d4e81fefd72 (patch) | |
| tree | 94767b4d009979fd40f7c1deab59bb578c88529b /MAINTAINERS | |
| parent | cf72cbb39da84b6f02f90c07f33b102fc10b16f0 (diff) | |
| parent | 12e67eb89eb2b9516685c744d3f7de0a2d1bd701 (diff) | |
| download | linux-stable-08dbfad3f5040f5bdb6c529da20d6d4e81fefd72.tar.gz linux-stable-08dbfad3f5040f5bdb6c529da20d6d4e81fefd72.zip | |
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi
Pull more SCSI updates from Martin Petersen:
"Remaining updates for the 7.3 merge window. The only core change is
enabling context analysis for the SCSI layer and UFS.
The remaining changes are either bug fixes or hardening"
* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi: (26 commits)
scsi: snic: Fix SCSI host leak on workqueue allocation failure
scsi: MAINTAINERS: Update my email address
scsi: MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers
scsi: leapraid: Standardize NCQ priority sysfs attributes
scsi: leapraid: Serialize firmware log mmap with teardown
scsi: leapraid: Balance host references for firmware log VMAs
scsi: lpfc: Remove unnnecessary NULL check
scsi: qla2xxx: Fix an loop timeout test
scsi: qla2xxx: Fix an error code in qla_get_tmf()
scsi: ibmvfc: Fix use of uninitialized rport in ibmvfc_do_work()
scsi: core: Enable context analysis for hosts.o
scsi: lpfc: Replace strlcat() with sysfs_emit_at() in the sysfs show functions
scsi: lpfc: Replace strlcat() with seq_buf in the debugfs dump helpers
scsi: lpfc: Replace strlcat() with seq_buf in lpfc_rx_monitor_report()
scsi: lpfc: Replace strlcat() with scnprintf() in lpfc_vport_symbolic_node_name()
scsi: lpfc: Replace strlcat() with seq_buf in lpfc_info()
scsi: core: Enable context analysis
scsi: core: Protect host state changes with the host lock
scsi: core: Add lock context annotations
scsi: core: Pass the SCSI host pointer directly to scanning functions
...
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 98c528c99917..3a19da74d00c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18776,8 +18776,6 @@ L: linux-scsi@vger.kernel.org S: Maintained F: Documentation/scsi/g_NCR5380.rst F: drivers/scsi/NCR5380.* -F: drivers/scsi/arm/cumana_1.c -F: drivers/scsi/arm/oak.c F: drivers/scsi/atari_scsi.* F: drivers/scsi/dmx3191d.c F: drivers/scsi/g_NCR5380.* @@ -24571,7 +24569,7 @@ F: include/scsi/sg.h SCSI SUBSYSTEM M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> -M: "Martin K. Petersen" <martin.petersen@oracle.com> +M: "Martin K. Petersen" <mkp@kernel.org> L: linux-scsi@vger.kernel.org S: Maintained Q: https://patchwork.kernel.org/project/linux-scsi/list/ @@ -24601,7 +24599,7 @@ F: drivers/target/target_core_user.c F: include/uapi/linux/target_core_user.h SCSI TARGET SUBSYSTEM -M: "Martin K. Petersen" <martin.petersen@oracle.com> +M: "Martin K. Petersen" <mkp@kernel.org> L: linux-scsi@vger.kernel.org L: target-devel@vger.kernel.org S: Supported |
