linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-02 08:00:32 to 2025-10-08 15:34:58 UTC [more...]

[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-08 15:29 UTC  (17+ messages)
` [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v3 14/19 5.15.y] minmax.h: update some comments
` [PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()

[PATCH] scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issuing CPU
 2025-10-08 15:30 UTC  (5+ messages)

[PATCH v2 0/3] Add OP-TEE based RPMB driver for UFS devices
 2025-10-08 15:07 UTC  (15+ messages)
` [PATCH v2 1/3] rpmb: move rpmb_frame struct and constants to common header
` [PATCH v2 3/3] scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices

[PATCH v3 0/3] Add OP-TEE based RPMB driver for UFS devices
 2025-10-08 14:58 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: ufs: core: Remove duplicate macro definitions
` [PATCH v3 2/3] scsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()
` [PATCH v3 3/3] scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices

[PATCH] scsi: core: Fix a regression triggered by scsi_host_busy()
 2025-10-08 12:49 UTC  (6+ messages)

[PATCH v2][next] scsi: megaraid_sas: Avoid a couple -Wflex-array-member-not-at-end warnings
 2025-10-08  9:28 UTC  (6+ messages)

[PATCH] scsi: ufs: dt-bindings: exynos: add power-domains
 2025-10-08  7:56 UTC  (5+ messages)

[PATCH v2 0/8] Enhance UFS Mediatek Driver
 2025-10-08  7:31 UTC  (2+ messages)

[PATCH v2] ufs: core: Fix error handler host_sem issue
 2025-10-08  6:55 UTC 

[PATCH v1] ufs: core: Fix error handler host_sem issue
 2025-10-08  6:10 UTC  (5+ messages)

[PATCH v1 0/2] *** Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk ***
 2025-10-08  6:09 UTC  (17+ messages)
` [PATCH v1 1/2] scsi: ufs: core: Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk
` [PATCH v1 2/2] scsi: ufs: core: Reduce the sleep before vcc can be powered on

[PATCH][next] scsi: isci: Avoid -Wflex-array-member-not-at-end warning
 2025-10-07 10:43 UTC  (2+ messages)

[PATCH] driver/scsi/mpi3mr.h: Fix build warning for mpi3mr_start_watchdog
 2025-10-07 21:17 UTC  (2+ messages)

[PATCH] fix urb unmapping issue when the uas device is remove during ongoing data transfer
 2025-10-07 20:57 UTC  (2+ messages)

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-07 20:43 UTC  (23+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[PATCH RESEND] driver/scsi/mpi3mr.h: Fix build warning for mpi3mr_start_watchdog
 2025-10-07 20:05 UTC  (3+ messages)

[PATCH][next] scsi: hisi_sas: Avoid a couple -Wflex-array-member-not-at-end warnings
 2025-10-07 10:54 UTC  (3+ messages)

[PATCH v2] scsi: Prefer kmalloc_array over kmalloc involving dynamic size calculations
 2025-10-07  6:53 UTC 

[PATCH] scsi: Use kmalloc_array to prevent overflow of dynamic size calculation
 2025-10-07  6:18 UTC  (6+ messages)

[PATCH 0/2] Add UFS support for Kaanapali
 2025-10-07  2:36 UTC  (2+ messages)

[PATCH] scsi: ufs: sysfs: Make HID attributes visible
 2025-10-07  2:38 UTC  (2+ messages)

[PATCH v2] scsi: ufs: core: Include UTP error in INT_FATAL_ERRORS
 2025-10-07  2:38 UTC  (2+ messages)

[PATCH] scsi: libfc: Prevent integer overflow in fc_fcp_recv_data()
 2025-10-07  2:29 UTC  (2+ messages)

[PATCH next] scsi: qla4xxx: fix typos in comments
 2025-10-07  2:26 UTC  (2+ messages)

[PATCH] scsi: fix shift out-of-bounds in sg_build_indirect The num variable is set to 0. The variable num gets its value from scatter_elem_sz. However the minimum value of scatter_elem_sz is PAGE_SHIFT. So setting num to PAGE_SIZE when num < PAGE_SIZE
 2025-10-07  1:42 UTC  (5+ messages)

[PATCH v4 0/9] Retry READ CAPACITY(10)/(16) with good status but no data
 2025-10-06 17:54 UTC  (34+ messages)
` [PATCH v4 1/9] scsi: Explicitly specify .ascq = 0x00 for ASC 0x28/0x29 scsi_failures
` [PATCH v4 2/9] scsi: sd: Do not retry ASC 0x3a in read_capacity_10() with any ASCQ
` [PATCH v4 3/9] scsi: sd: Have scsi-ml retry read_capacity_16 errors
` [PATCH v4 4/9] scsi: sd: Avoid passing potentially uninitialized "sense_valid" to read_capacity_error()
` [PATCH v4 5/9] scsi: sd: Remove checks for -EOVERFLOW in sd_read_capacity()
` [PATCH v4 6/9] scsi: sd: Check for and retry in case of READ_CAPCITY(10)/(16) returning no data
` [PATCH v4 7/9] scsi: Simplify nested if conditional in scsi_probe_lun()
` [PATCH v4 8/9] scsi: scsi_debug: Add option to suppress returned data but return good status
` [PATCH v4 9/9] scsi: scsi_debug: Add "only_once" module option to inject an error one time

[syzbot] [scsi?] upstream test error: KMSAN: use-after-free in scsi_get_vpd_buf
 2025-10-06 17:06 UTC 

[PATCH 0/2] Support power resources in ata ports
 2025-10-06 15:50 UTC  (8+ messages)
` [PATCH 1/2] Add manage_restart device attribute to scsi_disk
  ` [PATCH 2/2] Power on ata ports defined in ACPI before probing ports

[PATCH 0/5] ufs: Add support for AMD Versal Gen2 UFS
 2025-10-06 12:45 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: ufs: amd-versal2: Add support for AMD Versal Gen 2 UFS Host Controller
` [PATCH 4/5] ufs: core: Add vendor specific ops to handle interrupts
` [PATCH 5/5] ufs: amd-versal2: Add AMD Versal Gen 2 UFS support

blktests failures with v6.17 kernel
 2025-10-06 12:30 UTC  (2+ messages)

[PATCH 0/2] Enable UFS ICE clock scaling
 2025-10-06 10:14 UTC  (7+ messages)
` [PATCH 1/2] soc: qcom: ice: enable ICE clock scaling API
` [PATCH 2/2] ufs: host: scale ICE clock

[PATCH] scsi: scsi_devinfo: blacklist HPE/DISK-SUBSYSTEM
 2025-10-04 14:54 UTC 

[GIT PULL] SCSI updates for the 6.17+ merge window
 2025-10-04  2:41 UTC  (3+ messages)

[PATCH v2 11/16] scsi: qla2xxx: fix TMR failure handling
 2025-10-03 14:38 UTC  (3+ messages)
  ` [PATCH v3 "

[PATCH v10 00/11] nvme-fc: FPIN link integrity handling
 2025-10-03 10:15 UTC  (3+ messages)
` [PATCH v10 03/11] nvme-fc: marginal path handling

[bug report] scsi: ufs: core: Fix runtime suspend error deadlock
 2025-10-03  9:58 UTC  (2+ messages)

[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-02 20:47 UTC  (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

SG driver duplicating requests
 2025-10-02 20:43 UTC  (2+ messages)

[PATCH] ufs: core: Initialize a variable mode for PA_PWRMODE
 2025-10-02 16:23 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).