<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>c2401082 - selftests/bpf: Enable generic tc actions in selftests config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#c2401082</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-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Wed, 20 Nov 2024 07:43:18 +0000</pubDate>
        <dc:creator>Alexis Lothor&#233; (eBPF Foundation) &lt;alexis.lothore@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>5f1d18de - selftests/bpf: Extend tcx tests to cover late tcx_entry release</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#5f1d18de</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-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 08 Jul 2024 13:31:30 +0000</pubDate>
        <dc:creator>Daniel Borkmann &lt;daniel@iogearbox.net&gt;</dc:creator>
    </item>
<item>
        <title>c77e572d - selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfunc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#c77e572d</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-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Sat, 29 Jun 2024 22:26:50 +0000</pubDate>
        <dc:creator>Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a87f34e7 - selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#a87f34e7</link>
        <description>selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncsAdd test for allocating and looking up ct entry in anon-default ct zone with kfuncs bpf_{xdp,skb}_ct_allocand bpf_{xdp,skb}_ct_lookup.Add negative tests for looking up ct entry in a differentct zone to where it was allocated and with a differentdirection.Update reserved test for old struct definition to test forct_zone_id being set when opts size isn&apos;t NF_BPF_CT_OPTS_SZ (16).Signed-off-by: Brad Cowie &lt;brad@faucet.nz&gt;Link: https://lore.kernel.org/r/20240522050712.732558-2-brad@faucet.nzSigned-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Wed, 22 May 2024 05:07:12 +0000</pubDate>
        <dc:creator>Brad Cowie &lt;brad@faucet.nz&gt;</dc:creator>
    </item>
<item>
        <title>91541ab1 - selftests: bpf: crypto skcipher algo selftests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#91541ab1</link>
        <description>selftests: bpf: crypto skcipher algo selftestsAdd simple tc hook selftests to show the way to work with new cryptoBPF API. Some tricky dynptr initialization is used to provide empty ivdynptr. Simple AES-ECB algo is used to demonstrate encryption anddecryption of fixed size buffers.Signed-off-by: Vadim Fedorenko &lt;vadfed@meta.com&gt;Link: https://lore.kernel.org/r/20240422225024.2847039-4-vadfed@meta.comSigned-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 22 Apr 2024 22:50:23 +0000</pubDate>
        <dc:creator>Vadim Fedorenko &lt;vadfed@meta.com&gt;</dc:creator>
    </item>
<item>
        <title>5da7fb04 - selftests/bpf: Test loading bpf-tcp-cc prog calling the kernel tcp-cc kfuncs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#5da7fb04</link>
        <description>selftests/bpf: Test loading bpf-tcp-cc prog calling the kernel tcp-cc kfuncsThis patch adds a test to ensure all static tcp-cc kfuncs is visible tothe struct_ops bpf programs. It is checked by successfully loadingthe struct_ops programs calling these tcp-cc kfuncs.This patch needs to enable the CONFIG_TCP_CONG_DCTCP andthe CONFIG_TCP_CONG_BBR.Signed-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;Link: https://lore.kernel.org/r/20240322191433.4133280-2-martin.lau@linux.devSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Fri, 22 Mar 2024 19:14:33 +0000</pubDate>
        <dc:creator>Martin KaFai Lau &lt;martin.lau@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a7471224 - selftest: bpf: Test bpf_sk_assign_tcp_reqsk().</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#a7471224</link>
        <description>selftest: bpf: Test bpf_sk_assign_tcp_reqsk().This commit adds a sample selftest to demonstrate how we can usebpf_sk_assign_tcp_reqsk() as the backend of SYN Proxy.The test creates IPv4/IPv6 x TCP connections and transfer messagesover them on lo with BPF tc prog attached.The tc prog will process SYN and returns SYN+ACK with the followingISN and TS.  In a real use case, this part will be done by otherhosts.        MSB                                   LSB  ISN:  | 31 ... 8 | 7 6 |   5 |    4 | 3 2 1 0 |        |   Hash_1 | MSS | ECN | SACK |  WScale |  TS:   | 31 ... 8 |          7 ... 0           |        |   Random |           Hash_2           |  WScale in SYN is reused in SYN+ACK.The client returns ACK, and tc prog will recalculate ISN and TSfrom ACK and validate SYN Cookie.If it&apos;s valid, the prog calls kfunc to allocate a reqsk for skb andconfigure the reqsk based on the argument created from SYN Cookie.Later, the reqsk will be processed in cookie_v[46]_check() to createa connection.Signed-off-by: Kuniyuki Iwashima &lt;kuniyu@amazon.com&gt;Link: https://lore.kernel.org/r/20240115205514.68364-7-kuniyu@amazon.comSigned-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 15 Jan 2024 20:55:14 +0000</pubDate>
        <dc:creator>Kuniyuki Iwashima &lt;kuniyu@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>341f06fd - selftests/bpf: Add tests for filesystem kfuncs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#341f06fd</link>
        <description>selftests/bpf: Add tests for filesystem kfuncsAdd selftests for two new filesystem kfuncs:  1. bpf_get_file_xattr  2. bpf_get_fsverity_digestThese tests simply make sure the two kfuncs work. Another selftest will beadded to demonstrate how to use these kfuncs to verify file signature.CONFIG_FS_VERITY is added to selftests config. However, this is notsufficient to guarantee bpf_get_fsverity_digest works. This is becausefsverity need to be enabled at file system level (for example, with tune2fson ext4). If local file system doesn&apos;t have this feature enabled, just skipthe test.Signed-off-by: Song Liu &lt;song@kernel.org&gt;Link: https://lore.kernel.org/r/20231129234417.856536-6-song@kernel.orgSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Wed, 29 Nov 2023 23:44:16 +0000</pubDate>
        <dc:creator>Song Liu &lt;song@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6b0ae456 - selftests/bpf: Sort config in alphabetic order</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#6b0ae456</link>
        <description>selftests/bpf: Sort config in alphabetic orderMove CONFIG_VSOCKETS up, so the CONFIGs are in alphabetic order.Signed-off-by: Song Liu &lt;song@kernel.org&gt;Link: https://lore.kernel.org/r/20231129234417.856536-5-song@kernel.orgSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Wed, 29 Nov 2023 23:44:15 +0000</pubDate>
        <dc:creator>Song Liu &lt;song@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ace15f91 - selftests/bpf: Add selftests for netkit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#ace15f91</link>
        <description>selftests/bpf: Add selftests for netkitAdd a bigger batch of test coverage to assert correct operation ofnetkit devices and their BPF program management:  # ./test_progs -t tc_netkit  [...]  [    1.166267] bpf_testmod: loading out-of-tree module taints kernel.  [    1.166831] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel  [    1.270957] tsc: Refined TSC clocksource calibration: 3407.988 MHz  [    1.272579] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fc932722, max_idle_ns: 440795381586 ns  [    1.275336] clocksource: Switched to clocksource tsc  #257     tc_netkit_basic:OK  #258     tc_netkit_device:OK  #259     tc_netkit_multi_links:OK  #260     tc_netkit_multi_opts:OK  #261     tc_netkit_neigh_links:OK  Summary: 5/0 PASSED, 0 SKIPPED, 0 FAILED  [...]Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Acked-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;Link: https://lore.kernel.org/r/20231024214904.29825-8-daniel@iogearbox.netSigned-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Tue, 24 Oct 2023 21:49:04 +0000</pubDate>
        <dc:creator>Daniel Borkmann &lt;daniel@iogearbox.net&gt;</dc:creator>
    </item>
<item>
        <title>d549854b - selftests/bpf: Enable CONFIG_VSOCKETS in config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#d549854b</link>
        <description>selftests/bpf: Enable CONFIG_VSOCKETS in configCONFIG_VSOCKETS is required by BPF selftests, otherwise we get errorslike this:    ./test_progs:socket_loopback_reuseport:386: socket:		Address family not supported by protocol    socket_loopback_reuseport:FAIL:386    ./test_progs:vsock_unix_redir_connectible:1496:		vsock_socketpair_connectible() failed    vsock_unix_redir_connectible:FAIL:1496So this patch enables it in tools/testing/selftests/bpf/config.Signed-off-by: Geliang Tang &lt;geliang.tang@suse.com&gt;Link: https://lore.kernel.org/r/472e73d285db2ea59aca9bbb95eb5d4048327588.1696490003.git.geliang.tang@suse.comSigned-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Thu, 05 Oct 2023 07:21:51 +0000</pubDate>
        <dc:creator>Geliang Tang &lt;geliang.tang@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>4eb94a77 - selftests/bpf: ensure all CI arches set CONFIG_BPF_KPROBE_OVERRIDE=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#4eb94a77</link>
        <description>selftests/bpf: ensure all CI arches set CONFIG_BPF_KPROBE_OVERRIDE=yTurns out CONFIG_BPF_KPROBE_OVERRIDE=y is only enabled in x86-64 CI, butis not set on aarch64, causing CI failures ([0]).Move CONFIG_BPF_KPROBE_OVERRIDE=y to arch-agnostic CI config.  [0] https://github.com/kernel-patches/bpf/actions/runs/6122324047/job/16618390535Fixes: 7182e56411b9 (&quot;selftests/bpf: Add kprobe_multi override test&quot;)Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Link: https://lore.kernel.org/r/20230912055928.1704269-1-andrii@kernel.orgSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Tue, 12 Sep 2023 05:59:28 +0000</pubDate>
        <dc:creator>Andrii Nakryiko &lt;andrii@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6c77997b - selftests/bpf: Add lwt_xmit tests for BPF_REROUTE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#6c77997b</link>
        <description>selftests/bpf: Add lwt_xmit tests for BPF_REROUTEThere is no lwt test case for BPF_REROUTE yet. Add test cases for bothnormal and abnormal situations. The abnormal situation is set up with anfq qdisc on the reroute target device. Without proper fixes, overflowthis qdisc queue limit (to trigger a drop) would panic the kernel.Signed-off-by: Yan Zhai &lt;yan@cloudflare.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Link: https://lore.kernel.org/bpf/62c8ddc1e924269dcf80d2e8af1a1e632cee0b3a.1692326837.git.yan@cloudflare.com

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Fri, 18 Aug 2023 02:58:18 +0000</pubDate>
        <dc:creator>Yan Zhai &lt;yan@cloudflare.com&gt;</dc:creator>
    </item>
<item>
        <title>43a7c3ef - selftests/bpf: Add lwt_xmit tests for BPF_REDIRECT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#43a7c3ef</link>
        <description>selftests/bpf: Add lwt_xmit tests for BPF_REDIRECTThere is no lwt_xmit test case for BPF_REDIRECT yet. Add test cases forboth normal and abnormal situations. For abnormal test cases, devicesare set down or have its carrier set down. Without proper fixes,BPF_REDIRECT to either ingress or egress of such device would panic thekernel.Signed-off-by: Yan Zhai &lt;yan@cloudflare.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Link: https://lore.kernel.org/bpf/96bf435243641939d9c9da329fab29cb45f7df22.1692326837.git.yan@cloudflare.com

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Fri, 18 Aug 2023 02:58:16 +0000</pubDate>
        <dc:creator>Yan Zhai &lt;yan@cloudflare.com&gt;</dc:creator>
    </item>
<item>
        <title>3d272c2f - selftests/bpf: Add missing selftests kconfig options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#3d272c2f</link>
        <description>selftests/bpf: Add missing selftests kconfig optionsOur selftests of course rely on the kernel being built withCONFIG_DEBUG_INFO_BTF=y, though this (nor its dependencies ofCONFIG_DEBUG_INFO=y and CONFIG_DEBUG_INFO_DWARF4=y) are not specified.This causes the wrong kernel to be built, and selftests to similarlyfail to build.Additionally, in the BPF selftests kconfig file,CONFIG_NF_CONNTRACK_MARK=y is specified, so that the &apos;u_int32_t mark&apos;field will be present in the definition of struct nf_conn.  While adependency of CONFIG_NF_CONNTRACK_MARK=y, CONFIG_NETFILTER_ADVANCED=y,should be enabled by default, I&apos;ve run into instances ofCONFIG_NF_CONNTRACK_MARK not being set because CONFIG_NETFILTER_ADVANCEDisn&apos;t set, and have to manually enable them with make menuconfig.Let&apos;s add these missing kconfig options to the file so that thenecessary dependencies are in place to build vmlinux. Otherwise, we&apos;llget errors like this when we try to compile selftests and generatevmlinux.h:$ cd /path/to/bpf-next$ make mrproper; make defconfig$ cat tools/testing/selftests/config &gt;&gt; .config$ make -j...$ cd tools/testing/selftests/bpf$ make clean$ make -j...  LD [M]  tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.ko  tools/testing/selftests/bpf/tools/build/bpftool/bootstrap/bpftool  btf dump file vmlinux format c &gt;  tools/testing/selftests/bpf/tools/build/bpftool/vmlinux.h  libbpf: failed to find &apos;.BTF&apos; ELF section in  vmlinux  Error: failed to load BTF from bpf-next/vmlinux:  No data available  make[1]: *** [Makefile:208:  tools/testing/selftests/bpf/tools/build/bpftool/vmlinux.h]  Error 195  make[1]: *** Deleting file  &apos;tools/testing/selftests/bpf/tools/build/bpftool/vmlinux.h&apos;  make: *** [Makefile:261:  tools/testing/selftests/bpf/tools/sbin/bpftool]  Error 2Signed-off-by: David Vernet &lt;void@manifault.com&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Acked-by: Stanislav Fomichev &lt;sdf@google.com&gt;Link: https://lore.kernel.org/bpf/20230602140108.1177900-1-void@manifault.com

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Fri, 02 Jun 2023 14:01:08 +0000</pubDate>
        <dc:creator>David Vernet &lt;void@manifault.com&gt;</dc:creator>
    </item>
<item>
        <title>a8dfde09 - selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTION</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#a8dfde09</link>
        <description>selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONBPF selftests require CONFIG_FUNCTION_ERROR_INJECTION to work. However,CONFIG_FUNCTION_ERROR_INJECTION is no longer &apos;y&apos; by default after recentchanges. As a result, we are seeing errors like the following from BPF CI:   bpf_testmod_test_read() is not modifiable   __x64_sys_setdomainname is not sleepable   __x64_sys_getpgid is not sleepableFix this by explicitly selecting CONFIG_FUNCTION_ERROR_INJECTION in theselftest config.Fixes: a4412fdd49dc (&quot;error-injection: Add prompt for function error injection&quot;)Reported-by: Daniel M&#252;ller &lt;deso@posteo.net&gt;Signed-off-by: Song Liu &lt;song@kernel.org&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Acked-by: Daniel M&#252;ller &lt;deso@posteo.net&gt;Link: https://lore.kernel.org/bpf/20221213220500.3427947-1-song@kernel.org

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Tue, 13 Dec 2022 22:05:00 +0000</pubDate>
        <dc:creator>Song Liu &lt;song@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d0c0b48c - selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#d0c0b48c</link>
        <description>selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=yCONFIG_TEST_BPF can only be a module, so let&apos;s indicate it as such inthe selftests config.Signed-off-by: Daan De Meyer &lt;daan.j.demeyer@gmail.com&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Link: https://lore.kernel.org/bpf/20221205131618.1524337-4-daan.j.demeyer@gmail.com

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 05 Dec 2022 13:16:18 +0000</pubDate>
        <dc:creator>Daan De Meyer &lt;daan.j.demeyer@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>efe7fadb - selftests/bpf: Use &quot;is not set&quot; instead of &quot;=n&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#efe7fadb</link>
        <description>selftests/bpf: Use &quot;is not set&quot; instead of &quot;=n&quot;&quot;=n&quot; is not valid kconfig syntax. Use &quot;is not set&quot; instead to indicatethe option should be disabled.Signed-off-by: Daan De Meyer &lt;daan.j.demeyer@gmail.com&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Link: https://lore.kernel.org/bpf/20221205131618.1524337-3-daan.j.demeyer@gmail.com

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Mon, 05 Dec 2022 13:16:17 +0000</pubDate>
        <dc:creator>Daan De Meyer &lt;daan.j.demeyer@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>90a3a05e - selftests/bpf: add xfrm_info tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#90a3a05e</link>
        <description>selftests/bpf: add xfrm_info testsTest the xfrm_info kfunc helpers.The test setup creates three name spaces - NS0, NS1, NS2.XFRM tunnels are setup between NS0 and the two other NSs.The kfunc helpers are used to steer traffic from NS0 to the otherNSs based on a userspace populated bpf global variable and validatethat the return traffic had arrived from the desired NS.Signed-off-by: Eyal Birger &lt;eyal.birger@gmail.com&gt;Link: https://lore.kernel.org/r/20221203084659.1837829-5-eyal.birger@gmail.comSigned-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Sat, 03 Dec 2022 08:46:59 +0000</pubDate>
        <dc:creator>Eyal Birger &lt;eyal.birger@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5b1d6408 - selftests/bpf: allow unpriv bpf for selftests by default</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config#5b1d6408</link>
        <description>selftests/bpf: allow unpriv bpf for selftests by defaultEnable unprivileged bpf for selftests kernel by default.This forces CI to run test_verifier tests in both privilegedand unprivileged modes.The test_verifier.c:do_test uses sysctl kernel.unprivileged_bpf_disabledto decide whether to run or to skip test cases in unprivileged mode.The CONFIG_BPF_UNPRIV_DEFAULT_OFF controls the default value of thekernel.unprivileged_bpf_disabled.Signed-off-by: Eduard Zingerman &lt;eddyz87@gmail.com&gt;Link: https://lore.kernel.org/r/20221116015456.2461135-1-eddyz87@gmail.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config</description>
        <pubDate>Wed, 16 Nov 2022 01:54:56 +0000</pubDate>
        <dc:creator>Eduard Zingerman &lt;eddyz87@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
