<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>814d051e - tools/build: Use SYSTEM_BPFTOOL for system bpftool</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#814d051e</link>
        <description>tools/build: Use SYSTEM_BPFTOOL for system bpftoolThe feature test for system bpftool uses BPFTOOL as the variable to setits path, defaulting to just &quot;bpftool&quot; if not set by the user.This conflicts with selftests and a few other utilities, which expectBPFTOOL to be set to the in-tree bpftool path by default. For example,bpftool selftests fail to build:$ make -C tools/testing/selftests/bpf/make: Entering directory &apos;/home/tglozar/dev/linux/tools/testing/selftests/bpf&apos;make: *** No rule to make target &apos;bpftool&apos;, needed by &apos;/home/tglozar/dev/linux/tools/testing/selftests/bpf/tools/include/vmlinux.h&apos;.  Stop.make: Leaving directory &apos;/home/tglozar/dev/linux/tools/testing/selftests/bpf&apos;Fix the problem by renaming the variable used for system bpftool fromBPFTOOL to SYSTEM_BPFTOOL, so that the new usage does not conflict withthe existing one of BPFTOOL.Cc: John Kacur &lt;jkacur@redhat.com&gt;Cc: Luis Goncalves &lt;lgoncalv@redhat.com&gt;Link: https://lore.kernel.org/20250326004018.248357-1-tglozar@redhat.comFixes: 8a635c3856dd (&quot;tools/build: Add bpftool-skeletons feature test&quot;)Closes: https://lore.kernel.org/linux-kernel/5df6968a-2e5f-468e-b457-fc201535dd4c@linux.ibm.com/Reported-by: Venkat Rao Bagalkote &lt;venkat88@linux.ibm.com&gt;Tested-by: Venkat Rao Bagalkote &lt;venkat88@linux.ibm.com&gt;Suggested-by: Quentin Monnet &lt;qmo@kernel.org&gt;Acked-by: Quentin Monnet &lt;qmo@kernel.org&gt;Signed-off-by: Tomas Glozar &lt;tglozar@redhat.com&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Wed, 26 Mar 2025 00:40:18 +0000</pubDate>
        <dc:creator>Tomas Glozar &lt;tglozar@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>8a635c38 - tools/build: Add bpftool-skeletons feature test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#8a635c38</link>
        <description>tools/build: Add bpftool-skeletons feature testAdd bpftool-skeletons feature test, testing the presence of a bpftoolcapable of generating skeletons.This is to be used for tools that do not require building their ownbootstrap bpftool from the kernel source tree.Cc: John Kacur &lt;jkacur@redhat.com&gt;Cc: Luis Goncalves &lt;lgoncalv@redhat.com&gt;Cc: Gabriele Monaco &lt;gmonaco@redhat.com&gt;Cc: Clark Williams &lt;williams@redhat.com&gt;Link: https://lore.kernel.org/20250218145859.27762-3-tglozar@redhat.comSigned-off-by: Tomas Glozar &lt;tglozar@redhat.com&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Tue, 18 Feb 2025 14:58:53 +0000</pubDate>
        <dc:creator>Tomas Glozar &lt;tglozar@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3cc550f5 - perf tools: Remove dependency on libaudit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#3cc550f5</link>
        <description>perf tools: Remove dependency on libauditAll architectures now support HAVE_SYSCALL_TABLE_SUPPORT, so the flag isno longer needed. With the removal of the flag, the relatedGENERIC_SYSCALL_TABLE can also be removed.libaudit was only used as a fallback for when HAVE_SYSCALL_TABLE_SUPPORTwas not defined, so libaudit is also no longer needed for anyarchitecture.Signed-off-by: Charlie Jenkins &lt;charlie@rivosinc.com&gt;Tested-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Christian Brauner &lt;brauner@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: G&#252;nther Noack &lt;gnoack@google.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Micka&#235;l Sala&#252;n &lt;mic@digikod.net&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Link: https://lore.kernel.org/r/20250108-perf_syscalltbl-v6-16-7543b5293098@rivosinc.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Thu, 09 Jan 2025 02:36:31 +0000</pubDate>
        <dc:creator>Charlie Jenkins &lt;charlie@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>d557814c - tools build: Add feature test for libelf with ZSTD</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#d557814c</link>
        <description>tools build: Add feature test for libelf with ZSTDThe macro ELFCOMPRESS_ZSTD defines the compress algorithm, which wasintroduced in the commit (&quot;libelf: Document and make ELFCOMPRESS_ZSTDusable with old system elf.h&quot;) of the repository elfutils-0.188-67.Therefore, libelf 0.189 and later versions require to link the libzstdlibrary.Add a test for checking if libelf supports ZSTD algorithm.  Pass themacro ELFCOMPRESS_ZSTD as an argument to the elf_compress() function.If the build succeeds, it means the feature is supported.Reviewed-by: Quentin Monnet &lt;qmo@kernel.org&gt;Signed-off-by: Leo Yan &lt;leo.yan@arm.com&gt;Tested-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Tested-by: Quentin Monnet &lt;qmo@kernel.org&gt;Acked-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Acked-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexei Starovoitov &lt;ast@kernel.org&gt;Cc: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Cc: Eduard Zingerman &lt;eddyz87@gmail.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Hao Luo &lt;haoluo@google.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: John Fastabend &lt;john.fastabend@gmail.com&gt;Cc: KP Singh &lt;kpsingh@kernel.org&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Martin KaFai Lau &lt;martin.lau@linux.dev&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Song Liu &lt;song@kernel.org&gt;Cc: Stanislav Fomichev &lt;sdf@google.com&gt;Cc: Yonghong Song &lt;yonghong.song@linux.dev&gt;Link: https://lore.kernel.org/r/20241215221223.293205-2-leo.yan@arm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Sun, 15 Dec 2024 22:12:21 +0000</pubDate>
        <dc:creator>Leo Yan &lt;leo.yan@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>b1ef2559 - tools build feature: Don&apos;t set feature-libcap=1 if libcap-devel isn&apos;t available</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#b1ef2559</link>
        <description>tools build feature: Don&apos;t set feature-libcap=1 if libcap-devel isn&apos;t availablelibcap isn&apos;t tested in the tools/build/feature/test-all.c fast pathfeature detection process, so don&apos;t set it as available if test-allmanages to build.There are other users of this feature detection mechanism, and theyexplicitely ask for libcap to be tested, so are not affected by thispatch, for instance, with this patch in place:  $ make -C tools/bpf/bpftool/ clean  &lt;SNIP&gt;  make: Leaving directory &apos;/home/acme/git/perf-tools-next/tools/bpf/bpftool&apos;  &#11042; [acme@toolbox perf-tools-next]$ make -C tools/bpf/bpftool/  make: Entering directory &apos;/home/acme/git/perf-tools-next/tools/bpf/bpftool&apos;  Auto-detecting system features:  ...                         clang-bpf-co-re: [ on  ]  ...                                    llvm: [ on  ]  ...                                  libcap: [ on  ]  ...                                  libbfd: [ on  ]  ...                             libelf-zstd: [ on  ]  &lt;SNIP&gt;    LINK    bpftool  make: Leaving directory &apos;/home/acme/git/perf-tools-next/tools/bpf/bpftool&apos;  $  $ sudo rpm -e libcap-devel  $ make -C tools/bpf/bpftool/  &lt;SNIP&gt;  make: Entering directory &apos;/home/acme/git/perf-tools-next/tools/bpf/bpftool&apos;  Auto-detecting system features:  ...                         clang-bpf-co-re: [ on  ]  ...                                    llvm: [ on  ]  ...                                  libcap: [ OFF ]  ...                                  libbfd: [ on  ]  ...                             libelf-zstd: [ on  ]  $Reviewed-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Quentin Monnet &lt;qmo@kernel.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Link: https://lore.kernel.org/lkml/20241211224509.797827-3-acme@kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Wed, 11 Dec 2024 19:51:08 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>26385fd2 - perf build: Combine test-dwarf-getcfi into test-libdw</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#26385fd2</link>
        <description>perf build: Combine test-dwarf-getcfi into test-libdwdwarf_getcfi support in libdw is 15 years old. Make libdw implydwarf_getcfi support and simplify build logic.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Tested-by: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Yang Jihong &lt;yangjihong@bytedance.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Przemek Kitszel &lt;przemyslaw.kitszel@intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Chen Pei &lt;cp0613@linux.alibaba.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Aditya Gupta &lt;adityag@linux.ibm.com&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.vnet.ibm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-riscv@lists.infradead.orgCc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Dima Kogan &lt;dima@secretsauce.net&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: linux-csky@vger.kernel.orgLink: https://lore.kernel.org/r/20241017001354.56973-8-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Thu, 17 Oct 2024 00:13:50 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>23580d7b - perf build: Combine test-dwarf-getlocations into test-libdw</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#23580d7b</link>
        <description>perf build: Combine test-dwarf-getlocations into test-libdwdwarf_getlocations support in libdw is more than 10 years old. Makelibdw imply dwarf_getlocations support and simplify build logic.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Tested-by: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Yang Jihong &lt;yangjihong@bytedance.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Przemek Kitszel &lt;przemyslaw.kitszel@intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Chen Pei &lt;cp0613@linux.alibaba.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Aditya Gupta &lt;adityag@linux.ibm.com&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.vnet.ibm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-riscv@lists.infradead.orgCc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Dima Kogan &lt;dima@secretsauce.net&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: linux-csky@vger.kernel.orgLink: https://lore.kernel.org/r/20241017001354.56973-7-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Thu, 17 Oct 2024 00:13:49 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>3034b48a - perf build: Combine libdw-dwarf-unwind into libdw feature tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#3034b48a</link>
        <description>perf build: Combine libdw-dwarf-unwind into libdw feature testsSupport in libdw has been present for 10 years so let&apos;s simplify thebuild logic with a single feature test.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Tested-by: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Yang Jihong &lt;yangjihong@bytedance.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Przemek Kitszel &lt;przemyslaw.kitszel@intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Chen Pei &lt;cp0613@linux.alibaba.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Aditya Gupta &lt;adityag@linux.ibm.com&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.vnet.ibm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-riscv@lists.infradead.orgCc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Dima Kogan &lt;dima@secretsauce.net&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: linux-csky@vger.kernel.orgLink: https://lore.kernel.org/r/20241017001354.56973-6-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Thu, 17 Oct 2024 00:13:48 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>7c943261 - perf build: Rename test-dwarf to test-libdw</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#7c943261</link>
        <description>perf build: Rename test-dwarf to test-libdwBe more intention revealing that the dwarf test is actually testingfor libdw support.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Yang Jihong &lt;yangjihong@bytedance.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Przemek Kitszel &lt;przemyslaw.kitszel@intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Chen Pei &lt;cp0613@linux.alibaba.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Aditya Gupta &lt;adityag@linux.ibm.com&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.vnet.ibm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-riscv@lists.infradead.orgCc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Dima Kogan &lt;dima@secretsauce.net&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: linux-csky@vger.kernel.orgLink: https://lore.kernel.org/r/20241017001354.56973-5-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Thu, 17 Oct 2024 00:13:47 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0f59a6c9 - tools/build: Add libcpupower dependency detection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#0f59a6c9</link>
        <description>tools/build: Add libcpupower dependency detectionAdd the ability to detect the presence of libcpupower on a system tothe Makefiles in tools/build.Link: https://lore.kernel.org/20241017140914.3200454-2-tglozar@redhat.comSigned-off-by: Tomas Glozar &lt;tglozar@redhat.com&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Thu, 17 Oct 2024 14:09:09 +0000</pubDate>
        <dc:creator>Tomas Glozar &lt;tglozar@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a530337b - perf build: Fix build feature-dwarf_getlocations fail for old libdw</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#a530337b</link>
        <description>perf build: Fix build feature-dwarf_getlocations fail for old libdwFor libdw versions below 0.177, need to link libdl.a in addition tolibbebl.a during static compilation, otherwisefeature-dwarf_getlocations compilation will fail.Before:  $ make LDFLAGS=-static    BUILD:   Doing &apos;make -j20&apos; parallel build  &lt;SNIP&gt;  Makefile.config:483: Old libdw.h, finding variables at given &apos;perf probe&apos; point will not work, install elfutils-devel/libdw-dev &gt;= 0.157  &lt;SNIP&gt;  $ cat ../build/feature/test-dwarf_getlocations.make.output  /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libebl.a(eblclosebackend.o): in function `ebl_closebackend&apos;:  (.text+0x20): undefined reference to `dlclose&apos;  collect2: error: ld returned 1 exit statusAfter:  $ make LDFLAGS=-static  &lt;SNIP&gt;    Auto-detecting system features:  ...                                   dwarf: [ on  ]  &lt;SNIP&gt;    $ ./perf probe   Usage: perf probe [&lt;options&gt;] &apos;PROBEDEF&apos; [&apos;PROBEDEF&apos; ...]      or: perf probe [&lt;options&gt;] --add &apos;PROBEDEF&apos; [--add &apos;PROBEDEF&apos; ...]      or: perf probe [&lt;options&gt;] --del &apos;[GROUP:]EVENT&apos; ...      or: perf probe --list [GROUP:]EVENT ...  &lt;SNIP&gt;Fixes: 536661da6ea18fe6 (&quot;perf: build: Only link libebl.a for old libdw&quot;)Reviewed-by: Leo Yan &lt;leo.yan@arm.com&gt;Signed-off-by: Yang Jihong &lt;yangjihong@bytedance.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: James Clark &lt;james.clark@arm.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Link: https://lore.kernel.org/r/20240919013513.118527-3-yangjihong@bytedance.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Thu, 19 Sep 2024 01:35:12 +0000</pubDate>
        <dc:creator>Yang Jihong &lt;yangjihong@bytedance.com&gt;</dc:creator>
    </item>
<item>
        <title>43f6564f - perf build: Fix static compilation error when libdw is not installed</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#43f6564f</link>
        <description>perf build: Fix static compilation error when libdw is not installedIf libdw is not installed in build environment, the output of&apos;pkg-config --modversion libdw&apos; is empty, causing LIBDW_VERSION_2 to beempty and the shell test will have the following error:  /bin/sh: 1: test: -lt: unexpected operatorBefore:  $ pkg-config --modversion libdw  Package libdw was not found in the pkg-config search path.  Perhaps you should add the directory containing `libdw.pc&apos;  to the PKG_CONFIG_PATH environment variable  No package &apos;libdw&apos; found  $ make LDFLAGS=-static -j16    BUILD:   Doing &apos;make -j20&apos; parallel build  &lt;SNIP&gt;  Package libdw was not found in the pkg-config search path.  Perhaps you should add the directory containing `libdw.pc&apos;  to the PKG_CONFIG_PATH environment variable  No package &apos;libdw&apos; found  /bin/sh: 1: test: -lt: unexpected operatorAfter:  1. libdw is not installed:  $ pkg-config --modversion libdw  Package libdw was not found in the pkg-config search path.  Perhaps you should add the directory containing `libdw.pc&apos;  to the PKG_CONFIG_PATH environment variable  No package &apos;libdw&apos; found  $ make LDFLAGS=-static -j16    BUILD:   Doing &apos;make -j20&apos; parallel build  &lt;SNIP&gt;  Package libdw was not found in the pkg-config search path.  Perhaps you should add the directory containing `libdw.pc&apos;  to the PKG_CONFIG_PATH environment variable  No package &apos;libdw&apos; found  Makefile.config:473: No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev &gt;= 0.158 and/or set LIBDW_DIR  2. libdw version is lower than 0.177  $ pkg-config --modversion libdw  0.176  $ make LDFLAGS=-static -j16    BUILD:   Doing &apos;make -j20&apos; parallel build  &lt;SNIP&gt;  Auto-detecting system features:  ...                                   dwarf: [ on  ]  &lt;SNIP&gt;    INSTALL libsubcmd_headers    INSTALL libapi_headers    INSTALL libperf_headers    INSTALL libsymbol_headers    INSTALL libbpf_headers    LINK    perf  3. libdw version is higher than 0.177  $ pkg-config --modversion libdw  0.186  $ make LDFLAGS=-static -j16    BUILD:   Doing &apos;make -j20&apos; parallel build  &lt;SNIP&gt;  Auto-detecting system features:  ...                                   dwarf: [ on  ]  &lt;SNIP&gt;    CC      util/bpf-utils.o    CC      util/pfm.o    LD      util/perf-util-in.o    LD      perf-util-in.o    AR      libperf-util.a    LINK    perfFixes: 536661da6ea18fe6 (&quot;perf: build: Only link libebl.a for old libdw&quot;)Reviewed-by: Leo Yan &lt;leo.yan@arm.com&gt;Signed-off-by: Yang Jihong &lt;yangjihong@bytedance.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: James Clark &lt;james.clark@arm.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Link: https://lore.kernel.org/r/20240919013513.118527-2-yangjihong@bytedance.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Thu, 19 Sep 2024 01:35:11 +0000</pubDate>
        <dc:creator>Yang Jihong &lt;yangjihong@bytedance.com&gt;</dc:creator>
    </item>
<item>
        <title>332f60ac - perf build: Remove unused feature test target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#332f60ac</link>
        <description>perf build: Remove unused feature test targetllvm-version was removed in commit 56b11a2126bf (&quot;perf bpf: Removesupport for embedding clang for compiling BPF events (-e foo.c)&quot;) butsome parts were left in the Makefile so finish removing them.Signed-off-by: James Clark &lt;james.clark@linaro.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Bill Wendling &lt;morbo@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Daniel Wagner &lt;dwagner@suse.de&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Justin Stitt &lt;justinstitt@google.com&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Manu Bretelle &lt;chantr4@gmail.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Nathan Chancellor &lt;nathan@kernel.org&gt;Cc: Nick Desaulniers &lt;ndesaulniers@google.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Quentin Monnet &lt;qmo@kernel.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Link: https://lore.kernel.org/r/20240910140405.568791-2-james.clark@linaro.org[ Removed one leftover, &apos;llvm-version&apos; from FEATURE_TESTS_EXTRA ]Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Tue, 10 Sep 2024 14:04:01 +0000</pubDate>
        <dc:creator>James Clark &lt;james.clark@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>206dcfca - perf build: Autodetect minimum required llvm-dev version</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#206dcfca</link>
        <description>perf build: Autodetect minimum required llvm-dev versionThe new LLVM addr2line feature requires a minimum version of 13 tocompile. Add a feature check for the version so that NO_LLVM=1 doesn&apos;tneed to be explicitly added. Leave the existing llvm feature checkintact because it&apos;s used by tools other than Perf.This fixes the following compilation error when the llvm-dev versiondoesn&apos;t match:  util/llvm-c-helpers.cpp: In function &apos;char* llvm_name_for_code(dso*, const char*, u64)&apos;:  util/llvm-c-helpers.cpp:178:21: error: &apos;std::remove_reference_t&lt;llvm::DILineInfo&gt;&apos; {aka &apos;struct llvm::DILineInfo&apos;} has no member named &apos;StartAddress&apos;    178 |   addr, res_or_err-&gt;StartAddress ? *res_or_err-&gt;StartAddress : 0);Fixes: c3f8644c21df9b7d (&quot;perf report: Support LLVM for addr2line()&quot;)Signed-off-by: James Clark &lt;james.clark@linaro.org&gt;Tested-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Bill Wendling &lt;morbo@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Justin Stitt &lt;justinstitt@google.com&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Manu Bretelle &lt;chantr4@gmail.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Nathan Chancellor &lt;nathan@kernel.org&gt;Cc: Nick Desaulniers &lt;ndesaulniers@google.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Quentin Monnet &lt;qmo@kernel.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Link: https://lore.kernel.org/r/20240910140405.568791-1-james.clark@linaro.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Tue, 10 Sep 2024 14:04:00 +0000</pubDate>
        <dc:creator>James Clark &lt;james.clark@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>0fd77ae4 - Revert &quot;tools build: Remove leftover libcap tests that prevents fast path feature detection from working&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#0fd77ae4</link>
        <description>Revert &quot;tools build: Remove leftover libcap tests that prevents fast path feature detection from working&quot;Ian pointed out that the libcap feature test is also used by bpftool, sowe can&apos;t remove it just because perf stopped using it, revert theremoval of the feature test.Since both perf and libcap uses the fast path feature detection(tools/build/feature/test-all.c), probably the best thing is to keeplibcap-devel when building perf even it not being used there.This reverts commit 47b3b6435e4bfb61ae8ffc63a11bd3c310f69acf.Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Thu, 29 Aug 2024 14:46:40 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>47b3b643 - tools build: Remove leftover libcap tests that prevents fast path feature detection from working</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#47b3b643</link>
        <description>tools build: Remove leftover libcap tests that prevents fast path feature detection from workingI noticed that the fast path feature detection was failing:  $ cat /tmp/build/perf-tools-next/feature/test-all.make.output  /usr/bin/ld: cannot find -lcap: No such file or directory  collect2: error: ld returned 1 exit status  $The patch removing the dependency (Fixes tag below) didn&apos;t remove thedetection of libcap, and as the fast path feature detection (test-all.c)had -lcap in its Makefile link list of libraries to link, it was failingwhen libcap-devel is not available, fix it by removing those leftoverfiles.Fixes: e25ebda78e230283 (&quot;perf cap: Tidy up and improve capability testing&quot;)Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Link: https://lore.kernel.org/lkml/Zs-gjOGFWtAvIZit@x1Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Wed, 28 Aug 2024 22:06:47 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f42596c7 - perf: build: Link lib &apos;zstd&apos; for static build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#f42596c7</link>
        <description>perf: build: Link lib &apos;zstd&apos; for static buildWhen build static perf, Makefile reports the error:  Makefile.config:480: No libdw DWARF unwind found, Please install  elfutils-devel/libdw-dev &gt;= 0.158 and/or set LIBDW_DIRThe libdw has been installed on the system, but the build system failsto build the feature detecting binary &apos;test-libdw-dwarf-unwind&apos;. Thefailure is caused by missing to link the lib &apos;zstd&apos;.Link lib &apos;zstd&apos; for the static build, in the end, the dwarf feature canbe enabled in the static perf.Signed-off-by: Leo Yan &lt;leo.yan@arm.com&gt;Tested-by: Ian Rogers &lt;irogers@google.com&gt;Cc: amadio@gentoo.orgCc: James Clark &lt;james.clark@linaro.org&gt;Cc: Thomas Richter &lt;tmricht@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20240717082211.524826-6-leo.yan@arm.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Wed, 17 Jul 2024 08:22:10 +0000</pubDate>
        <dc:creator>Leo Yan &lt;leo.yan@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>91b6a536 - perf: build: Link lib &apos;lzma&apos; for static build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#91b6a536</link>
        <description>perf: build: Link lib &apos;lzma&apos; for static buildThe libunwind feature test failed with the static linkage. This is dueto the &apos;lzma&apos; lib is missed, so link it to dismiss building failure.Signed-off-by: Leo Yan &lt;leo.yan@arm.com&gt;Tested-by: Ian Rogers &lt;irogers@google.com&gt;Cc: amadio@gentoo.orgCc: James Clark &lt;james.clark@linaro.org&gt;Cc: Thomas Richter &lt;tmricht@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20240717082211.524826-5-leo.yan@arm.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Wed, 17 Jul 2024 08:22:09 +0000</pubDate>
        <dc:creator>Leo Yan &lt;leo.yan@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>536661da - perf: build: Only link libebl.a for old libdw</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#536661da</link>
        <description>perf: build: Only link libebl.a for old libdwSince libdw version 0.177, elfutils has merged libebl.a into libdw (seethe commit &quot;libebl: Don&apos;t install libebl.a, libebl.h and remove backendsfrom spec.&quot; in the elfutils repository).As a result, libebl.a does not exist on Debian Bullseye and newerreleases, causing static perf builds to fail on these distributions.This commit checks the libdw version and only links libebl.a if itdetects that the libdw version is older than 0.177.Signed-off-by: Leo Yan &lt;leo.yan@arm.com&gt;Tested-by: Ian Rogers &lt;irogers@google.com&gt;Cc: amadio@gentoo.orgCc: James Clark &lt;james.clark@linaro.org&gt;Cc: Thomas Richter &lt;tmricht@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20240717082211.524826-4-leo.yan@arm.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Wed, 17 Jul 2024 08:22:08 +0000</pubDate>
        <dc:creator>Leo Yan &lt;leo.yan@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>440cf776 - perf: build: Setup PKG_CONFIG_LIBDIR for cross compilation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/build/feature/Makefile#440cf776</link>
        <description>perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationOn recent Linux distros like Ubuntu Noble and Debian Bookworm, the&apos;pkg-config-aarch64-linux-gnu&apos; package is missing. As a result, theaarch64-linux-gnu-pkg-config command is not available, which causesbuild failures.When a build passes the environment variables PKG_CONFIG_LIBDIR orPKG_CONFIG_PATH, like a user uses make command or a build system(like Yocto, Buildroot, etc) prepares the variables and passes to thePerf&apos;s Makefile, the commit keeps these variables for packageconfiguration. Otherwise, this commit sets the PKG_CONFIG_LIBDIRvariable to use the Multiarch libs for the cross compilation.Signed-off-by: Leo Yan &lt;leo.yan@arm.com&gt;Tested-by: Ian Rogers &lt;irogers@google.com&gt;Cc: amadio@gentoo.orgCc: Thomas Richter &lt;tmricht@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20240717082211.524826-2-leo.yan@arm.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/build/feature/Makefile</description>
        <pubDate>Wed, 17 Jul 2024 08:22:06 +0000</pubDate>
        <dc:creator>Leo Yan &lt;leo.yan@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
