<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>925724c0816e327b6d3a47388cec1203d108ebe7 - Merge tag &apos;scsi-fixes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#925724c0816e327b6d3a47388cec1203d108ebe7</link>
        <description>Merge tag &apos;scsi-fixes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiPull SCSI fixes from James Bottomley: &quot;Four driver fixes, three of which are minor and one of which (fnic)  tries to add some logic to try to avoid MSI-X being ineffective if  hyperthreading is disabled.  The core fix adds validation to mode sense buffer sizes because it is  used by ATA and could, theoretically, be exploited by a specially  crafted USB device that can simply be plugged in to any laptop or  server&quot;* tag &apos;scsi-fixes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:  scsi: core: Validate MODE SENSE lengths in scsi_cdl_enable()  scsi: fnic: Fix missed link-up when critical IRQ targets offline CPU  scsi: ibmvfc: Add Kconfig dependency to fix link failure when NVME_FC=m  scsi: qla2xxx: Fix the ql2xfc2target parameter description  scsi: pm80xx: Fix the use_msix, use_tasklet and read_wwn parameter descriptions

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Fri, 18 Sep 2026 22:10:29 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>1274045b0eda1df5a5cdd3e63ed48cf013b3b4ea - scsi: ibmvfc: Add Kconfig dependency to fix link failure when NVME_FC=m</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#1274045b0eda1df5a5cdd3e63ed48cf013b3b4ea</link>
        <description>scsi: ibmvfc: Add Kconfig dependency to fix link failure when NVME_FC=mBuilding with CONFIG_SCSI_IBMVFC=y and CONFIG_NVME_FC=m results in alink failure:  ibmvfc-nvme.o: undefined reference to `nvme_fc_register_localport&apos;  ibmvfc-nvme.o: undefined reference to `nvme_fc_register_remoteport&apos;  ibmvfc-nvme.o: undefined reference to `nvme_fc_unregister_localport&apos;  ibmvfc-nvme.o: undefined reference to `nvme_fc_unregister_remoteport&apos;  ibmvfc-core.o: undefined reference to `nvme_fc_rescan_remoteport&apos;IS_ENABLED() evaluates to 1 for both =y and =m, so the nvme_fc_*call sites are kept in the object file. When SCSI_IBMVFC=y (built-in)but NVME_FC=m (loadable module), the linker cannot resolve thesesymbols at vmlinux link time.Add the same &quot;depends on NVME_FC || NVME_FC=n&quot; constraint alreadyused by SCSI_LPFC to prevent this configuration.Reported-by: Pavithra &lt;pavrampu@linux.ibm.com&gt;Closes: https://lore.kernel.org/all/327877a29337aa526cc50ac88fbddb86@linux.ibm.com/Signed-off-by: Venkat Rao Bagalkote &lt;venkat88@linux.ibm.com&gt;Tested-by: Pavithra &lt;pavrampu@linux.ibm.com&gt;Acked-by: Tyrel Datwyler &lt;tyreld@linux.ibm.com&gt;Link: https://patch.msgid.link/20260903074329.6705-1-venkat88@linux.ibm.comSigned-off-by: Martin K. Petersen (Oracle) &lt;mkp@kernel.org&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Thu, 03 Sep 2026 09:43:29 +0200</pubDate>
        <dc:creator>Venkat Rao Bagalkote &lt;venkat88@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>637315cb400eed1dbe721954fea437a61a2d65b2 - Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#637315cb400eed1dbe721954fea437a61a2d65b2</link>
        <description>Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.3- Svadu/Zicfiss/Zicfilp FWFT support for Guest- Use try_cmpxchg for IMSIC MRIF RMW- More arch-specific tracepoints in KVM RISC-V- Eager Page Splitting for KVM RISC-V- Optimize hfence request handling for SMP Guests- Improve dirty log clearing by skipping zero bits in mask- Guard HFENCE range loops against overflow- CPU PM notifiers in KVM RISC-V for non-retentive idle states- Fix kernel-mode vector context save/restore for Guest

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Tue, 18 Aug 2026 13:07:31 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>35748ddd3b2c91555bd86b8cf88edc90e7317e57 - Merge tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#35748ddd3b2c91555bd86b8cf88edc90e7317e57</link>
        <description>Merge tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiPull SCSI updates from James Bottomley: &quot;One new driver: leapraid (similar to mpi3mr but OK&apos;d by Broadcom). The  usual suspects for driver updates (ufs, qla2xxx, smartpqi, zfcp, fnic,  ibmvfc) plus a few small core updates: a fix for an uninitialized sg  list pad bytes plus the removal of the dma mask check for max sectors.  The big update in the sd driver is mostly code refactoring for obscure  error leg handling&quot;* tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (195 commits)  scsi: fnic: Fix built-in NVMe/FC build  scsi: fnic: Fix invalid comparison for error  scsi: core: Fill in DMA padding bytes in scsi_alloc_sgtables()  scsi: zfcp: Enable CONTEXT_ANALYSIS  scsi: zfcp: Add __must_hold() attribute to zfcp_qdio_sbal_get()  scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock  scsi: storvsc: Support manual scans for all Hyper-V targets  scsi: sd: Fix sd_done() sense handling condition  scsi: sd: Fix special_vec mempool leak when scsi_alloc_sgtables() fails  scsi: sd: Fix error handling in sd_probe() after large pool creation failure  scsi: leapraid: Add driver documentation  scsi: leapraid: Add new SCSI driver  scsi: ufs: Add support for the aggregated read query opcode  scsi: ufs: Use unsigned types for the BSG query  scsi: ibmvfc: Fix spelling mistake &quot;Deleteing&quot; -&gt; &quot;Deleting&quot;  scsi: qla2xxx: Update version to 12.00.00.2607b2  scsi: qla2xxx: Bound i2c-&gt;length in I2C bsg handlers  scsi: qla2xxx: Zero SFP DMA buffer in FRU/I2C bsg handlers  scsi: qla2xxx: Validate BSG request_len before reading vendor_cmd[]  scsi: qla2xxx: Zero-init bsg stack buffers to avoid info leak  ...

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Fri, 21 Aug 2026 20:23:20 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3b6ee713a8f8770165192d8067504e8c83cbcdf8 - Merge patch series &quot;scsi: Add LeapRAID driver support&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#3b6ee713a8f8770165192d8067504e8c83cbcdf8</link>
        <description>Merge patch series &quot;scsi: Add LeapRAID driver support&quot;Dongdong Hao &lt;doubled@leap-io-kernel.com&gt; says:This series adds the LeapRAID driver and its documentation.This version addresses issues reported by Sashiko and the kernel testrobot, as well as issues identified through internal testing. Because[PATCH v4 1/2] exceeded the line-count limit of the public Sashikoservice, it was not analyzed. We therefore deployed Sashiko locallywith an increased line-count limit to complete the analysis and havefixed all identified issues.Link: https://patch.msgid.link/cover.1785823793.git.doubled@leap-io-kernel.comSigned-off-by: Martin K. Petersen (Oracle) &lt;mkp@kernel.org&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Fri, 07 Aug 2026 17:59:18 +0200</pubDate>
        <dc:creator>Martin K. Petersen (Oracle) &lt;mkp@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5597088c9e79c94905367c580bb3ff21136b084a - scsi: leapraid: Add new SCSI driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#5597088c9e79c94905367c580bb3ff21136b084a</link>
        <description>scsi: leapraid: Add new SCSI driverThe LeapRAID driver provides support for LeapRAID PCIe RAID controllers,enabling communication between the host operating system, firmware, andhardware for efficient storage management.The driver is organized into several logical modules, each with a clearresponsibility:leapraid_os.c: Integrates with the Linux SCSI subsystem, handling hosttemplate callbacks, PCIe device probing, and initialization.leapraid_func.c: Contains low-level routines for firmware/hardwareinteraction, interrupt handling, and reset logic.leapraid_app.c: Provides the ioctl interface for user-space tools.leapraid_transport.c: Manages interactions with the SCSI transportlayer for SAS PHYs and ports.leapraid_func.h: Contains internal definitions shared among drivermodules.leapraid.h: Contains low-level hardware definitions fordriver/firmware interaction.The leapraid_probe() function orchestrates the setup: it allocates theadapter structure and SCSI host, configures hardware interfaces, andregisters it with the SCSI mid-layer. Following registration,scsi_scan_host() is invoked to initiate device discovery, with firmwarereporting devices via interrupt-driven events.This initial commit provides the necessary infrastructure forsubsequent development of full I/O path handling, error recovery,and advanced management features.Reviewed-by: Damien Le Moal &lt;dlemoal@kernel.org&gt;Reviewed-by: Hannes Reinecke &lt;hare@kernel.org&gt;Signed-off-by: Dongdong Hao &lt;doubled@leap-io-kernel.com&gt;Link: https://patch.msgid.link/0cbc6245aabdc6e8c90587675e76ba316c5b549e.1785823793.git.doubled@leap-io-kernel.comSigned-off-by: Martin K. Petersen (Oracle) &lt;mkp@kernel.org&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Tue, 04 Aug 2026 09:02:25 +0200</pubDate>
        <dc:creator>Dongdong Hao &lt;doubled@leap-io-kernel.com&gt;</dc:creator>
    </item>
<item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7dd19adaaac9a161723a24de7c270861063ec6ac - Merge tag &apos;v7.2-rc1&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#7dd19adaaac9a161723a24de7c270861063ec6ac</link>
        <description>Merge tag &apos;v7.2-rc1&apos; into drm-rust-nextMerge v7.2-rc1 into drm-rust-next to start the next cycle.Devres now requires T: &apos;static, which conflicts with shmem::Object usingDevres&lt;SGTableMap&lt;T, C&gt;&gt; without that bound. Resolve by adding &apos;staticas a supertrait to DriverObject and DeviceContext, which does notrestrict any current use cases since DriverObject is always implementedon owned, refcounted types and DeviceContext is a sealed marker traitwith only unit-type implementors.If DriverObject (or DeviceContext) ever becomes lifetime-parameterized(e.g. via a GAT for TTM backed objects), the &apos;static supertrait can berelaxed at that point.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Sun, 28 Jun 2026 22:39:43 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3d5e48944e824bddc20d7b874e784f7b279636fe - Merge branch &apos;for-7.3/steam&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#3d5e48944e824bddc20d7b874e784f7b279636fe</link>
        <description>Merge branch &apos;for-7.3/steam&apos; into for-linus- initial support for 2026 Steam Controller (Vicki Pfau)- support for sensor events on the 2025 Steam Controller (Vicki Pfau)- assorted fixes, improvements and code refactoring (Vicki Pfau)

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 09:16:28 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>7a0e692a0381254b2f77c54dec100cd3325a6fdf - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Tue, 23 Jun 2026 08:10:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8cd8cf7a07e5d141b0c75ce6cf470630e11aa11a - Merge tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#8cd8cf7a07e5d141b0c75ce6cf470630e11aa11a</link>
        <description>Merge tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiPull SCSI updates from James Bottomley: &quot;Only ufs driver updates this time, apart from which this is just an  assortment of bug fixes and AI assisted changes.  The biggest other change is the reversion of the sas_user_scan patch  which supported a mpi3mr NVME behaviour but caused major issues for  other sas controllers. The next biggest is the removal of target reset  in tcm_loop.c&quot;* tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (56 commits)  scsi: target: Remove tcm_loop target reset handling  scsi: lpfc: Fix spelling mistakes in comments  scsi: ufs: ufs-pci: Add AMD device ID support  scsi: ufs: core: Handle PM commands timeout before SCSI EH  scsi: devinfo: Broaden Promise VTrak E310/E610 identification  scsi: target: Use constant-time crypto_memneq() for CHAP digests  scsi: target: Fix hexadecimal CHAP_I handling  scsi: scsi_debug: Fix one-partition tape setup bounds  scsi: ufs: qcom: dt-bindings: Document the Hawi UFS controller  scsi: mailmap: Update Avri Altman&apos;s email address  scsi: ufs: Remove redundant vops NULL check and trivial wrapper  scsi: ufs: Remove unnecessary return in void vops wrappers  scsi: ufs: Fix wrong value printed in unexpected UPIU response case  scsi: ufs: core: Fix NULL pointer dereference in scsi_cmd_priv() calls  scsi: megaraid_mbox: Avoid double kfree()  scsi: pm8001: Fix error code in non_fatal_log_show()  scsi: lpfc: Turn lpfc_queue q_pgs into a flexible array  scsi: ufs: core: Skip link param validation when lanes_per_direction is unset  scsi: sas: Skip opt_sectors when DMA reports no real optimization hint  scsi: Revert &quot;scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans&quot;  ...

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Sun, 21 Jun 2026 19:29:45 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>aa776949fb77462ee712eee28bc54a9ce95c5b40 - Merge branch &apos;for-7.2/wiimote&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/Kconfig#aa776949fb77462ee712eee28bc54a9ce95c5b40</link>
        <description>Merge branch &apos;for-7.2/wiimote&apos; into for-linus

            List of files:
            /linux/drivers/scsi/Kconfig</description>
        <pubDate>Tue, 16 Jun 2026 21:47:16 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
</channel>
</rss>
