<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9f5b3ffc3f1dac7204e32eeeff84bc5cc55c393e - selftests/bpf: Rename libarena malloc/free methods</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/libarena/Makefile#9f5b3ffc3f1dac7204e32eeeff84bc5cc55c393e</link>
        <description>selftests/bpf: Rename libarena malloc/free methodsThe s390 architecture uses the token &quot;free&quot; for an enum, conflictingwith the malloc/free definitions. Rename the calls to arena_malloc andarena_free instead to prevent collisions.Reported-by: Ihor Solodrai &lt;ihor.solodrai@linux.dev&gt;Signed-off-by: Emil Tsalapatis &lt;etsal@meta.com&gt;Fixes: 86426a28c52d (&quot;selftests/bpf: Add buddy allocator for libarena&quot;)Acked-by: Ihor Solodrai &lt;ihor.solodrai@linux.dev&gt;Link: https://lore.kernel.org/r/20260428134252.2783519-1-etsal@meta.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/libarena/Makefile</description>
        <pubDate>Tue, 28 Apr 2026 15:42:52 +0200</pubDate>
        <dc:creator>Emil Tsalapatis &lt;emil@etsalapatis.com&gt;</dc:creator>
    </item>
<item>
        <title>86426a28c52d756a5edbe29885716128b8915991 - selftests/bpf: Add buddy allocator for libarena</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/libarena/Makefile#86426a28c52d756a5edbe29885716128b8915991</link>
        <description>selftests/bpf: Add buddy allocator for libarenaAdd a byte-oriented buddy allocator for libarena. The buddyallocator provides an alloc/free interface for small arena allocationsranging from 16 bytes to 512 KiB. Lower allocations values are roundedup to 16 bytes. The buddy allocator does not handle larger allocationsthat can instead use the existing bpf_arena_{alloc, free}_pages() kfunc.Signed-off-by: Emil Tsalapatis &lt;emil@etsalapatis.com&gt;Link: https://lore.kernel.org/r/20260426190338.4615-7-emil@etsalapatis.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/libarena/Makefile</description>
        <pubDate>Sun, 26 Apr 2026 21:03:36 +0200</pubDate>
        <dc:creator>Emil Tsalapatis &lt;emil@etsalapatis.com&gt;</dc:creator>
    </item>
<item>
        <title>cfc00618b9dfc75cd507f1a4f0d83b4429627399 - selftests/bpf: Add ASAN support for libarena selftests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/libarena/Makefile#cfc00618b9dfc75cd507f1a4f0d83b4429627399</link>
        <description>selftests/bpf: Add ASAN support for libarena selftestsExpand the arena library selftest infrastructure to supportaddress sanitization. Add the compiler flags necessary tocompile the library under ASAN when supported.Signed-off-by: Emil Tsalapatis &lt;emil@etsalapatis.com&gt;Link: https://lore.kernel.org/r/20260426190338.4615-6-emil@etsalapatis.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/libarena/Makefile</description>
        <pubDate>Sun, 26 Apr 2026 21:03:35 +0200</pubDate>
        <dc:creator>Emil Tsalapatis &lt;emil@etsalapatis.com&gt;</dc:creator>
    </item>
<item>
        <title>d5327480a12a031f283c85c3c9c9201685099036 - selftests/bpf: Add basic libarena scaffolding</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/libarena/Makefile#d5327480a12a031f283c85c3c9c9201685099036</link>
        <description>selftests/bpf: Add basic libarena scaffoldingAdd initial code and a Makefile for an arena-based BPF library. Modulescan be added just by including the source file in the library&apos;s src/subdirectory. Future commits will introduce the library code itself.The code includes workarounds that are removed in subsequent patchesthat ensure bisectability.Signed-off-by: Emil Tsalapatis &lt;emil@etsalapatis.com&gt;Link: https://lore.kernel.org/r/20260426190338.4615-3-emil@etsalapatis.comSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/libarena/Makefile</description>
        <pubDate>Sun, 26 Apr 2026 21:03:32 +0200</pubDate>
        <dc:creator>Emil Tsalapatis &lt;emil@etsalapatis.com&gt;</dc:creator>
    </item>
</channel>
</rss>
