<?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 test_sysctl.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8457669db968c98edb781892d73fa559e1efcbd4 - Merge tag &apos;asoc-fix-v7.0-rc2&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/bpf/prog_tests/test_sysctl.c#8457669db968c98edb781892d73fa559e1efcbd4</link>
        <description>Merge tag &apos;asoc-fix-v7.0-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.0A moderately large pile of fixes, though none of them are  super major,plus a few new quirks and device IDs.

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Thu, 05 Mar 2026 17:22:14 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>eb71ab2bf72260054677e348498ba995a057c463 - Merge tag &apos;bpf-fixes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#eb71ab2bf72260054677e348498ba995a057c463</link>
        <description>Merge tag &apos;bpf-fixes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfPull bpf fixes from Alexei Starovoitov: - Fix alignment of arm64 JIT buffer to prevent atomic tearing (Fuad   Tabba) - Fix invariant violation for single value tnums in the verifier   (Harishankar Vishwanathan, Paul Chaignon) - Fix a bunch of issues found by ASAN in selftests/bpf (Ihor Solodrai) - Fix race in devmpa and cpumap on PREEMPT_RT (Jiayuan Chen) - Fix show_fdinfo of kprobe_multi when cookies are not present (Jiri   Olsa) - Fix race in freeing special fields in BPF maps to prevent memory   leaks (Kumar Kartikeya Dwivedi) - Fix OOB read in dmabuf_collector (T.J. Mercier)* tag &apos;bpf-fixes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf: (36 commits)  selftests/bpf: Avoid simplification of crafted bounds test  selftests/bpf: Test refinement of single-value tnum  bpf: Improve bounds when tnum has a single possible value  bpf: Introduce tnum_step to step through tnum&apos;s members  bpf: Fix race in devmap on PREEMPT_RT  bpf: Fix race in cpumap on PREEMPT_RT  selftests/bpf: Add tests for special fields races  bpf: Retire rcu_trace_implies_rcu_gp() from local storage  bpf: Delay freeing fields in local storage  bpf: Lose const-ness of map in map_check_btf()  bpf: Register dtor for freeing special fields  selftests/bpf: Fix OOB read in dmabuf_collector  selftests/bpf: Fix a memory leak in xdp_flowtable test  bpf: Fix stack-out-of-bounds write in devmap  bpf: Fix kprobe_multi cookies access in show_fdinfo callback  bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearing  selftests/bpf: Don&apos;t override SIGSEGV handler with ASAN  selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()  selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN  selftests/bpf: Fix array bounds warning in jit_disasm_helpers  ...

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Sun, 01 Mar 2026 04:54:28 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8feedae96f872f1b74ad40c72b5cd6a47c44d9dd - Merge branch &apos;selftests-bpf-fixes-for-userspace-asan&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#8feedae96f872f1b74ad40c72b5cd6a47c44d9dd</link>
        <description>Merge branch &apos;selftests-bpf-fixes-for-userspace-asan&apos;Ihor Solodrai says:====================selftests/bpf: Fixes for userspace ASANThis series includes various fixes aiming to enable test_progs runwith userspace address sanitizer on BPF CI.The first five patches add a simplified implementation of strscpy() toselftests/bpf and then replace strcpy/strncpy usages across the testswith it. See relevant discussions [1][2].Patch #6 fixes the selftests/bpf/test_progs build with:    SAN_CFLAGS=&quot;-fsanitize=address -fno-omit-frame-pointer&quot;The subsequent patches fix bugs reported by the address sanitizer onattempt to run the tests.[1] https://lore.kernel.org/bpf/CAADnVQ+9uw2_o388j43EWiAPdMB=3FLx2jq-9zRSvqrv-wgRag@mail.gmail.com/[2] https://lore.kernel.org/bpf/20260220182011.802116-1-ihor.solodrai@linux.dev/---v3-&gt;v4:  - combine strscpy and ASAN series into one (Alexei)  - make the count arg of strscpy() optional via macro and fixup    relevant call sites (Alexei)  - remove strscpy_cat() from this series (Alexei)v3: https://lore.kernel.org/bpf/20260220222604.1155148-1-ihor.solodrai@linux.dev/v2-&gt;v3:  - rebase on top of &quot;selftests/bpf: Add and use strscpy()&quot;    - https://lore.kernel.org/bpf/20260220182011.802116-1-ihor.solodrai@linux.dev/  - uprobe_multi_test.c: memset static struct child at the beginning    of a test *and* zero out child-&gt;thread in release_child (patch #9,    Mykyta)  - nits in test_sysctl.c (patch #11, Eduard)  - bpftool_helpers.c: update to use strscpy (patch #14, Alexei)  - add __asan_on_error handler to still dump test logs even with ASAN    build (patch #15, Mykyta)v2: https://lore.kernel.org/bpf/20260218003041.1156774-1-ihor.solodrai@linux.dev/v1-&gt;v2:  - rebase on bpf (v1 was targeting bpf-next)  - add ASAN flag handling in selftests/bpf/Makefile (Eduard)  - don&apos;t override SIGSEGV handler in test_progs with ASAN (Eduard)  - add error messages in detect_bpftool_path (Mykyta)  - various nits (Eduard, Jiri, Mykyta, Alexis)v1: https://lore.kernel.org/bpf/20260212011356.3266753-1-ihor.solodrai@linux.dev/====================Link: https://patch.msgid.link/20260223190736.649171-1-ihor.solodrai@linux.devSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Tue, 24 Feb 2026 03:40:09 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2bb270a0ac68990648c5e84abf73bb7493230ea6 - selftests/bpf: Free bpf_object in test_sysctl</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#2bb270a0ac68990648c5e84abf73bb7493230ea6</link>
        <description>selftests/bpf: Free bpf_object in test_sysctlASAN reported a resource leak due to the bpf_object not being trackedin test_sysctl. Add obj field to struct sysctl_test to properly cleanit up.Acked-by: Eduard Zingerman &lt;eddyz87@gmail.com&gt;Signed-off-by: Ihor Solodrai &lt;ihor.solodrai@linux.dev&gt;Link: https://lore.kernel.org/r/20260223190736.649171-17-ihor.solodrai@linux.devSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Mon, 23 Feb 2026 20:07:32 +0100</pubDate>
        <dc:creator>Ihor Solodrai &lt;ihor.solodrai@linux.dev&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/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#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/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</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/tools/testing/selftests/bpf/prog_tests/test_sysctl.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/bpf/prog_tests/test_sysctl.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>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#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/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</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/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca994e8922f25f7fed2075098f185cf198109eaa - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#ca994e8922f25f7fed2075098f185cf198109eaa</link>
        <description>Merge drm/drm-next into drm-xe-nextBring v6.17-rc1 to propagate commits from other subsystems, particularlyPCI, which has some new functions needed for SR-IOV integration.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Tue, 12 Aug 2025 14:58:37 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8 - Merge drm/drm-next into drm-misc-n</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8</link>
        <description>Merge drm/drm-next into drm-misc-nUpdating drm-misc-next to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Mon, 11 Aug 2025 14:37:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e9ef810dfee7a2227da9d423aecb0ced35faddbe - Merge branch &apos;for-6.17/amd-sfh&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#e9ef810dfee7a2227da9d423aecb0ced35faddbe</link>
        <description>Merge branch &apos;for-6.17/amd-sfh&apos; into for-linus- add support for operating modes (Basavaraj Natikar)

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Thu, 31 Jul 2025 22:36:25 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>9cf9db888f387844e063efc6296e9fa5c042995e - Merge tag &apos;nand/for-6.17&apos; into mtd/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#9cf9db888f387844e063efc6296e9fa5c042995e</link>
        <description>Merge tag &apos;nand/for-6.17&apos; into mtd/next* Raw NAND changes:Various controller drivers received minor fixes like DMA mapping checks,better timing derivations or bitflip statistics.It has also been discovered that some Hynix NAND flashes were notsupporting read-retries, which is not properly supported.* SPI NAND changes:In order to support high-speed modes, certain chips need extraconfiguration like adding more dummy cycles. This is now possible,especially on Winbond chips.Aside from that, Gigadevice gets support for a new chip (GD5F1GM9).Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Thu, 31 Jul 2025 18:52:16 +0200</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>28aa52b6189f1cc409f96910c63fa1b99370b99e - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#28aa52b6189f1cc409f96910c63fa1b99370b99e</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-6.16-rc4).Conflicts:Documentation/netlink/specs/mptcp_pm.yaml  9e6dd4c256d0 (&quot;netlink: specs: mptcp: replace underscores with dashes in names&quot;)  ec362192aa9e (&quot;netlink: specs: fix up indentation errors&quot;)https://lore.kernel.org/20250626122205.389c2cd4@canb.auug.org.auAdjacent changes:Documentation/netlink/specs/fou.yaml  791a9ed0a40d (&quot;netlink: specs: fou: replace underscores with dashes in names&quot;)  880d43ca9aa4 (&quot;netlink: specs: clean up spaces in brackets&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Thu, 12 Jun 2025 19:08:24 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>886178a33a30fe685e926d84f531243982fb3c70 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#886178a33a30fe685e926d84f531243982fb3c70</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Cross-merge BPF, perf and other fixes after downstream PRs.It restores BPF CI to green after critical fixcommit bc4394e5e79c (&quot;perf: Fix the throttle error of some clock events&quot;)No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Thu, 26 Jun 2025 18:48:06 +0200</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5bf2f5119b9e957f773a22f226974166b58cff32 - Merge tag &apos;v6.16&apos; into x86/cpu, to resolve conflict</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#5bf2f5119b9e957f773a22f226974166b58cff32</link>
        <description>Merge tag &apos;v6.16&apos; into x86/cpu, to resolve conflictResolve overlapping context conflict between this upstream fix:  d8010d4ba43e (&quot;x86/bugs: Add a Transient Scheduler Attacks mitigation&quot;)And this pending commit in tip:x86/cpu:  65f55a301766 (&quot;x86/CPU/AMD: Add CPUID faulting support&quot;)  Conflicts:	arch/x86/kernel/cpu/amd.cSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Mon, 28 Jul 2025 07:12:53 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8f2146159b3a24d4fde0479c5e19f31908419004 - Merge branch &apos;tip/sched/urgent&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#8f2146159b3a24d4fde0479c5e19f31908419004</link>
        <description>Merge branch &apos;tip/sched/urgent&apos;Avoid merge conflictsSigned-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Mon, 14 Jul 2025 17:16:28 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>f61389a9cd26b424485acade726ccfff96c749de - Merge tag &apos;i2c-host-6.17-pt1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c#f61389a9cd26b424485acade726ccfff96c749de</link>
        <description>Merge tag &apos;i2c-host-6.17-pt1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowi2c-host for v6.17, part 1Cleanups and refactorings:- lpi2c, riic, st, stm32f7: general improvements- riic: support more flexible IRQ configurations- tegra: fix documentationImprovements:- lpi2c: improve register polling and add atomic transfer- imx: use guarded spinlocksNew hardware support:- Samsung Exynos 2200- Renesas RZ/T2H (R9A09G077), RZ/N2H (R9A09G087)DT binding:- rk3x: enable power domains- nxp: support clock property

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/test_sysctl.c</description>
        <pubDate>Mon, 28 Jul 2025 10:24:40 +0200</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
</channel>
</rss>
