<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4cff5c05e076d2ee4e34122aa956b84a2eaac587 - Merge tag &apos;mm-stable-2026-02-11-19-22&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#4cff5c05e076d2ee4e34122aa956b84a2eaac587</link>
        <description>Merge tag &apos;mm-stable-2026-02-11-19-22&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull MM updates from Andrew Morton: - &quot;powerpc/64s: do not re-activate batched TLB flush&quot; makes   arch_{enter|leave}_lazy_mmu_mode() nest properly (Alexander Gordeev)   It adds a generic enter/leave layer and switches architectures to use   it. Various hacks were removed in the process. - &quot;zram: introduce compressed data writeback&quot; implements data   compression for zram writeback (Richard Chang and Sergey Senozhatsky) - &quot;mm: folio_zero_user: clear page ranges&quot; adds clearing of contiguous   page ranges for hugepages. Large improvements during demand faulting   are demonstrated (David Hildenbrand) - &quot;memcg cleanups&quot; tidies up some memcg code (Chen Ridong) - &quot;mm/damon: introduce {,max_}nr_snapshots and tracepoint for damos   stats&quot; improves DAMOS stat&apos;s provided information, deterministic   control, and readability (SeongJae Park) - &quot;selftests/mm: hugetlb cgroup charging: robustness fixes&quot; fixes a few   issues in the hugetlb cgroup charging selftests (Li Wang) - &quot;Fix va_high_addr_switch.sh test failure - again&quot; addresses several   issues in the va_high_addr_switch test (Chunyu Hu) - &quot;mm/damon/tests/core-kunit: extend existing test scenarios&quot; improves   the KUnit test coverage for DAMON (Shu Anzai) - &quot;mm/khugepaged: fix dirty page handling for MADV_COLLAPSE&quot; fixes a   glitch in khugepaged which was causing madvise(MADV_COLLAPSE) to   transiently return -EAGAIN (Shivank Garg) - &quot;arch, mm: consolidate hugetlb early reservation&quot; reworks and   consolidates a pile of straggly code related to reservation of   hugetlb memory from bootmem and creation of CMA areas for hugetlb   (Mike Rapoport) - &quot;mm: clean up anon_vma implementation&quot; cleans up the anon_vma   implementation in various ways (Lorenzo Stoakes) - &quot;tweaks for __alloc_pages_slowpath()&quot; does a little streamlining of   the page allocator&apos;s slowpath code (Vlastimil Babka) - &quot;memcg: separate private and public ID namespaces&quot; cleans up the   memcg ID code and prevents the internal-only private IDs from being   exposed to userspace (Shakeel Butt) - &quot;mm: hugetlb: allocate frozen gigantic folio&quot; cleans up the   allocation of frozen folios and avoids some atomic refcount   operations (Kefeng Wang) - &quot;mm/damon: advance DAMOS-based LRU sorting&quot; improves DAMOS&apos;s movement   of memory betewwn the active and inactive LRUs and adds auto-tuning   of the ratio-based quotas and of monitoring intervals (SeongJae Park) - &quot;Support page table check on PowerPC&quot; makes   CONFIG_PAGE_TABLE_CHECK_ENFORCED work on powerpc (Andrew Donnellan) - &quot;nodemask: align nodes_and{,not} with underlying bitmap ops&quot; makes   nodes_and() and nodes_andnot() propagate the return values from the   underlying bit operations, enabling some cleanup in calling code   (Yury Norov) - &quot;mm/damon: hide kdamond and kdamond_lock from API callers&quot; cleans up   some DAMON internal interfaces (SeongJae Park) - &quot;mm/khugepaged: cleanups and scan limit fix&quot; does some cleanup work   in khupaged and fixes a scan limit accounting issue (Shivank Garg) - &quot;mm: balloon infrastructure cleanups&quot; goes to town on the balloon   infrastructure and its page migration function. Mainly cleanups, also   some locking simplification (David Hildenbrand) - &quot;mm/vmscan: add tracepoint and reason for kswapd_failures reset&quot; adds   additional tracepoints to the page reclaim code (Jiayuan Chen) - &quot;Replace wq users and add WQ_PERCPU to alloc_workqueue() users&quot; is   part of Marco&apos;s kernel-wide migration from the legacy workqueue APIs   over to the preferred unbound workqueues (Marco Crivellari) - &quot;Various mm kselftests improvements/fixes&quot; provides various unrelated   improvements/fixes for the mm kselftests (Kevin Brodsky) - &quot;mm: accelerate gigantic folio allocation&quot; greatly speeds up gigantic   folio allocation, mainly by avoiding unnecessary work in   pfn_range_valid_contig() (Kefeng Wang) - &quot;selftests/damon: improve leak detection and wss estimation   reliability&quot; improves the reliability of two of the DAMON selftests   (SeongJae Park) - &quot;mm/damon: cleanup kdamond, damon_call(), damos filter and   DAMON_MIN_REGION&quot; does some cleanup work in the core DAMON code   (SeongJae Park) - &quot;Docs/mm/damon: update intro, modules, maintainer profile, and misc&quot;   performs maintenance work on the DAMON documentation (SeongJae Park) - &quot;mm: add and use vma_assert_stabilised() helper&quot; refactors and cleans   up the core VMA code. The main aim here is to be able to use the mmap   write lock&apos;s lockdep state to perform various assertions regarding   the locking which the VMA code requires (Lorenzo Stoakes) - &quot;mm, swap: swap table phase II: unify swapin use&quot; removes some old   swap code (swap cache bypassing and swap synchronization) which   wasn&apos;t working very well. Various other cleanups and simplifications   were made. The end result is a 20% speedup in one benchmark (Kairui   Song) - &quot;enable PT_RECLAIM on more 64-bit architectures&quot; makes PT_RECLAIM   available on 64-bit alpha, loongarch, mips, parisc, and um. Various   cleanups were performed along the way (Qi Zheng)* tag &apos;mm-stable-2026-02-11-19-22&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (325 commits)  mm/memory: handle non-split locks correctly in zap_empty_pte_table()  mm: move pte table reclaim code to memory.c  mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE  mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config  um: mm: enable MMU_GATHER_RCU_TABLE_FREE  parisc: mm: enable MMU_GATHER_RCU_TABLE_FREE  mips: mm: enable MMU_GATHER_RCU_TABLE_FREE  LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREE  alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE  mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h  mm/damon/stat: remove __read_mostly from memory_idle_ms_percentiles  zsmalloc: make common caches global  mm: add SPDX id lines to some mm source files  mm/zswap: use %pe to print error pointers  mm/vmscan: use %pe to print error pointers  mm/readahead: fix typo in comment  mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file()  mm: refactor vma_map_pages to use vm_insert_pages  mm/damon: unify address range representation with damon_addr_range  mm/cma: replace snprintf with strscpy in cma_new_area  ...

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Thu, 12 Feb 2026 20:32:37 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>1421758055ca6028d3b758914863f38d434bf36b - mm: rename CONFIG_MEMORY_BALLOON -&gt; CONFIG_BALLOON</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#1421758055ca6028d3b758914863f38d434bf36b</link>
        <description>mm: rename CONFIG_MEMORY_BALLOON -&gt; CONFIG_BALLOONLet&apos;s make it consistent with the naming of the files but also with thenaming of CONFIG_BALLOON_MIGRATION.While at it, add a &quot;/* CONFIG_BALLOON */&quot;.Link: https://lkml.kernel.org/r/20260119230133.3551867-24-david@kernel.orgSigned-off-by: David Hildenbrand (Red Hat) &lt;david@kernel.org&gt;Reviewed-by: Lorenzo Stoakes &lt;lorenzo.stoakes@oracle.com&gt;Acked-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Cc: Eugenio P&#233;rez &lt;eperezma@redhat.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Jason Wang &lt;jasowang@redhat.com&gt;Cc: Jerrin Shaji George &lt;jerrin.shaji-george@broadcom.com&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Liam Howlett &lt;liam.howlett@oracle.com&gt;Cc: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Michal Hocko &lt;mhocko@suse.com&gt;Cc: Mike Rapoport &lt;rppt@kernel.org&gt;Cc: Nicholas Piggin &lt;npiggin@gmail.com&gt;Cc: Oscar Salvador &lt;osalvador@suse.de&gt;Cc: SeongJae Park &lt;sj@kernel.org&gt;Cc: Suren Baghdasaryan &lt;surenb@google.com&gt;Cc: Vlastimil Babka &lt;vbabka@suse.cz&gt;Cc: Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;Cc: Zi Yan &lt;ziy@nvidia.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 00:01:31 +0100</pubDate>
        <dc:creator>David Hildenbrand (Red Hat) &lt;david@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>6a1636e06625ec0dd7f2b908ab39a8beea24bfd3 - 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/misc/Kconfig#6a1636e06625ec0dd7f2b908ab39a8beea24bfd3</link>
        <description>Merge tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiPull SCSI fixes from James Bottomley: &quot;The only core fix is in doc; all the others are in drivers, with the  biggest impacts in libsas being the rollback on error handling and in  ufs coming from a couple of error handling fixes, one causing a crash  if it&apos;s activated before scanning and the other fixing W-LUN  resumption&quot;* tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:  scsi: ufs: qcom: Fix confusing cleanup.h syntax  scsi: libsas: Add rollback handling when an error occurs  scsi: device_handler: Return error pointer in scsi_dh_attached_handler_name()  scsi: ufs: core: Fix a deadlock in the frequency scaling code  scsi: ufs: core: Fix an error handler crash  scsi: Revert &quot;scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed&quot;  scsi: ufs: core: Fix RPMB link error by reversing Kconfig dependencies  scsi: qla4xxx: Use time conversion macros  scsi: qla2xxx: Enable/disable IRQD_NO_BALANCING during reset  scsi: ipr: Enable/disable IRQD_NO_BALANCING during reset  scsi: imm: Fix use-after-free bug caused by unfinished delayed work  scsi: target: sbp: Remove KMSG_COMPONENT macro  scsi: core: Correct documentation for scsi_device_quiesce()  scsi: mpi3mr: Prevent duplicate SAS/SATA device entries in channel 1  scsi: target: Reset t_task_cdb pointer in error case  scsi: ufs: core: Fix EH failure after W-LUN resume error

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Sun, 14 Dec 2025 04:35:35 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d98b4d52bff02d15ea73b1790d7610a2f4f023ab - scsi: ufs: core: Fix RPMB link error by reversing Kconfig dependencies</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#d98b4d52bff02d15ea73b1790d7610a2f4f023ab</link>
        <description>scsi: ufs: core: Fix RPMB link error by reversing Kconfig dependenciesWhen CONFIG_SCSI_UFSHCD=y and CONFIG_RPMB=m, the kernel fails to linkwith undefined references to ufs_rpmb_probe() and ufs_rpmb_remove():  ld: drivers/ufs/core/ufshcd.c:8950: undefined reference to `ufs_rpmb_probe&apos;  ld: drivers/ufs/core/ufshcd.c:10505: undefined reference to `ufs_rpmb_remove&apos;The issue is that RPMB depends on its consumers (MMC, UFS) in Kconfig,which is backwards. This prevents proper module dependency handling whenthe library is modular but consumers are built-in.Fix by reversing the dependency: - Remove &apos;depends on MMC || SCSI_UFSHCD&apos; from RPMB Kconfig - Add &apos;depends on RPMB || !RPMB&apos; to SCSI_UFSHCD KconfigThis allows RPMB to be an independent library while ensuring correctlinking in all module/built-in combinations.Fixes: b06b8c421485 (&quot;scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202511300443.h7sotuL0-lkp@intel.com/Suggested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Bart Van Assche &lt;bvanassche@acm.org&gt;Cc: Jens Wiklander &lt;jens.wiklander@linaro.org&gt;Cc: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;Signed-off-by: Bean Huo &lt;beanhuo@micron.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Jens Wiklander &lt;jens.wiklander@linaro.org&gt;Reviewed-by: Bart Van Assche &lt;bvanassche@acm.org&gt;Link: https://patch.msgid.link/20251202155138.2607210-1-beanhuo@iokpp.deSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Tue, 02 Dec 2025 16:51:38 +0100</pubDate>
        <dc:creator>Bean Huo &lt;beanhuo@micron.com&gt;</dc:creator>
    </item>
<item>
        <title>7eb7f5723df50a7d5564aa609e4c147f669a5cb4 - 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/misc/Kconfig#7eb7f5723df50a7d5564aa609e4c147f669a5cb4</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;Usual driver updates (ufs, lpfc, target, qla2xxx) plus assorted  cleanups and fixes including the WQ_PERCPU series.  The biggest core change is the new allocation of pseudo-devices which  allow the sending of internal commands to a given SCSI target&quot;* tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (147 commits)  scsi: MAINTAINERS: Add the UFS include directory  scsi: scsi_debug: Support injecting unaligned write errors  scsi: qla2xxx: Fix improper freeing of purex item  scsi: ufs: rockchip: Fix compile error without CONFIG_GPIOLIB  scsi: ufs: rockchip: Reset controller on PRE_CHANGE of hce enable notify  scsi: ufs: core: Use scsi_device_busy()  scsi: ufs: core: Fix single doorbell mode support  scsi: pm80xx: Add WQ_PERCPU to alloc_workqueue() users  scsi: target: Add WQ_PERCPU to alloc_workqueue() users  scsi: qedi: Add WQ_PERCPU to alloc_workqueue() users  scsi: target: ibmvscsi: Add WQ_PERCPU to alloc_workqueue() users  scsi: qedf: Add WQ_PERCPU to alloc_workqueue() users  scsi: bnx2fc: Add WQ_PERCPU to alloc_workqueue() users  scsi: be2iscsi: Add WQ_PERCPU to alloc_workqueue() users  scsi: message: fusion: Add WQ_PERCPU to alloc_workqueue() users  scsi: lpfc: WQ_PERCPU added to alloc_workqueue() users  scsi: scsi_transport_fc: WQ_PERCPU added to alloc_workqueue users()  scsi: scsi_dh_alua: WQ_PERCPU added to alloc_workqueue() users  scsi: qla2xxx: WQ_PERCPU added to alloc_workqueue() users  scsi: target: sbp: Replace use of system_unbound_wq with system_dfl_wq  ...

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Sat, 06 Dec 2025 04:56:50 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>82f78acd5a9270370ef4aa3f032ede25f3dc91ee - Merge patch series &quot;Add OP-TEE based RPMB driver for UFS devices&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#82f78acd5a9270370ef4aa3f032ede25f3dc91ee</link>
        <description>Merge patch series &quot;Add OP-TEE based RPMB driver for UFS devices&quot;Bean Huo &lt;beanhuo@iokpp.de&gt; says:This patch series introduces OP-TEE based RPMB (Replay ProtectedMemory Block) support for UFS devices, extending the kernel-levelsecure storage capabilities that are currently available for eMMCdevices.Previously, OP-TEE required a userspace supplicant to access RPMBpartitions, which created complex dependencies and reliability issues,especially during early boot scenarios. Recent work by Linaro hasmoved core supplicant functionality directly into the Linux kernel foreMMC devices, eliminating userspace dependencies and enablingimmediate secure storage access. This series extends the same approachto UFS devices, which are used in enterprise and mobile applicationsthat require secure storage capabilities.Benefits: - Eliminates dependency on userspace supplicant for UFS RPMB access - Enables early boot secure storage access (e.g., fTPM, secure UEFI   variables) - Provides kernel-level RPMB access as soon as UFS driver is   initialized - Removes complex initramfs dependencies and boot ordering   requirements - Ensures reliable and deterministic secure storage operations - Supports both built-in and modular fTPM configurations.Prerequisites:--------------This patch series depends on commit 7e8242405b94 (&quot;rpmb: move structrpmb_frame to common header&quot;) which has been merged into mainlinev6.18-rc2.Link: https://patch.msgid.link/20251107230518.4060231-1-beanhuo@iokpp.deSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Thu, 20 Nov 2025 16:26:13 +0100</pubDate>
        <dc:creator>Martin K. Petersen &lt;martin.petersen@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>b06b8c421485e0e96d7fd6aa614fb0b6f2778a03 - scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#b06b8c421485e0e96d7fd6aa614fb0b6f2778a03</link>
        <description>scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devicesAdd OP-TEE based RPMB support for UFS devices. This enables secure RPMBoperations on UFS devices through OP-TEE, providing the samefunctionality available for eMMC devices and extending kernel-basedsecure storage support to UFS-based systems.Benefits of OP-TEE based RPMB implementation: - Eliminates dependency on userspace supplicant for RPMB access - Enables early boot secure storage access (e.g., fTPM, secure UEFI   variables) - Provides kernel-level RPMB access as soon as UFS driver is   initialized - Removes complex initramfs dependencies and boot ordering requirements - Ensures reliable and deterministic secure storage operations - Supports both built-in and modular fTPM configurations[mkp: make this build as a module]Co-developed-by: Can Guo &lt;can.guo@oss.qualcomm.com&gt;Signed-off-by: Can Guo &lt;can.guo@oss.qualcomm.com&gt;Reviewed-by: Avri Altman &lt;avri.altman@sandisk.com&gt;Reviewed-by: Bart Van Assche &lt;bvanassche@acm.org&gt;Signed-off-by: Bean Huo &lt;beanhuo@micron.com&gt;Link: https://patch.msgid.link/20251107230518.4060231-4-beanhuo@iokpp.deSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Sat, 08 Nov 2025 00:05:18 +0100</pubDate>
        <dc:creator>Bean Huo &lt;beanhuo@micron.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Kconfig#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/drivers/misc/Kconfig</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
