<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/tests/Makefile#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/lib/tests/Makefile</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/lib/tests/Makefile#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/lib/tests/Makefile</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/lib/tests/Makefile#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/lib/tests/Makefile</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>e5f92606156a6a823992294d214c285b49cd72e9 - Merge tag &apos;mm-nonmm-stable-2026-08-22-16-57&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/tests/Makefile#e5f92606156a6a823992294d214c285b49cd72e9</link>
        <description>Merge tag &apos;mm-nonmm-stable-2026-08-22-16-57&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull non-MM updates from Andrew Morton: - &quot;ocfs2/dlm: bound peer-controlled lengths in the o2dlm&quot; (Bryam   Vargas)   Validate and bound all input lengths and count fields in the o2dlm   migration and recovery receive handlers to prevent memory corruption   and kernel panics from malformed cluster messages - &quot;ocfs2: validate xattr entry bounds&quot; (Cen Zhang)   Validate OCFS2 extended attribute entry name and value bounds during   metadata reads to prevent out-of-range memory accesses during   retrieval or listing operations. - &quot;taskstats: fix cgroupstats invalid fd handling and add selftests&quot;   (Yiyang Chen)   Return -EBADF when cgroupstats receives an invalid file descriptor to   prevent caller hangs and misleading success ACKs. Add a kselftest to   validate valid cgroup v1 queries and verify proper error handling   across different Netlink flag combinations. - &quot;misc lib/raid/ improvements v2&quot; (Christoph Hellwig)   Improve benchmark-based algorithm selection for the XOR and RAID6   libraries, add KUnit benchmark tests, and cleanup minor   implementation details. - &quot;ocfs2: cluster: o2hb_region_pin() fixes&quot; (Joseph Qi)   Fix sleeping-in-atomic, lock order inversion and error-path cleanup   bugs in o2hb_region_pin() by releasing o2hb_live_lock across sleeping   configfs_depend_item() calls and using unlocked variants from   callback context. Ensure failed pin attempts properly decrement user   counts and unpin partially initialized heartbeat regions to prevent   memory leaks and unprotected states. - &quot;lib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen()&quot;   (Vincent Mailhol)   Fix an off-by-one which could cause an out-of-bounds read. - &quot;ocfs2: harden heartbeat teardown races&quot; (Cen Zhang)   Fix two OCFS2 heartbeat/o2net teardown races found by KASAN. - &quot;taskstats: tidy up the cpumask command path&quot; *Bradley Morgan)   make two small cleanups in kernel/taskstats.c. - &quot;ocfs2: validate active orphan slots during inode read&quot; (ZhengYuan   Huang)   Validate active ordinary and append-DIO orphan slots read from OCFS2   dinodes at the metadata boundary to prevent corrupted slot indices   from causing out-of-bounds array accesses. - &quot;ocfs2: bound-check both readdir re-validation scans&quot; (Zhan Xusheng)   Enforce strict boundary checks on directory entry record lengths and   offset calculations during OCFS2 directory re-scans to prevent   out-of-bounds memory reads and directory position corruption.* tag &apos;mm-nonmm-stable-2026-08-22-16-57&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (95 commits)  mailmap: fix bouncing address for Taniya Das  ocfs2: bound-check dir entries in the inline-data re-validation scan  ocfs2: bound-check dir entries in the readdir re-validation scan  squashfs: avoid thundering-herd cache wakeups  prctl: fix PR_SET_MM_AUXV losing the forced AT_NULL terminator  mailmap: update email address for Linfeng Sun  lib/interval_tree: fix allocation warning messages  checkpatch: add NOKPROBE_SYMBOL to the whitelist of lines that can occur immediately after functions  Squashfs: check block offset is not negative  signal: factor out the kernel reserved si_code check  ocfs2: fix readdir position truncation on 32-bit kernels  ocfs2: fix cached cluster count after suballocator reclaim  ocfs2: fix circular locking dependency in ocfs2_init_acl()  ocfs2: validate DIO orphan slot during inode read  ocfs2: validate orphan slot during inode read  selftests/prctl: fix non-anonymous VMA mapping in set-anon-vma-name test  MAINTAINERS: add IRC and patchwork for LTP  include/linux/list.h: mark list_add and __list_add as __always_inline  tools/mm: prevent page_owner_sort from truncating input  hung_task: update DETECT_HUNG_TASK_BLOCKER Kconfig help  ...

            List of files:
            /linux/lib/tests/Makefile</description>
        <pubDate>Sun, 23 Aug 2026 17:07:11 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dc334b36ede14a40a59c54359500d9bf459e5308 - Revert &quot;printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_BRANCH_PROFILING&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/tests/Makefile#dc334b36ede14a40a59c54359500d9bf459e5308</link>
        <description>Revert &quot;printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_BRANCH_PROFILING&quot;This reverts commit 8901ac9d2c7eb8ed7ae5e749bf13ecb3b6062488.The commit 94bfc7f3b0c7 (&quot;err.h: use __always_inline on all error pointerhelpers&quot;) fixes the problem with a dead code elimination by alwaysinlining IS_ERR() function.  It prevents the related linker failures aswell.The workaround with disabling branch profiling is not longer necessary.Link: https://lore.kernel.org/20260707135522.120447-1-pmladek@suse.comSigned-off-by: Petr Mladek &lt;pmladek@suse.com&gt;Suggested-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Closes: https://lore.kernel.org/r/ah6WDkwO8eYY5f2a@ashevche-desk.localReviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Cc: Aleksander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: David Laight &lt;david.laight.linux@gmail.com&gt;Cc: Nathan Chancellor &lt;nathan@kernel.org&gt;Cc: Rasmus Villemoes &lt;linux@rasmusvillemoes.dk&gt;Cc: Sergey Senozhatsky &lt;senozhatsky@chromium.org&gt;Cc: Steven Rostedt &lt;rostedt@goodmis.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/lib/tests/Makefile</description>
        <pubDate>Tue, 07 Jul 2026 15:55:22 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>108646f7d9ace1521abc09ea863e9c9687c61136 - lib/random32: convert selftest to KUnit</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/tests/Makefile#108646f7d9ace1521abc09ea863e9c9687c61136</link>
        <description>lib/random32: convert selftest to KUnitConvert the existing prandom selftest (lib/random32.c) to use the KUnitframework (lib/tests/random32_kunit.c).  Unlike typical KUnit tests, thisfile is directly #included into lib/random32.c.The new test:- Removes the legacy CONFIG_RANDOM32_SELFTEST from lib/random32.c.- Adds CONFIG_PRANDOM_KUNIT_TEST (defaulting to KUNIT_ALL_TESTS).- Moves the test logic to lib/tests/random32_kunit.c.This commit is verified by `./tools/testing/kunit/kunit.py run`with the .kunit/.kunitconfig:CONFIG_KUNIT=yCONFIG_PRANDOM_KUNIT_TEST=yLink: https://lore.kernel.org/20260703050100.23944-1-note351@hotmail.comSigned-off-by: Kir Chou &lt;note351@hotmail.com&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Cc: Brendan Higgins &lt;brendan.higgins@linux.dev&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Eric Dumazet &lt;edumazet@google.com&gt;Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Jakub Kacinski &lt;kuba@kernel.org&gt;Cc: Kuan-Wei Chiu &lt;visitorckw@gmail.com&gt;Cc: Paolo Abeni &lt;pabeni@redhat.com&gt;Cc: Simon Horman &lt;horms@kernel.org&gt;Cc: Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/lib/tests/Makefile</description>
        <pubDate>Fri, 03 Jul 2026 07:00:59 +0200</pubDate>
        <dc:creator>Kir Chou &lt;note351@hotmail.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/lib/tests/Makefile#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/lib/tests/Makefile</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/lib/tests/Makefile#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/lib/tests/Makefile</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/lib/tests/Makefile#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/lib/tests/Makefile</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/lib/tests/Makefile#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/lib/tests/Makefile</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/lib/tests/Makefile#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/lib/tests/Makefile</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/lib/tests/Makefile#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/lib/tests/Makefile</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/lib/tests/Makefile#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

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

            List of files:
            /linux/lib/tests/Makefile</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>2e05544060b9fef5d4d0e0172944e6956c55080f - Merge tag &apos;mm-nonmm-stable-2026-06-21-10-22&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/tests/Makefile#2e05544060b9fef5d4d0e0172944e6956c55080f</link>
        <description>Merge tag &apos;mm-nonmm-stable-2026-06-21-10-22&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull non-MM updates from Andrew Morton: - &quot;taskstats: fix TGID dead-thread stat retention&quot; (Yiyang Chen)   Fix a taskstats TGID aggregation bug where fields added in the TGID   query path were not preserved after thread exit, and adds a kselftest   covering the regression. - &quot;lib/tests: string_helpers: Slight improvements&quot; (Andy Shevchenko)   Improve lib/tests/string_helpers_kunit.c a little - &quot;lib/base64: decode fixes&quot; (Josh Law)   Address minor issues in lib/base64.c - &quot;selftests/filelock: Make output more kselftestish&quot; (Mark Brown)   Make the output from the ofdlocks test a bit easier for tooling to   work with. Also ignore the generated file - &quot;uaccess: unify inline vs outline copy_{from,to}_user() selection&quot;   (Yury Norov)   Simplify the usercopy code by removing the selectability of inlining   copy_{from,to}_user(). - &quot;ocfs2: validate inline xattr header consumers&quot; (ZhengYuan Huang)   Fix a number of possible issues in the ocfs2 xattr code - &quot;lib and lib/cmdline enhancements&quot; (Dmitry Antipov)   Provide additional robustness checking in the cmdline handling code   and its in-kernel testing and selftests - &quot;cleanup the RAID6 P/Q library&quot; (Christoph Hellwig)   Clean up the RAID6 P/Q library to match the recent updates to the   RAID 5 XOR library and other CRC/crypto libraries - &quot;ocfs2: harden inode validators against forged metadata&quot; (Michael   Bommarito)   Add three structural checks to OCFS2 dinode validation so malformed   on-disk fields are rejected before ocfs2_populate_inode() copies them   into the in-core inode - &quot;lib/raid: replace __get_free_pages() call with kmalloc()&quot; (Mike   Rapoport)   Clean up the lib/raid code by using kmalloc() in more places* tag &apos;mm-nonmm-stable-2026-06-21-10-22&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (108 commits)  ocfs2: fix circular locking dependency in ocfs2_dio_end_io_write  ocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_credits  lib: interval_tree_test: validate benchmark parameters  ocfs2: avoid moving extents to occupied clusters  treewide: fix transposed &quot;sign&quot; typos and update spelling.txt  ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_rec  fat: reject BPB volumes whose data area starts beyond total sectors  selftests/uevent: increase __UEVENT_BUFFER_SIZE to avoid ENOBUFS on busy systems  lib/test_firmware: allocate the configured into_buf size  fs: efs: remove unneeded debug prints  checkpatch: cuppress warnings when Reported-by: is followed by Link:  MAINTAINERS: add Alexander as a kcov reviewer  mailmap: update Alexander Sverdlin&apos;s Email addresses  fs: fat: inode: replace sprintf() with scnprintf()  ocfs2: fix out-of-bounds write in ocfs2_remove_refcount_extent  ocfs2: fix race between ocfs2_control_install_private() and ocfs2_control_release()  ocfs2/dlm: require a ref for locking_state debugfs open  ocfs2: reject FITRIM ranges shorter than a cluster  ocfs2: validate fast symlink target during inode read  ocfs2: add journal NULL check in ocfs2_checkpoint_inode()  ...

            List of files:
            /linux/lib/tests/Makefile</description>
        <pubDate>Sun, 21 Jun 2026 22:20:19 +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/lib/tests/Makefile#aa776949fb77462ee712eee28bc54a9ce95c5b40</link>
        <description>Merge branch &apos;for-7.2/wiimote&apos; into for-linus

            List of files:
            /linux/lib/tests/Makefile</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>fff88709f9a9153af85b5224b4594caa5387ca60 - Merge tag &apos;v7.1-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/tests/Makefile#fff88709f9a9153af85b5224b4594caa5387ca60</link>
        <description>Merge tag &apos;v7.1-rc6&apos; into nextSync up with mainline to pull in a fix to IMS PCU driver and otherenhancements.

            List of files:
            /linux/lib/tests/Makefile</description>
        <pubDate>Mon, 01 Jun 2026 04:43:25 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6bba2ae43e8f379d3bed4c3eb258ea6d81baae80 - lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/tests/Makefile#6bba2ae43e8f379d3bed4c3eb258ea6d81baae80</link>
        <description>lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()Add KUnit tests for &apos;__ashldi3()&apos;, &apos;__ashrdi3()&apos;, and &apos;__lshrdi3()&apos; helperfunctions used to implement 64-bit arithmetic shift left, arithmetic shiftright and logical shift right, respectively, on a 32-bit CPUs.Tested with &apos;qemu-system-riscv32 -M virt&apos; and &apos;qemu-system-arm -M virt&apos;.Link: https://lore.kernel.org/20260519172259.908980-8-dmantipov@yandex.ruSigned-off-by: Dmitry Antipov &lt;dmantipov@yandex.ru&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@intel.com&gt;Tested-by: Charlie Jenkins &lt;thecharlesjenkins@gmail.com&gt;Assisted-by: Gemini:gemini-3.1-pro-preview sashikoCc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Alexandre Ghiti &lt;alex@ghiti.fr&gt;Cc: Ard Biesheuvel &lt;ardb@kernel.org&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/lib/tests/Makefile</description>
        <pubDate>Tue, 19 May 2026 19:22:58 +0200</pubDate>
        <dc:creator>Dmitry Antipov &lt;dmantipov@yandex.ru&gt;</dc:creator>
    </item>
</channel>
</rss>
