<?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 Kbuild</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/arch/um/include/asm/Kbuild#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/arch/um/include/asm/Kbuild</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/arch/um/include/asm/Kbuild#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/arch/um/include/asm/Kbuild</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>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#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/arch/um/include/asm/Kbuild</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/arch/um/include/asm/Kbuild#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/arch/um/include/asm/Kbuild</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/arch/um/include/asm/Kbuild#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/arch/um/include/asm/Kbuild</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/arch/um/include/asm/Kbuild#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/arch/um/include/asm/Kbuild</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>b226489de47c0eba740ef8c4857aecb06e482952 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#b226489de47c0eba740ef8c4857aecb06e482952</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in a build error fix to drm-xe-next.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/arch/um/include/asm/Kbuild</description>
        <pubDate>Thu, 04 Jun 2026 16:19:59 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.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/arch/um/include/asm/Kbuild#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/arch/um/include/asm/Kbuild</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/arch/um/include/asm/Kbuild#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/arch/um/include/asm/Kbuild</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/arch/um/include/asm/Kbuild#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/arch/um/include/asm/Kbuild</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/arch/um/include/asm/Kbuild#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/arch/um/include/asm/Kbuild</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/arch/um/include/asm/Kbuild#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/arch/um/include/asm/Kbuild</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>aa776949fb77462ee712eee28bc54a9ce95c5b40 - Merge branch &apos;for-7.2/wiimote&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#aa776949fb77462ee712eee28bc54a9ce95c5b40</link>
        <description>Merge branch &apos;for-7.2/wiimote&apos; into for-linus

            List of files:
            /linux/arch/um/include/asm/Kbuild</description>
        <pubDate>Tue, 16 Jun 2026 21:47:16 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>764e77d868a5b932c709e20ddb5993f9111a841c - Merge tag &apos;locking-core-2026-06-14&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#764e77d868a5b932c709e20ddb5993f9111a841c</link>
        <description>Merge tag &apos;locking-core-2026-06-14&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipPull locking updates from Ingo Molnar: &quot;Futex updates:   - Optimize futex hash bucket access patterns (Peter Zijlstra)   - Large series to address the robust futex unlock race for real, by     Thomas Gleixner:      &quot;The robust futex unlock mechanism is racy in respect to the       clearing of the robust_list_head::list_op_pending pointer because       unlock and clearing the pointer are not atomic.       The race window is between the unlock and clearing the pending op       pointer. If the task is forced to exit in this window, exit will       access a potentially invalid pending op pointer when cleaning up       the robust list.       That happens if another task manages to unmap the object       containing the lock before the cleanup, which results in an UAF.       In the worst case this UAF can lead to memory corruption when       unrelated content has been mapped to the same address by the time       the access happens.       User space can&apos;t solve this problem without help from the kernel.       This series provides the kernel side infrastructure to help it       along:        1) Combined unlock, pointer clearing, wake-up for the           contended case        2) VDSO based unlock and pointer clearing helpers with a           fix-up function in the kernel when user space was interrupted           within the critical section.      ... with help by Andr&#233; Almeida:        - Add a note about robust list race condition (Andr&#233; Almeida)        - Add self-tests for robust release operations (Andr&#233; Almeida)  Context analysis updates:   - Implement context analysis for &apos;struct rt_mutex&apos;. (Bart Van Assche)   - Bump required Clang version to 23 (Marco Elver)  Guard infrastructure updates:   - Series to remove NULL check from unconditional guards (Dmitry     Ilvokhin)  Lockdep updates:   - Restore self-test migrate_disable() and sched_rt_mutex state on     PREEMPT_RT (Karl Mehltretter)  Membarriers updates:   - Use per-CPU mutexes for targeted commands (Aniket Gattani)   - Modernize membarrier_global_expedited with cleanup guards (Aniket     Gattani)   - Add rseq stress test for CFS throttle interactions (Aniket Gattani)  percpu-rwsems updates:   - Extract __percpu_up_read() to optimize inlining overhead (Dmitry     Ilvokhin)  Seqlocks updates:   - Allow UBSAN_ALIGNMENT to fail optimizing (Heiko Carstens)  Lock tracing:   - Add contended_release tracepoint to sleepable locks such as     mutexes, percpu-rwsems, rtmutexes, rwsems and semaphores (Dmitry     Ilvokhin)  MAINTAINERS updates:   - MAINTAINERS: Add RUST [SYNC] entry (Boqun Feng)  Misc updates and fixes by Randy Dunlap, YE WEI-HONG, Fabricio Parra,  Dmitry Ilvokhin and Peter Zijlstra&quot;* tag &apos;locking-core-2026-06-14&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip: (36 commits)  locking: Add contended_release tracepoint to sleepable locks  locking/percpu-rwsem: Extract __percpu_up_read()  tracing/lock: Remove unnecessary linux/sched.h include  futex: Optimize futex hash bucket access patterns  rust: sync: completion: Mark inline complete_all and wait_for_completion  MAINTAINERS: Add RUST [SYNC] entry  cleanup: Specify nonnull argument index  selftests: futex: Add tests for robust release operations  Documentation: futex: Add a note about robust list race condition  x86/vdso: Implement __vdso_futex_robust_try_unlock()  x86/vdso: Prepare for robust futex unlock support  futex: Provide infrastructure to plug the non contended robust futex unlock race  futex: Add robust futex unlock IP range  futex: Add support for unlocking robust futexes  futex: Cleanup UAPI defines  x86: Select ARCH_MEMORY_ORDER_TSO  uaccess: Provide unsafe_atomic_store_release_user()  futex: Provide UABI defines for robust list entry modifiers  futex: Move futex related mm_struct data into a struct  futex: Make futex_mm_init() void  ...

            List of files:
            /linux/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 15 Jun 2026 10:51:14 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9fb628b4cd3488a36e3fc9b22bb840048aa1a9d2 - Merge branch &apos;kvm-ghcb-for-7.2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#9fb628b4cd3488a36e3fc9b22bb840048aa1a9d2</link>
        <description>Merge branch &apos;kvm-ghcb-for-7.2&apos; into HEADMerge the final part of the GHCB 7.2 fixes athttps://lore.kernel.org/kvm/20260529183549.1104619-1-pbonzini@redhat.com/.Patches 1-17 have already been included in Linux 7.1; these are minorcleanups, and fixes for behaviors that are suboptimal or contradictingthe specification.Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;

            List of files:
            /linux/arch/um/include/asm/Kbuild</description>
        <pubDate>Wed, 03 Jun 2026 17:00:06 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>c06cd66387da92e6cdac44e16c7b5ef9219c53ac - percpu: Sanitize __percpu_qual include hell</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#c06cd66387da92e6cdac44e16c7b5ef9219c53ac</link>
        <description>percpu: Sanitize __percpu_qual include hellSlapping __percpu_qual into the next available header is sloppy at best.It&apos;s required by __percpu which is defined in compiler_types.h and that ismeant to be included without requiring a boatload of other headers so thata struct or function declaration can contain a __percpu qualifier w/ofurther prerequisites.This implicit dependency on linux/percpu.h makes that impossible and causesa major problem when trying to separate headers.Create asm/percpu_types.h and move it there. Include that fromcompiler_types.h and the whole recursion problem goes away.Fix up UM so it uses the generic header and includes it in the UM_HOSTbuild, which pulls in compiler_types.h. The USER_CFLAGS fix was suggestedby Richard.Signed-off-by: Thomas Gleixner &lt;tglx@kernel.org&gt;Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Link: https://patch.msgid.link/20260602090535.254874125@kernel.org

            List of files:
            /linux/arch/um/include/asm/Kbuild</description>
        <pubDate>Tue, 02 Jun 2026 11:09:21 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c82228f76aaa3f77eca3ac22670aa69dd0e59d40 - Merge tag &apos;v7.1-rc6&apos; into work</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#c82228f76aaa3f77eca3ac22670aa69dd0e59d40</link>
        <description>Merge tag &apos;v7.1-rc6&apos; into workLinux 7.1-rc6

            List of files:
            /linux/arch/um/include/asm/Kbuild</description>
        <pubDate>Tue, 02 Jun 2026 16:24:19 +0200</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>da61573f783897ae5a96c8f1c71aad6242344feb - Merge tag &apos;v7.1-rc6&apos; into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#da61573f783897ae5a96c8f1c71aad6242344feb</link>
        <description>Merge tag &apos;v7.1-rc6&apos; into char-misc-nextWe need the char/misc/iio fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 01 Jun 2026 18:10:34 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b586d69177b5fc92450a5f37a3bb1ce50aa87e39 - Merge tag &apos;v7.1-rc6&apos; into tty-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#b586d69177b5fc92450a5f37a3bb1ce50aa87e39</link>
        <description>Merge tag &apos;v7.1-rc6&apos; into tty-nextWe need the tty/serial fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 01 Jun 2026 18:08:02 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>55311a92bc9564b058a036074f85200a5954ccd2 - Merge tag &apos;v7.1-rc6&apos; into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/um/include/asm/Kbuild#55311a92bc9564b058a036074f85200a5954ccd2</link>
        <description>Merge tag &apos;v7.1-rc6&apos; into usb-nextWe need the USB and Thunderbolt fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 01 Jun 2026 17:39:51 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
