<?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 anon_inode_test.c</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/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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>5c40222af1689d89966c4b60e79852d6bc13416a - Merge tag &apos;linux_kselftest-next-6.20-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#5c40222af1689d89966c4b60e79852d6bc13416a</link>
        <description>Merge tag &apos;linux_kselftest-next-6.20-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestPull kselftest updates from Shuah Khan: &quot;resctrl test:   - fix division by zero error on Hygon   - fix non-contiguous CBM check for Hygon   - define CPU vendor IDs as bits to match usage   - add CPU vendor detection for Hygon  misc:   - coredeump test: use __builtin_trap() instead of a null pointer   - anon_inode: replace null pointers with empty arrays   - kublk: include message in _Static_assert for C11 compatibility   - run_kselftest.sh: add `--skip` argument option   - pidfd: fix typo in comment&quot;* tag &apos;linux_kselftest-next-6.20-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:  selftests/pidfd: fix typo in comment  selftests/run_kselftest.sh: Add `--skip` argument option  selftests/resctrl: Fix non-contiguous CBM check for Hygon  selftests/resctrl: Add CPU vendor detection for Hygon  selftests/resctrl: Define CPU vendor IDs as bits to match usage  selftests/resctrl: Fix a division by zero error on Hygon  kselftest/kublk: include message in _Static_assert for C11 compatibility  kselftest/anon_inode: replace null pointers with empty arrays  kselftest/coredump: use __builtin_trap() instead of null pointer

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Mon, 09 Feb 2026 18:42:21 +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/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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>0aaff7b109037c0a45def1bed7b76ffaf253f7d0 - kselftest/anon_inode: replace null pointers with empty arrays</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#0aaff7b109037c0a45def1bed7b76ffaf253f7d0</link>
        <description>kselftest/anon_inode: replace null pointers with empty arraysMake use of empty (NULL-terminated) array instead of NULL pointer toavoid compiler errors while maintaining the behavior of the functionintact[] Testing:The diff between before and after of running the kselftest test of themodule shows no regression on system with x86 architecture[] Error log:~/Desktop/kernel-dev/linux-v1/tools/testing/selftests/filesystems$ make LLVM=1 W=1  CC       devpts_pts  CC       file_stressor  CC       anon_inode_testanon_inode_test.c:45:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]   45 |         ASSERT_LT(execveat(fd_context, &quot;&quot;, NULL, NULL, AT_EMPTY_PATH), 0);      |                                            ^~~~/usr/lib/llvm-18/lib/clang/18/include/__stddef_null.h:26:14: note: expanded from macro &apos;NULL&apos;   26 | #define NULL ((void*)0)      |              ^~~~~~~~~~../Desktop/kernel-dev/linux-v1/tools/testing/selftests/../../../tools/testing/selftests/kselftest_harness.h:535:11: note: expanded from macro &apos;ASSERT_LT&apos;  535 |         __EXPECT(expected, #expected, seen, #seen, &lt;, 1)      |                  ^~~~~~~~../Desktop/kernel-dev/linux-v1/tools/testing/selftests/../../../tools/testing/selftests/kselftest_harness.h:758:33: note: expanded from macro &apos;__EXPECT&apos;  758 |         __typeof__(_expected) __exp = (_expected); \      |                                        ^~~~~~~~~1 warning generated.Link: https://lore.kernel.org/r/20251215084900.7590-1-clintbgeorge@gmail.comSigned-off-by: Clint George &lt;clintbgeorge@gmail.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Mon, 15 Dec 2025 09:49:00 +0100</pubDate>
        <dc:creator>Clint George &lt;clintbgeorge@gmail.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/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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>509d3f45847627f4c5cdce004c3ec79262b5239c - Merge tag &apos;mm-nonmm-stable-2025-12-06-11-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#509d3f45847627f4c5cdce004c3ec79262b5239c</link>
        <description>Merge tag &apos;mm-nonmm-stable-2025-12-06-11-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull non-MM updates from Andrew Morton: - &quot;panic: sys_info: Refactor and fix a potential issue&quot; (Andy Shevchenko)   fixes a build issue and does some cleanup in ib/sys_info.c - &quot;Implement mul_u64_u64_div_u64_roundup()&quot; (David Laight)   enhances the 64-bit math code on behalf of a PWM driver and beefs up   the test module for these library functions - &quot;scripts/gdb/symbols: make BPF debug info available to GDB&quot; (Ilya Leoshkevich)   makes BPF symbol names, sizes, and line numbers available to the GDB   debugger - &quot;Enable hung_task and lockup cases to dump system info on demand&quot; (Feng Tang)   adds a sysctl which can be used to cause additional info dumping when   the hung-task and lockup detectors fire - &quot;lib/base64: add generic encoder/decoder, migrate users&quot; (Kuan-Wei Chiu)   adds a general base64 encoder/decoder to lib/ and migrates several   users away from their private implementations - &quot;rbree: inline rb_first() and rb_last()&quot; (Eric Dumazet)   makes TCP a little faster - &quot;liveupdate: Rework KHO for in-kernel users&quot; (Pasha Tatashin)   reworks the KEXEC Handover interfaces in preparation for Live Update   Orchestrator (LUO), and possibly for other future clients - &quot;kho: simplify state machine and enable dynamic updates&quot; (Pasha Tatashin)   increases the flexibility of KEXEC Handover. Also preparation for LUO - &quot;Live Update Orchestrator&quot; (Pasha Tatashin)   is a major new feature targeted at cloud environments. Quoting the   cover letter:      This series introduces the Live Update Orchestrator, a kernel      subsystem designed to facilitate live kernel updates using a      kexec-based reboot. This capability is critical for cloud      environments, allowing hypervisors to be updated with minimal      downtime for running virtual machines. LUO achieves this by      preserving the state of selected resources, such as memory,      devices and their dependencies, across the kernel transition.      As a key feature, this series includes support for preserving      memfd file descriptors, which allows critical in-memory data, such      as guest RAM or any other large memory region, to be maintained in      RAM across the kexec reboot.   Mike Rappaport merits a mention here, for his extensive review and   testing work. - &quot;kexec: reorganize kexec and kdump sysfs&quot; (Sourabh Jain)   moves the kexec and kdump sysfs entries from /sys/kernel/ to   /sys/kernel/kexec/ and adds back-compatibility symlinks which can   hopefully be removed one day - &quot;kho: fixes for vmalloc restoration&quot; (Mike Rapoport)   fixes a BUG which was being hit during KHO restoration of vmalloc()   regions* tag &apos;mm-nonmm-stable-2025-12-06-11-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (139 commits)  calibrate: update header inclusion  Reinstate &quot;resource: avoid unnecessary lookups in find_next_iomem_res()&quot;  vmcoreinfo: track and log recoverable hardware errors  kho: fix restoring of contiguous ranges of order-0 pages  kho: kho_restore_vmalloc: fix initialization of pages array  MAINTAINERS: TPM DEVICE DRIVER: update the W-tag  init: replace simple_strtoul with kstrtoul to improve lpj_setup  KHO: fix boot failure due to kmemleak access to non-PRESENT pages  Documentation/ABI: new kexec and kdump sysfs interface  Documentation/ABI: mark old kexec sysfs deprecated  kexec: move sysfs entries to /sys/kernel/kexec  test_kho: always print restore status  kho: free chunks using free_page() instead of kfree()  selftests/liveupdate: add kexec test for multiple and empty sessions  selftests/liveupdate: add simple kexec-based selftest for LUO  selftests/liveupdate: add userspace API selftests  docs: add documentation for memfd preservation via LUO  mm: memfd_luo: allow preserving memfd  liveupdate: luo_file: add private argument to store runtime state  mm: shmem: export some functions to internal.h  ...

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Sat, 06 Dec 2025 23:01:20 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e6fbd1759c9ece5044d3470f30a5e2166dc9de89 - selftests: complete kselftest include centralization</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#e6fbd1759c9ece5044d3470f30a5e2166dc9de89</link>
        <description>selftests: complete kselftest include centralizationThis follow-up patch completes centralization of kselftest.h andksefltest_harness.h includes in remaining seltests files, replacing allrelative paths with a non-relative paths using shared -I include path inlib.mkTested with gcc-13.3 and clang-18.1, and cross-compiled successfully onriscv, arm64, x86_64 and powerpc arch.[reddybalavignesh9979@gmail.com: add selftests include path for kselftest.h]  Link: https://lkml.kernel.org/r/20251017090201.317521-1-reddybalavignesh9979@gmail.comLink: https://lkml.kernel.org/r/20251016104409.68985-1-reddybalavignesh9979@gmail.comSigned-off-by: Bala-Vignesh-Reddy &lt;reddybalavignesh9979@gmail.com&gt;Suggested-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Link: https://lore.kernel.org/lkml/20250820143954.33d95635e504e94df01930d0@linux-foundation.org/Reviewed-by: Wei Yang &lt;richard.weiyang@gmail.com&gt;Cc: David Hildenbrand &lt;david@redhat.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Eric Dumazet &lt;edumazet@google.com&gt;Cc: G&#252;nther Noack &lt;gnoack@google.com&gt;Cc: Jakub Kacinski &lt;kuba@kernel.org&gt;Cc: Liam Howlett &lt;liam.howlett@oracle.com&gt;Cc: Lorenzo Stoakes &lt;lorenzo.stoakes@oracle.com&gt;Cc: Michal Hocko &lt;mhocko@suse.com&gt;Cc: Mickael Salaun &lt;mic@digikod.net&gt;Cc: Ming Lei &lt;ming.lei@redhat.com&gt;Cc: Paolo Abeni &lt;pabeni@redhat.com&gt;Cc: Shuah Khan &lt;shuah@kernel.org&gt;Cc: Simon Horman &lt;horms@kernel.org&gt;Cc: Suren Baghdasaryan &lt;surenb@google.com&gt;Cc: Vlastimil Babka &lt;vbabka@suse.cz&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Thu, 16 Oct 2025 12:44:09 +0200</pubDate>
        <dc:creator>Bala-Vignesh-Reddy &lt;reddybalavignesh9979@gmail.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/tools/testing/selftests/filesystems/anon_inode_test.c#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/tools/testing/selftests/filesystems/anon_inode_test.c</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>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/anon_inode_test.c#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/anon_inode_test.c</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
