<?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 config</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>805185b7c7a1069e407b6f7b3bc98e44d415f484 - Merge tag &apos;net-7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#805185b7c7a1069e407b6f7b3bc98e44d415f484</link>
        <description>Merge tag &apos;net-7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPull networking fixes from Jakub Kicinski: &quot;Including fixes from netfilter and IPsec.  Current release - regressions:   - do not acquire dev-&gt;tx_global_lock in netdev_watchdog_up()   - ethtool: keep rtnl_lock for ops using ethtool_op_get_link()   - fix deadlock in nested UP notifier events  Current release - new code bugs:   - eth:      - cn20k: fix subbank free list indexing for search order      - airoha: fix BQL underflow in shared QDMA TX ring  Previous releases - regressions:   - netfilter:     - flowtable: fix offloaded ct timeout never being extended     - nf_conncount: prevent connlimit drops for early confirmed ct  Previous releases - always broken:   - require CAP_NET_ADMIN in the originating netns when modifying     cross-netns devices   - report NAPI thread PID in the caller&apos;s pid namespace   - mac802154: fix dirty frag in in-place crypto for IOT radios   - sctp: hold socket lock when dumping endpoints in sctp_diag, avoid     an overflow   - eth: gve: fix header buffer corruption with header-split and HW-GRO   - af_key: initialize alg_key_len for IPComp states, prevent OOB read&quot;* tag &apos;net-7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (213 commits)  selftests: bonding: add a test for VLAN propagation over a bonded real device  vlan: defer real device state propagation to netdev_work  net: add the driver-facing netdev_work scheduling API  net: turn the rx_mode work into a generic netdev_work facility  net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()  rxrpc: Fix rxrpc_rotate_tx_rotate() to check there&apos;s something to rotate  rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)  rxrpc: Fix socket notification race  rxrpc: Fix potential infinite loop in rxrpc_recvmsg()  rxrpc: Fix oob challenge leak in cleanup after notification failure  rxrpc: Fix the reception of a reply packet before data transmission  afs: Fix uncancelled rxrpc OOB message handler  afs: Fix further netns teardown to cancel the preallocation charger  rxrpc: Fix double unlock in rxrpc_recvmsg()  rxrpc: Fix leak of connection from OOB challenge  rxrpc: Fix ACKALL packet handling  net: hns3: differentiate autoneg default values between copper and fiber  net: hns3: fix permanent link down deadlock after reset  net: hns3: refactor MAC autoneg and speed configuration  net: hns3: unify copper port ksettings configuration path  ...

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Thu, 25 Jun 2026 21:25:36 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>33a971d549d82b06c07ce6ed10c33089f80fa944 - selftests/bpf: Add LWT encap tests for skb metadata</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#33a971d549d82b06c07ce6ed10c33089f80fa944</link>
        <description>selftests/bpf: Add LWT encap tests for skb metadataTest that an LWT encapsulation does not silently corrupt XDP metadatasitting in the skb headroom. Exercise all three LWT dispatch paths:- BPF LWT xmit prog reserves headroom on the LWT .xmit redirect,- mpls pushes an MPLS label on the LWT .xmit redirect,- seg6 in encap mode runs on the LWT .input redirect,- ioam6 encap inserts an IOAM Hop-by-Hop option on LWT .output redirect.Signed-off-by: Jakub Sitnicki &lt;jakub@cloudflare.com&gt;Link: https://patch.msgid.link/20260619-bpf-lwt-drop-skb-metadata-v3-2-71d6a33ab76b@cloudflare.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Fri, 19 Jun 2026 19:09:29 +0200</pubDate>
        <dc:creator>Jakub Sitnicki &lt;jakub@cloudflare.com&gt;</dc:creator>
    </item>
<item>
        <title>9ef647114201b50b60a43054506af893f74ae8b8 - selftests/bpf: Add tests for wakeup_sources kfuncs</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#9ef647114201b50b60a43054506af893f74ae8b8</link>
        <description>selftests/bpf: Add tests for wakeup_sources kfuncsIntroduce a set of BPF selftests to verify the safety and functionalityof wakeup_source kfuncs.The suite includes:1. A functional test (test_wakeup_source.c) that iterates over the   global wakeup_sources list. It uses CO-RE to read timing statistics   and validates them in user-space via the BPF ring buffer.2. A negative test suite (wakeup_source_fail.c) ensuring the BPF   verifier correctly enforces reference tracking and type safety.3. Enable CONFIG_PM_WAKELOCKS in the test config, allowing creation of   wakeup sources via /sys/power/wake_lock.A shared header (wakeup_source.h) is introduced to ensure consistentmemory layout for the Ring Buffer data between BPF and user-space.Signed-off-by: Samuel Wu &lt;wusamuel@google.com&gt;Link: https://lore.kernel.org/r/20260511174559.659782-3-wusamuel@google.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 11 May 2026 19:45:57 +0200</pubDate>
        <dc:creator>Samuel Wu &lt;wusamuel@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e700f5d1560798aacf0e56fdcc70ee2c20bf56ec - watchdog: softlockup: panic when lockup duration exceeds N thresholds</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#e700f5d1560798aacf0e56fdcc70ee2c20bf56ec</link>
        <description>watchdog: softlockup: panic when lockup duration exceeds N thresholdsThe softlockup_panic sysctl is currently a binary option: panicimmediately or never panic on soft lockups.Panicking on any soft lockup, regardless of duration, can be overlyaggressive for brief stalls that may be caused by legitimate operations. Conversely, never panicking may allow severe system hangs to persistundetected.Extend softlockup_panic to accept an integer threshold, allowing thekernel to panic only when the normalized lockup duration exceeds Nwatchdog threshold periods.  This provides finer-grained control todistinguish between transient delays and persistent system failures.The accepted values are:- 0: Don&apos;t panic (unchanged)- 1: Panic when duration &gt;= 1 * threshold (20s default, original behavior)- N &gt; 1: Panic when duration &gt;= N * threshold (e.g., 2 = 40s, 3 = 60s.)The original behavior is preserved for values 0 and 1, maintaining fullbackward compatibility while allowing systems to tolerate brief lockupswhile still catching severe, persistent hangs.[lirongqing@baidu.com: v2]  Link: https://lkml.kernel.org/r/20251218074300.4080-1-lirongqing@baidu.comLink: https://lkml.kernel.org/r/20251216074521.2796-1-lirongqing@baidu.comSigned-off-by: Li RongQing &lt;lirongqing@baidu.com&gt;Cc: Eduard Zingerman &lt;eddyz87@gmail.com&gt;Cc: Hao Luo &lt;haoluo@google.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: John Fastabend &lt;john.fastabend@gmail.com&gt;Cc: KP Singh &lt;kpsingh@kernel.org&gt;Cc: Lance Yang &lt;lance.yang@linux.dev&gt;Cc: Martin KaFai Lau &lt;martin.lau@linux.dev&gt;Cc: Nicholas Piggin &lt;npiggin@gmail.com&gt;Cc: Song Liu &lt;song@kernel.org&gt;Cc: Stanislav Fomichev &lt;sdf@fomichev.me&gt;Cc: Yonghong Song &lt;yonghong.song@linux.dev&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Tue, 16 Dec 2025 08:45:21 +0100</pubDate>
        <dc:creator>Li RongQing &lt;lirongqing@baidu.com&gt;</dc:creator>
    </item>
<item>
        <title>9e203721ec6117b2f4436a26662413764fd669f0 - 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/config#9e203721ec6117b2f4436a26662413764fd669f0</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-6.18-rc7).No conflicts, adjacent changes:tools/testing/selftests/net/af_unix/Makefile  e1bb28bf13f4 (&quot;selftest: af_unix: Add test for SO_PEEK_OFF.&quot;)  45a1cd8346ca (&quot;selftests: af_unix: Add tests for ECONNRESET and EOF semantics&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Thu, 20 Nov 2025 18:12:41 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>beb3c67297d92f9428484410cf79135d38d0aff3 - bpf/selftests: Add selftest for bpf_smc_hs_ctrl</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#beb3c67297d92f9428484410cf79135d38d0aff3</link>
        <description>bpf/selftests: Add selftest for bpf_smc_hs_ctrlThis tests introduces a tiny smc_hs_ctrl for filtering SMC connectionsbased on IP pairs, and also adds a realistic topology model to verify it.Also, we can only use SMC loopback under CI test, so an additionalconfiguration needs to be enabled.Follow the steps below to run this test.make -C tools/testing/selftests/bpfcd tools/testing/selftests/bpfsudo ./test_progs -t smcResults shows:Summary: 1/1 PASSED, 0 SKIPPED, 0 FAILEDSigned-off-by: D. Wythe &lt;alibuda@linux.alibaba.com&gt;Signed-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;Tested-by: Saket Kumar Bhaskar &lt;skb99@linux.ibm.com&gt;Reviewed-by: Zhu Yanjun &lt;yanjun.zhu@linux.dev&gt;Link: https://patch.msgid.link/20251107035632.115950-4-alibuda@linux.alibaba.com

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Fri, 07 Nov 2025 04:56:32 +0100</pubDate>
        <dc:creator>D. Wythe &lt;alibuda@linux.alibaba.com&gt;</dc:creator>
    </item>
<item>
        <title>62d2d0a33839c28173909616db2ef16e1a4a5071 - selftests/bpf: Add tests for livepatch + bpf trampoline</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#62d2d0a33839c28173909616db2ef16e1a4a5071</link>
        <description>selftests/bpf: Add tests for livepatch + bpf trampolineBoth livepatch and BPF trampoline use ftrace. Special attention is neededwhen livepatch and fexit program touch the same function at the sametime, because livepatch updates a kernel function and the BPF trampolineneed to call into the right version of the kernel function.Use samples/livepatch/livepatch-sample.ko for the test.The test covers two cases:  1) When a fentry program is loaded first. This exercises the     modify_ftrace_direct code path.  2) When a fentry program is loaded first. This exercises the     register_ftrace_direct code path.Signed-off-by: Song Liu &lt;song@kernel.org&gt;Reviewed-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Link: https://lore.kernel.org/r/20251027175023.1521602-4-song@kernel.orgSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;Acked-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 27 Oct 2025 18:50:23 +0100</pubDate>
        <dc:creator>Song Liu &lt;song@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>403fae59781fddc699af761f38ed024d3245096b - selftests/bpf: Cover metadata access from a modified skb clone</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#403fae59781fddc699af761f38ed024d3245096b</link>
        <description>selftests/bpf: Cover metadata access from a modified skb cloneDemonstrate that, when processing an skb clone, the metadata gets truncatedif the program contains a direct write to either the payload or themetadata, due to an implicit unclone in the prologue, and otherwise thedynptr to the metadata is limited to being read-only.Signed-off-by: Jakub Sitnicki &lt;jakub@cloudflare.com&gt;Signed-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;Link: https://patch.msgid.link/20250814-skb-metadata-thru-dynptr-v7-9-8a39e636e0fb@cloudflare.com

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Thu, 14 Aug 2025 11:59:35 +0200</pubDate>
        <dc:creator>Jakub Sitnicki &lt;jakub@cloudflare.com&gt;</dc:creator>
    </item>
<item>
        <title>d9104cec3e8fe4b458b74709853231385779001f - Merge tag &apos;bpf-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#d9104cec3e8fe4b458b74709853231385779001f</link>
        <description>Merge tag &apos;bpf-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPull bpf updates from Alexei Starovoitov: - Remove usermode driver (UMD) framework (Thomas Wei&#223;schuh) - Introduce Strongly Connected Component (SCC) in the verifier to   detect loops and refine register liveness (Eduard Zingerman) - Allow &apos;void *&apos; cast using bpf_rdonly_cast() and corresponding   &apos;__arg_untrusted&apos; for global function parameters (Eduard Zingerman) - Improve precision for BPF_ADD and BPF_SUB operations in the verifier   (Harishankar Vishwanathan) - Teach the verifier that constant pointer to a map cannot be NULL   (Ihor Solodrai) - Introduce BPF streams for error reporting of various conditions   detected by BPF runtime (Kumar Kartikeya Dwivedi) - Teach the verifier to insert runtime speculation barrier (lfence on   x86) to mitigate speculative execution instead of rejecting the   programs (Luis Gerhorst) - Various improvements for &apos;veristat&apos; (Mykyta Yatsenko) - For CONFIG_DEBUG_KERNEL config warn on internal verifier errors to   improve bug detection by syzbot (Paul Chaignon) - Support BPF private stack on arm64 (Puranjay Mohan) - Introduce bpf_cgroup_read_xattr() kfunc to read xattr of cgroup&apos;s   node (Song Liu) - Introduce kfuncs for read-only string opreations (Viktor Malik) - Implement show_fdinfo() for bpf_links (Tao Chen) - Reduce verifier&apos;s stack consumption (Yonghong Song) - Implement mprog API for cgroup-bpf programs (Yonghong Song)* tag &apos;bpf-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next: (192 commits)  selftests/bpf: Migrate fexit_noreturns case into tracing_failure test suite  selftests/bpf: Add selftest for attaching tracing programs to functions in deny list  bpf: Add log for attaching tracing programs to functions in deny list  bpf: Show precise rejected function when attaching fexit/fmod_ret to __noreturn functions  bpf: Fix various typos in verifier.c comments  bpf: Add third round of bounds deduction  selftests/bpf: Test invariants on JSLT crossing sign  selftests/bpf: Test cross-sign 64bits range refinement  selftests/bpf: Update reg_bound range refinement logic  bpf: Improve bounds when s64 crosses sign boundary  bpf: Simplify bounds refinement from s32  selftests/bpf: Enable private stack tests for arm64  bpf, arm64: JIT support for private stack  bpf: Move bpf_jit_get_prog_name() to core.c  bpf, arm64: Fix fp initialization for exception boundary  umd: Remove usermode driver framework  bpf/preload: Don&apos;t select USERMODE_DRIVER  selftests/bpf: Fix test dynptr/test_dynptr_memset_xdp_chunks failure  selftests/bpf: Fix test dynptr/test_dynptr_copy_xdp failure  selftests/bpf: Increase xdp data size for arm64 64K page size  ...

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Wed, 30 Jul 2025 18:58:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>38b74b212a34c37c3157ba6c3af7025fb9447458 - selftests: bpf: fix legacy netfilter options</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#38b74b212a34c37c3157ba6c3af7025fb9447458</link>
        <description>selftests: bpf: fix legacy netfilter optionsRecent commit to add NETFILTER_XTABLES_LEGACY missed settinga couple of configs to y. They are still enabled but as moduleswhich appears to have upset BPF CI, e.g.:   test_bpf_nf_ct:FAIL:iptables-legacy -t raw -A PREROUTING -j CONNMARK --set-mark 42/0 unexpected error: 768 (errno 0)Fixes: 3c3ab65f00eb (&quot;selftests: net: Enable legacy netfilter legacy options.&quot;)Link: https://patch.msgid.link/20250726155349.1161845-1-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Sat, 26 Jul 2025 17:53:49 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3c3ab65f00ebf7859d93e29980eb9a9c5bc64642 - selftests: net: Enable legacy netfilter legacy options.</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#3c3ab65f00ebf7859d93e29980eb9a9c5bc64642</link>
        <description>selftests: net: Enable legacy netfilter legacy options.Some specified options rely on NETFILTER_XTABLES_LEGACY to be enabled.IP_NF_TARGET_TTL for instance depends on IP_NF_MANGLE which in turndepends on IP_NF_IPTABLES_LEGACY -&gt; NETFILTER_XTABLES_LEGACY.Enable relevant iptables config options explicitly, this is neededto avoid breakage when symbols related to iptables-legacywill depend on NETFILTER_LEGACY resp. IP_TABLES_LEGACY.This also means that the classic tables (Kernel modules) willnot be enabled by default, so enable them too.Signed-off-by: Florian Westphal &lt;fw@strlen.de&gt;[bigeasy: Split out the config bits from the main patch]Signed-off-by: Sebastian Andrzej Siewior &lt;bigeasy@linutronix.de&gt;Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 30 Jun 2025 17:44:24 +0200</pubDate>
        <dc:creator>Florian Westphal &lt;fw@strlen.de&gt;</dc:creator>
    </item>
<item>
        <title>0f626c98fd10330da0420029a1c4fa35e39fb873 - selftests/bpf: Set CONFIG_PACKET=y for selftests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#0f626c98fd10330da0420029a1c4fa35e39fb873</link>
        <description>selftests/bpf: Set CONFIG_PACKET=y for selftestsBPF selftest fails to build with below error:  CLNG-BPF [test_progs] lsm_cgroup.bpf.oprogs/lsm_cgroup.c:105:21: error: variable has incomplete type &apos;struct sockaddr_ll&apos;  105 |         struct sockaddr_ll sa = {};      |                            ^progs/lsm_cgroup.c:105:9: note: forward declaration of &apos;struct sockaddr_ll&apos;  105 |         struct sockaddr_ll sa = {};      |                ^1 error generated.lsm_cgroup selftest requires sockaddr_ll structure which is not therein vmlinux.h when the kernel is built with CONFIG_PACKET=m.Enabling CONFIG_PACKET=y ensures that sockaddr_ll is available in vmlinux,allowing it to be captured in the generated vmlinux.h for bpf selftests.Reported-by: Sachin P Bappalige &lt;sachinpb@linux.ibm.com&gt;Signed-off-by: Saket Kumar Bhaskar &lt;skb99@linux.ibm.com&gt;Acked-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Link: https://lore.kernel.org/r/20250707071735.705137-1-skb99@linux.ibm.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 07 Jul 2025 09:17:35 +0200</pubDate>
        <dc:creator>Saket Kumar Bhaskar &lt;skb99@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>90b83efa6701656e02c86e7df2cb1765ea602d07 - Merge tag &apos;bpf-next-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#90b83efa6701656e02c86e7df2cb1765ea602d07</link>
        <description>Merge tag &apos;bpf-next-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPull bpf updates from Alexei Starovoitov: - Fix and improve BTF deduplication of identical BTF types (Alan   Maguire and Andrii Nakryiko) - Support up to 12 arguments in BPF trampoline on arm64 (Xu Kuohai and   Alexis Lothor&#233;) - Support load-acquire and store-release instructions in BPF JIT on   riscv64 (Andrea Parri) - Fix uninitialized values in BPF_{CORE,PROBE}_READ macros (Anton   Protopopov) - Streamline allowed helpers across program types (Feng Yang) - Support atomic update for hashtab of BPF maps (Hou Tao) - Implement json output for BPF helpers (Ihor Solodrai) - Several s390 JIT fixes (Ilya Leoshkevich) - Various sockmap fixes (Jiayuan Chen) - Support mmap of vmlinux BTF data (Lorenz Bauer) - Support BPF rbtree traversal and list peeking (Martin KaFai Lau) - Tests for sockmap/sockhash redirection (Michal Luczaj) - Introduce kfuncs for memory reads into dynptrs (Mykyta Yatsenko) - Add support for dma-buf iterators in BPF (T.J. Mercier) - The verifier support for __bpf_trap() (Yonghong Song)* tag &apos;bpf-next-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next: (135 commits)  bpf, arm64: Remove unused-but-set function and variable.  selftests/bpf: Add tests with stack ptr register in conditional jmp  bpf: Do not include stack ptr register in precision backtracking bookkeeping  selftests/bpf: enable many-args tests for arm64  bpf, arm64: Support up to 12 function arguments  bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()  bpf: Avoid __bpf_prog_ret0_warn when jit fails  bpftool: Add support for custom BTF path in prog load/loadall  selftests/bpf: Add unit tests with __bpf_trap() kfunc  bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable  bpf: Remove special_kfunc_set from verifier  selftests/bpf: Add test for open coded dmabuf_iter  selftests/bpf: Add test for dmabuf_iter  bpf: Add open coded dmabuf iterator  bpf: Add dmabuf iterator  dma-buf: Rename debugfs symbols  bpf: Fix error return value in bpf_copy_from_user_dynptr  libbpf: Use mmap to parse vmlinux BTF from sysfs  selftests: bpf: Add a test for mmapable vmlinux BTF  btf: Allow mmap of vmlinux btf  ...

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Thu, 29 May 2025 00:52:42 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ae5d2c59ecd78df65254f4a40178b34f752bc1a9 - selftests/bpf: Add test for dmabuf_iter</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#ae5d2c59ecd78df65254f4a40178b34f752bc1a9</link>
        <description>selftests/bpf: Add test for dmabuf_iterThis test creates a udmabuf, and a dmabuf from the system dmabuf heap,and uses a BPF program that prints dmabuf metadata with the newdmabuf_iter to verify they can be found.Signed-off-by: T.J. Mercier &lt;tjmercier@google.com&gt;Acked-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Acked-by: Song Liu &lt;song@kernel.org&gt;Link: https://lore.kernel.org/r/20250522230429.941193-5-tjmercier@google.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Fri, 23 May 2025 01:04:28 +0200</pubDate>
        <dc:creator>T.J. Mercier &lt;tjmercier@google.com&gt;</dc:creator>
    </item>
<item>
        <title>2b7b5b7f100e82ca314e76214626c82b608a1d8d - selftests/bpf: Test attaching bpf qdisc to mq and non root</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#2b7b5b7f100e82ca314e76214626c82b608a1d8d</link>
        <description>selftests/bpf: Test attaching bpf qdisc to mq and non rootUntil we are certain that existing classful qdiscs work with bpf qdisc,make sure we don&apos;t allow attaching a bpf qdisc to non root. Meanwhile,attaching to mq is allowed.Signed-off-by: Amery Hung &lt;ameryhung@gmail.com&gt;Signed-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;Acked-by: Toke H&#248;iland-J&#248;rgensen &lt;toke@redhat.com&gt;Link: https://patch.msgid.link/20250409214606.2000194-11-ameryhung@gmail.com

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Wed, 09 Apr 2025 23:46:06 +0200</pubDate>
        <dc:creator>Amery Hung &lt;ameryhung@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>11c701639ba95aac909720678bf073eeaf6ef89c - selftests/bpf: Add a basic fifo qdisc test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#11c701639ba95aac909720678bf073eeaf6ef89c</link>
        <description>selftests/bpf: Add a basic fifo qdisc testThis selftest includes a bare minimum fifo qdisc, which simply enqueuessk_buffs into the back of a bpf list and dequeues from the front of thelist.Signed-off-by: Amery Hung &lt;amery.hung@bytedance.com&gt;Signed-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;Acked-by: Toke H&#248;iland-J&#248;rgensen &lt;toke@redhat.com&gt;Link: https://patch.msgid.link/20250409214606.2000194-9-ameryhung@gmail.com

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Wed, 09 Apr 2025 23:46:04 +0200</pubDate>
        <dc:creator>Amery Hung &lt;amery.hung@bytedance.com&gt;</dc:creator>
    </item>
<item>
        <title>c24010821a89954a93b39354c42596d315518c9b - selftests/bpf: Enable generic tc actions in selftests config</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#c24010821a89954a93b39354c42596d315518c9b</link>
        <description>selftests/bpf: Enable generic tc actions in selftests configEnable CONFIG_NET_ACT_GACT to allow adding simple actions with tcfilters. This is for example needed to migrate test_flow_dissector intothe automated testing performed in CI.Acked-by: Stanislav Fomichev &lt;sdf@fomichev.me&gt;Signed-off-by: Alexis Lothor&#233; (eBPF Foundation) &lt;alexis.lothore@bootlin.com&gt;Link: https://lore.kernel.org/r/20241120-flow_dissector-v3-8-45b46494f937@bootlin.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Wed, 20 Nov 2024 08:43:18 +0100</pubDate>
        <dc:creator>Alexis Lothor&#233; (eBPF Foundation) &lt;alexis.lothore@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>7c8267275de6989a9b682a07d75e89395457ee01 - 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/config#7c8267275de6989a9b682a07d75e89395457ee01</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR.Conflicts:net/sched/act_ct.c  26488172b029 (&quot;net/sched: Fix UAF when resolving a clash&quot;)  3abbd7ed8b76 (&quot;act_ct: prepare for stolen verdict coming from conntrack and nat engine&quot;)No adjacent changes.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Thu, 11 Jul 2024 21:57:57 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5f1d18de79180deac2822c93e431bbe547f7d3ce - selftests/bpf: Extend tcx tests to cover late tcx_entry release</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#5f1d18de79180deac2822c93e431bbe547f7d3ce</link>
        <description>selftests/bpf: Extend tcx tests to cover late tcx_entry releaseAdd a test case which replaces an active ingress qdisc while keeping theminiq in-tact during the transition period to the new clsact qdisc.  # ./vmtest.sh -- ./test_progs -t tc_link  [...]  ./test_progs -t tc_link  [    3.412871] bpf_testmod: loading out-of-tree module taints kernel.  [    3.413343] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel  #332     tc_links_after:OK  #333     tc_links_append:OK  #334     tc_links_basic:OK  #335     tc_links_before:OK  #336     tc_links_chain_classic:OK  #337     tc_links_chain_mixed:OK  #338     tc_links_dev_chain0:OK  #339     tc_links_dev_cleanup:OK  #340     tc_links_dev_mixed:OK  #341     tc_links_ingress:OK  #342     tc_links_invalid:OK  #343     tc_links_prepend:OK  #344     tc_links_replace:OK  #345     tc_links_revision:OK  Summary: 14/0 PASSED, 0 SKIPPED, 0 FAILEDSigned-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Cc: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;Link: https://lore.kernel.org/r/20240708133130.11609-2-daniel@iogearbox.netSigned-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 08 Jul 2024 15:31:30 +0200</pubDate>
        <dc:creator>Daniel Borkmann &lt;daniel@iogearbox.net&gt;</dc:creator>
    </item>
<item>
        <title>c77e572d3a8c0e21c5dca4cc2883c7cd8cbe981f - selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfunc</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/config#c77e572d3a8c0e21c5dca4cc2883c7cd8cbe981f</link>
        <description>selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfuncIntroduce e2e selftest for bpf_xdp_flow_lookup kfunc throughxdp_flowtable utility.Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Link: https://lore.kernel.org/bpf/b74393fb4539aecbbd5ac7883605f86a95fb0b6b.1719698275.git.lorenzo@kernel.org

            List of files:
            /linux/tools/testing/selftests/bpf/config</description>
        <pubDate>Sun, 30 Jun 2024 00:26:50 +0200</pubDate>
        <dc:creator>Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
