<?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.aarch64</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>98e20e5e - bpfilter: remove bpfilter</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config.aarch64#98e20e5e</link>
        <description>bpfilter: remove bpfilterbpfilter was supposed to convert iptables filtering rules intoBPF programs on the fly, from the kernel, through a usermodehelper. The base code for the UMH was introduced in 2018, andcouple of attempts (2, 3) tried to introduce the BPF programgenerate features but were abandoned.bpfilter now sits in a kernel tree unused and unusable, occasionallycausing confusion amongst Linux users (4, 5).As bpfilter is now developed in a dedicated repository on GitHub (6),it was suggested a couple of times this year (LSFMM/BPF 2023,LPC 2023) to remove the deprecated kernel part of the project. Thisis the purpose of this patch.[1]: https://lore.kernel.org/lkml/20180522022230.2492505-1-ast@kernel.org/[2]: https://lore.kernel.org/bpf/20210829183608.2297877-1-me@ubique.spb.ru/#t[3]: https://lore.kernel.org/lkml/20221224000402.476079-1-qde@naccy.de/[4]: https://dxuuu.xyz/bpfilter.html[5]: https://github.com/linuxkit/linuxkit/pull/3904[6]: https://github.com/facebook/bpfilterSigned-off-by: Quentin Deslandes &lt;qde@naccy.de&gt;Link: https://lore.kernel.org/r/20231226130745.465988-1-qde@naccy.deSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config.aarch64</description>
        <pubDate>Tue, 26 Dec 2023 13:07:42 +0000</pubDate>
        <dc:creator>Quentin Deslandes &lt;qde@naccy.de&gt;</dc:creator>
    </item>
<item>
        <title>f2d2c7e1 - selftests/bpf: Disable CONFIG_DEBUG_INFO_REDUCED in config.aarch64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config.aarch64#f2d2c7e1</link>
        <description>selftests/bpf: Disable CONFIG_DEBUG_INFO_REDUCED in config.aarch64Building an arm64 kernel and seftests/bpf with defconfig +selftests/bpf/config and selftests/bpf/config.aarch64 the fragmentCONFIG_DEBUG_INFO_REDUCED is enabled in arm64&apos;s defconfig, it should bedisabled in file sefltests/bpf/config.aarch64 since if its not disabledCONFIG_DEBUG_INFO_BTF wont be enabled.Signed-off-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Link: https://lore.kernel.org/bpf/20231103220912.333930-1-anders.roxell@linaro.orgSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config.aarch64</description>
        <pubDate>Fri, 03 Nov 2023 22:09:12 +0000</pubDate>
        <dc:creator>Anders Roxell &lt;anders.roxell@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>b0cf0dcd - selftests/bpf: Consolidate VIRTIO/9P configs in config.vm file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config.aarch64#b0cf0dcd</link>
        <description>selftests/bpf: Consolidate VIRTIO/9P configs in config.vm fileThose configs are needed to be able to run VM somewhat consistently.For instance, ATM, s390x is missing the `CONFIG_VIRTIO_CONSOLE` whichprevents s390x kernels built in CI to leverage qemu-guest-agent.By moving them to `config,vm`, we should have selftest kernels which areequal in term of VM functionalities when they include this file.The set of config unabled were picked using    grep -h -E &apos;(_9P|_VIRTIO)&apos; config.x86_64 config | sort | uniqadded to `config.vm` and then    grep -vE &apos;(_9P|_VIRTIO)&apos; config.{x86_64,aarch64,s390x}as a side-effect, some config may have disappeared to the aarch64 ands390x kernels, but they should not be needed. CI will tell.Signed-off-by: Manu Bretelle &lt;chantr4@gmail.com&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Link: https://lore.kernel.org/bpf/20231031212717.4037892-1-chantr4@gmail.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config.aarch64</description>
        <pubDate>Tue, 31 Oct 2023 21:27:17 +0000</pubDate>
        <dc:creator>Manu Bretelle &lt;chantr4@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c7c605c9 - selftests/bpf: add vsock to vmtest.sh</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config.aarch64#c7c605c9</link>
        <description>selftests/bpf: add vsock to vmtest.shAdd vsock loopback to the test kernel.This allows sockmap for vsock to be tested.Signed-off-by: Bobby Eshleman &lt;bobby.eshleman@bytedance.com&gt;Acked-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config.aarch64</description>
        <pubDate>Mon, 27 Mar 2023 19:11:52 +0000</pubDate>
        <dc:creator>Bobby Eshleman &lt;bobby.eshleman@bytedance.com&gt;</dc:creator>
    </item>
<item>
        <title>ec99451f - selftests/bpf: Add config.aarch64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/bpf/config.aarch64#ec99451f</link>
        <description>selftests/bpf: Add config.aarch64config.aarch64, similarly to config.{s390x,x86_64} is a config enablingbuilding a kernel on aarch64 to be used in bpf&apos;sselftests/kernel-patches CI.Signed-off-by: Manu Bretelle &lt;chantr4@gmail.com&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Link: https://lore.kernel.org/bpf/20221021210701.728135-3-chantr4@gmail.com

            List of files:
            /linux-6.15/tools/testing/selftests/bpf/config.aarch64</description>
        <pubDate>Fri, 21 Oct 2022 21:06:59 +0000</pubDate>
        <dc:creator>Manu Bretelle &lt;chantr4@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
