messages from 2026-06-23 02:09:12 to 2026-06-30 19:47:36 UTC [more...]
[PATCH v2 0/7] pci: fix UAF and TOCTOU related to dynamic ID
2026-06-30 19:47 UTC (13+ messages)
` [PATCH v2 1/7] ata: don't keep pci_device_id
` [PATCH v2 2/7] nsp32: "
` [PATCH v2 3/7] ipack: tpci200: "
` [PATCH v2 4/7] mlxsw: "
` [PATCH v2 5/7] pci: make pci_match_one_device match on ID instead of device
` [PATCH v2 6/7] pci: fix dyn_id add TOCTOU
` [PATCH v2 7/7] pci: fix UAF when probe runs concurrent to dyn ID removal
[PATCH v2] scsi: lpfc: Add rport validation in lpfc_dev_loss_tmo_callbk
2026-06-30 19:12 UTC (2+ messages)
[PATCH] scsi: ufs: core: Avoid sleeping in hard interrupt context when PREEMP_RT is enabled
2026-06-30 14:15 UTC (4+ messages)
[PATCH 0/4] scsi: replace __get_free_pages() with kmalloc()
2026-06-30 11:37 UTC (8+ messages)
` [PATCH 1/4] scsi: target: file: use kmalloc() to allocate temporary protection buffer
` [PATCH 2/4] scsi: proc: use kmalloc() in proc writers
` [PATCH 3/4] scsi: ipr: use kmalloc() to allocate IPR dump buffer memory
` [PATCH 4/4] scsi: sym53c8xx_2: replace __get_free_pages() with kmalloc()
[PATCH] scsi: megaraid_sas: fix PRP list out-of-bounds write
2026-06-30 10:26 UTC (3+ messages)
[PATCH] scsi: st: use kzalloc_array
2026-06-30 7:28 UTC (2+ messages)
[PATCH] scsi: libsas: fix HA resume deadlock and hisi_sas disk-wake race
2026-06-30 7:19 UTC (2+ messages)
[PATCH] message: fusion: remove unused variable 'timeleft' in mptsas_issue_tm()
2026-06-30 1:46 UTC (2+ messages)
[PATCH v4 0/2] scsi: mpt3sas: add hwmon support
2026-06-30 0:28 UTC (3+ messages)
` [PATCH v4 2/2] "
[PATCH v3 RESEND 0/2] scsi: mpt3sas: add hwmon support
2026-06-30 0:19 UTC (9+ messages)
` [PATCH v3 RESEND 2/2] "
[PATCH] scsi: lpfc: Add NULL check for vport in lpfc_dev_loss_tmo_callbk
2026-06-29 16:16 UTC (2+ messages)
[PATCH] target: Fix an overwriting of the error status code
2026-06-29 13:22 UTC (2+ messages)
[PATCH v11 0/6] Enable ICE clock scaling
2026-06-29 11:51 UTC (11+ messages)
` [PATCH v11 1/6] soc: qcom: ice: Add OPP-based clock scaling support for ICE
` [PATCH v11 5/6] arm64: dts: qcom: monaco: Add OPP-table for ICE UFS and ICE eMMC nodes
[PATCH 0/2] Drop SCSI core dev->dma_mask check
2026-06-29 11:09 UTC (7+ messages)
` [PATCH 1/2] dma-mapping: make dma_max_mapping_size() return 0 for no DMA capability
` [PATCH 2/2] scsi: core: Drop dev->dma_mask check in evaluating max_sectors
[PATCH] scsi: isci: remove unused macros from scu_task_context.h
2026-06-29 6:22 UTC
[PATCH v1 0/4] scsi: sd: fix probe error cleanup, special_vec leak and sd_done() sense gate
2026-06-29 5:03 UTC (13+ messages)
` [PATCH v1 1/4] scsi: sd: fix error handling in sd_probe() after large pool creation failure
` [PATCH v1 2/4] scsi: sd: unify sd_probe() error cleanup through out_put
` [PATCH v1 3/4] scsi: sd: fix special_vec mempool leak when scsi_alloc_sgtables() fails
` [PATCH v1 4/4] scsi: sd: fix sd_done() sense handling condition
[PATCH v5] scsi: fill in DMA padding bytes in scsi_alloc_sgtables
2026-06-28 18:52 UTC
[PATCH v4] scsi: fill in DMA padding bytes in scsi_alloc_sgtables
2026-06-28 18:34 UTC
[PATCH v3] scsi: fill in DMA padding bytes in scsi_alloc_sgtables
2026-06-28 17:32 UTC (2+ messages)
[PATCH v4 0/5] block: use integrity interval instead of sector as seed
2026-06-27 6:44 UTC (8+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] blk-integrity: take u64 in bio_integrity_intervals()
` [PATCH v4 3/5] bio-integrity-fs: use integrity interval instead of sector as seed
` [PATCH v4 4/5] t10-pi: use bio_integrity_intervals() helper
` [PATCH v4 5/5] blk-integrity: avoid sector_t in bip_{get,set}_seed()
[PATCH] scsi: libsas: Handle expander discovery allocation failures
2026-06-26 22:11 UTC (3+ messages)
[PATCH] fix: scsi: srp_reconnect_rport: unbalanced scsi_block_targets/scsi_target_unblock
2026-06-26 16:50 UTC (3+ messages)
[PATCH] fix: scsi: cxgbi: cxgbi_ep_connect: remove extra cxgbi_sock_get leading to reference leak
2026-06-26 16:11 UTC
[PATCH v3 2/6] scsi: Protect INQUIRY sysfs attributes with mutex
2026-06-26 14:31 UTC (4+ messages)
[PATCH v1 00/10] mpi3mr: Few Enhancements and minor fixes
2026-06-26 12:16 UTC (19+ messages)
` [PATCH v1 01/10] mpi3mr: Skip device shutdown during unload per controller configuration
` [PATCH v1 02/10] mpi3mr: Update MPI Headers to revision 41
` [PATCH v1 03/10] mpi3mr: Add early timestamp synchronization after driver load
` [PATCH v1 04/10] mpi3mr: Fix NVMe page size caching for non-operational devices
` [PATCH v1 05/10] mpi3mr: Fix performance regression caused by extended IRQ poll sleep
` [PATCH v1 06/10] mpi3mr: Fix memory leak on operational queue creation failure
` [PATCH v1 07/10] mpi3mr: Fix firmware event reference leak during cleanup
` [PATCH v1 08/10] mpi3mr: Fix SAS port allocation and registration error handling
` [PATCH v1 09/10] mpi3mr: Fix SAS PHY cleanup in host addition error paths
` [PATCH v1 10/10] mpi3mr: Driver version update to 8.18.0.8.50
[PATCH v2 0/3] scsi: ufs: Harden TX EQTR error handling paths
2026-06-26 9:04 UTC (5+ messages)
` [PATCH v2 1/3] scsi: ufs: ufs-qcom: Restore TX Equalization settings on FOM failure
` [PATCH v2 2/3] scsi: ufs: core: Tolerate RX_FOM read failures in TX EQTR
` [PATCH v2 3/3] scsi: ufs: core: Always run tx_eqtr POST_CHANGE notify
[PATCH v2] scsi: bsg: read io_uring command fields once
2026-06-26 1:34 UTC (4+ messages)
[PATCH v2 0/7] ibmvfc: make ibmvfc support FPIN messages
2026-06-25 21:31 UTC (4+ messages)
` [PATCH v2 6/7] ibmvfc: register and use asynchronous sub-queue
[PATCH 1/2] scsi: 3w-9xxx: sanitize passthrough SGLs
2026-06-25 14:15 UTC (8+ messages)
` [PATCH 2/2] scsi: 3w-xxxx: "
` [PATCH v2 1/2] scsi: 3w-9xxx: "
` [PATCH v2 2/2] scsi: 3w-xxxx: "
[PATCH] scsi: target: core: annotate LUN hlist traversals
2026-06-25 11:55 UTC (3+ messages)
` "
[PATCH] scsi: megaraid: clear ioctl DMA buffers before use
2026-06-25 9:31 UTC (2+ messages)
[PATCH V3 0/3] Ensure ordered namespace registration during async scan
2026-06-25 0:53 UTC (15+ messages)
[PATCH] scsi: 3w-9xxx: validate ioctl data buffer sizes
2026-06-24 23:46 UTC (2+ messages)
[PATCH] scsi: 3w-xxxx: validate AEN ioctl buffer length
2026-06-24 19:47 UTC (2+ messages)
[PATCH] scsi: virtio_scsi: fixup endian conversions for warning messages
2026-06-24 18:07 UTC (2+ messages)
[PATCH] scsi: megaraid: cap passthrough copyout length
2026-06-24 17:56 UTC (2+ messages)
[PATCH] scsi: target: tcm_fc: annotate session hash traversals
2026-06-24 15:11 UTC (2+ messages)
[PATCH] scsi: hpsa: fix DMA mapping leak on IOACCEL2 reset path
2026-06-24 14:06 UTC (4+ messages)
` "
[PATCH v2] scsi_sysfs: Fix runtime PM usage count leak on device add failure
2026-06-24 7:53 UTC
[PATCH] scsi: megaraid_sas: fix PRP list out-of-bounds write
2026-06-24 7:17 UTC
[PATCH v9 0/2] libsas: rediscover improvements for linkrate/sas_addr changes
2026-06-24 6:53 UTC (5+ messages)
` [PATCH v9 1/2] scsi: libsas: refactor sas_ex_to_ata() using new helper sas_ex_to_dev()
` [PATCH v9 2/2] scsi: libsas: Add linkrate and sas_addr change detection in rediscover
[PATCH v8 0/2] libsas: rediscover improvements for linkrate/sas_addr changes
2026-06-24 6:16 UTC (8+ messages)
` [PATCH v8 1/2] scsi: libsas: refactor sas_ex_to_ata() using new helper sas_ex_to_dev()
` [PATCH v8 2/2] scsi: libsas: Add linkrate and sas_addr change detection in rediscover
[PATCH v5 00/13] Introduce functionality for NVMe initiator
2026-06-24 5:18 UTC (24+ messages)
` [PATCH v5 01/13] scsi: fnic: Make debug logging protocol independent
` [PATCH v5 02/13] scsi: fnic: Use fnic_num for non-SCSI identifiers
` [PATCH v5 03/13] scsi: fnic: Decode firmware role configuration
` [PATCH v5 04/13] scsi: fnic: Advertise NVMe initiator service parameters
` [PATCH v5 05/13] scsi: fnic: Add FDLS role handling for NVMe initiators
` [PATCH v5 06/13] scsi: fnic: Add the NVMe/FC transport path
` [PATCH v5 07/13] scsi: fnic: Route completions and resets by initiator role
` [PATCH v5 08/13] scsi: fnic: Handle NVMe LS frames in FDLS
` [PATCH v5 09/13] scsi: fnic: Send NVMe LS requests through FDLS
` [PATCH v5 10/13] scsi: fnic: Abort timed-out NVMe LS requests
` [PATCH v5 11/13] scsi: fnic: Track NVMe transport statistics
` [PATCH v5 12/13] scsi: fnic: Expose NVMe transport state in debugfs
` [PATCH v5 13/13] scsi: fnic: Bump up version number
blktests failures with v7.1 kernel
2026-06-24 5:04 UTC
[PATCH] scsi: elx: efct: Fix IO leak on unsupported additional CDB
2026-06-24 4:16 UTC (4+ messages)
` "
[PATCH 1/1] mkfs.xfs fix sunit size on 512e and 4kN disks
2026-06-23 14:41 UTC
[PATCH 0/3] scsi: ufs: Harden TX EQTR error handling paths
2026-06-23 13:23 UTC (11+ messages)
` [PATCH 1/3] scsi: ufs: ufs-qcom: Restore TX Equalization settings on FOM failure
` [PATCH 2/3] scsi: ufs: core: Tolerate RX_FOM read failures in TX EQTR
` [PATCH 3/3] scsi: ufs: core: Always run tx_eqtr POST_CHANGE notify
[PATCH] scsi: ufs: core: Fix UFS RPMB device teardown order
2026-06-23 12:18 UTC (2+ messages)
[PATCH] scsi: bnx2fc: Use kmalloc_array() for array allocations
2026-06-23 11:41 UTC (2+ messages)
[PATCH v1] scsi: core: pair EH runtime PM get and put
2026-06-23 8:05 UTC (2+ messages)
lpfc: unbounded QFPA response length in lpfc_cmpl_els_qfpa()
2026-06-23 6:32 UTC (3+ messages)
[PATCH 00/29] ibmvfc: Add NVMe-FC support
2026-06-23 2:09 UTC (5+ messages)
` [PATCH 26/29] ibmvfc: implement nvme-fc IO command submission callback
` [PATCH 27/29] ibmvfc: implement nvme-fc LS abort handling callback
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox