<?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>42367eca - tools: Remove redundant quiet setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#42367eca</link>
        <description>tools: Remove redundant quiet setupQ is exported from Makefile.include so it is not necessary to manuallyset it.Reviewed-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Signed-off-by: Charlie Jenkins &lt;charlie@rivosinc.com&gt;Acked-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Acked-by: Quentin Monnet &lt;qmo@kernel.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Alexei Starovoitov &lt;ast@kernel.org&gt;Cc: Benjamin Tissoires &lt;bentiss@kernel.org&gt;Cc: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Cc: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Cc: Eduard Zingerman &lt;eddyz87@gmail.com&gt;Cc: Hao Luo &lt;haoluo@google.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Kosina &lt;jikos@kernel.org&gt;Cc: John Fastabend &lt;john.fastabend@gmail.com&gt;Cc: Josh Poimboeuf &lt;jpoimboe@kernel.org&gt;Cc: KP Singh &lt;kpsingh@kernel.org&gt;Cc: Lukasz Luba &lt;lukasz.luba@arm.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Martin KaFai Lau &lt;martin.lau@linux.dev&gt;Cc: Mykola Lysenko &lt;mykolal@fb.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Rafael J. Wysocki &lt;rafael@kernel.org&gt;Cc: Shuah Khan &lt;shuah@kernel.org&gt;Cc: Song Liu &lt;song@kernel.org&gt;Cc: Stanislav Fomichev &lt;sdf@google.com&gt;Cc: Steven Rostedt (VMware) &lt;rostedt@goodmis.org&gt;Cc: Yonghong Song &lt;yonghong.song@linux.dev&gt;Cc: Zhang Rui &lt;rui.zhang@intel.com&gt;Link: https://lore.kernel.org/r/20250213-quiet_tools-v3-2-07de4482a581@rivosinc.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Thu, 13 Feb 2025 21:06:22 +0000</pubDate>
        <dc:creator>Charlie Jenkins &lt;charlie@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>bab211f6 - tools bpf_jit_disasm: Don&apos;t display disassembler-four-args feature test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#bab211f6</link>
        <description>tools bpf_jit_disasm: Don&apos;t display disassembler-four-args feature testThe feature check does not seem important enough to display.Suggested-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Signed-off-by: Andres Freund &lt;andres@anarazel.de&gt;Acked-by: Quentin Monnet &lt;quentin@isovalent.com&gt;Cc: Alexei Starovoitov &lt;ast@kernel.org&gt;Cc: Ben Hutchings &lt;benh@debian.org&gt;Cc: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Cc: Quentin Monnet &lt;quentin@isovalent.com&gt;Cc: Sedat Dilek &lt;sedat.dilek@gmail.com&gt;Cc: bpf@vger.kernel.orgLink: http://lore.kernel.org/lkml/20220622181918.ykrs5rsnmx3og4sv@alap3.anarazel.deLink: https://lore.kernel.org/r/20220801013834.156015-7-andres@anarazel.deSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Mon, 01 Aug 2022 01:38:32 +0000</pubDate>
        <dc:creator>Andres Freund &lt;andres@anarazel.de&gt;</dc:creator>
    </item>
<item>
        <title>96ed0660 - tools bpf_jit_disasm: Fix compilation error with new binutils</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#96ed0660</link>
        <description>tools bpf_jit_disasm: Fix compilation error with new binutilsbinutils changed the signature of init_disassemble_info(), which now causescompilation to fail for tools/bpf/bpf_jit_disasm.c, e.g. on debianunstable.Relevant binutils commit:  https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=60a3da00bd5407f07Wire up the feature test and switch to init_disassemble_info_compat(),which were introduced in prior commits, fixing the compilation failure.I verified that bpf_jit_disasm can still disassemble bpf programs, bothwith the old and new dis-asm.h API. With old binutils there&apos;s no change inoutput before/after this patch. When comparing the output from oldbinutils (2.35) to new bintuils with the patch (upstream snapshot) thereare a few output differences, but they are unrelated to this patch. Anexample hunk is:     f4:	mov    %r14,%rsi     f7:	mov    %r15,%rdx     fa:	mov    $0x2a,%ecx  -  ff:	callq  0xffffffffea8c4988  +  ff:	call   0xffffffffea8c4988    104:	test   %rax,%rax    107:	jge    0x0000000000000110    109:	xor    %eax,%eax  - 10b:	jmpq   0x0000000000000073  + 10b:	jmp    0x0000000000000073    110:	cmp    $0x16,%raxHowever, I had to use an older kernel to generate the bpf_jit_enabled =2 output, as that has been broken since 5.18 / 1022a5498f6f745c (&quot;bpf,x86_64: Use bpf_jit_binary_pack_alloc&quot;).  https://lore.kernel.org/20220703030210.pmjft7qc2eajzi6c@alap3.anarazel.deSigned-off-by: Andres Freund &lt;andres@anarazel.de&gt;Acked-by: Quentin Monnet &lt;quentin@isovalent.com&gt;Cc: Alexei Starovoitov &lt;ast@kernel.org&gt;Cc: Ben Hutchings &lt;benh@debian.org&gt;Cc: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Quentin Monnet &lt;quentin@isovalent.com&gt;Cc: Sedat Dilek &lt;sedat.dilek@gmail.com&gt;Cc: bpf@vger.kernel.orgLink: http://lore.kernel.org/lkml/20220622181918.ykrs5rsnmx3og4sv@alap3.anarazel.deLink: https://lore.kernel.org/r/20220801013834.156015-6-andres@anarazel.deSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Mon, 01 Aug 2022 01:38:31 +0000</pubDate>
        <dc:creator>Andres Freund &lt;andres@anarazel.de&gt;</dc:creator>
    </item>
<item>
        <title>1d719254 - tools: bpf: Fix error in &apos;make -C tools/ bpf_install&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#1d719254</link>
        <description>tools: bpf: Fix error in &apos;make -C tools/ bpf_install&apos;make[2]: *** No rule to make target &apos;install&apos;.  Stop.make[1]: *** [Makefile:122: runqslower_install] Error 2make: *** [Makefile:116: bpf_install] Error 2There is no rule for target &apos;install&apos; in tools/bpf/runqslower/Makefile,and there is no need to install it, so just remove &apos;runqslower_install&apos;.Fixes: 9c01546d26d2 (&quot;tools/bpf: Add runqslower tool to tools/bpf&quot;)Signed-off-by: Wei Li &lt;liwei391@huawei.com&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Link: https://lore.kernel.org/bpf/20210628030409.3459095-1-liwei391@huawei.com

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Mon, 28 Jun 2021 03:04:09 +0000</pubDate>
        <dc:creator>Wei Li &lt;liwei391@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>1eb832ac - tools/bpf: build: Make sure resolve_btfids cleans up after itself</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#1eb832ac</link>
        <description>tools/bpf: build: Make sure resolve_btfids cleans up after itselfThe new resolve_btfids tool did not clean up the feature detection folderon &apos;make clean&apos;, and also was not called properly from the clean rule intools/make/ folder on its &apos;make clean&apos;. This lead to stale objects beingleft around, which could cause feature detection to fail on subsequentbuilds.Fixes: fbbb68de80a4 (&quot;bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object&quot;)Signed-off-by: Toke H&#248;iland-J&#248;rgensen &lt;toke@redhat.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Acked-by: Jiri Olsa &lt;jolsa@redhat.com&gt;Link: https://lore.kernel.org/bpf/20200901144343.179552-1-toke@redhat.com

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Tue, 01 Sep 2020 14:43:43 +0000</pubDate>
        <dc:creator>Toke H&#248;iland-J&#248;rgensen &lt;toke@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f143c11b - tools: bpf: Use local copy of headers including uapi/linux/filter.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#f143c11b</link>
        <description>tools: bpf: Use local copy of headers including uapi/linux/filter.hPulling header files directly out of the kernel sources for inclusion inuserspace programs is highly error prone, not least because it bypassesthe kbuild infrastructure entirely and so may end up referencing otherheader files that have not been generated.Subsequent patches will cause compiler.h to pull in the ungeneratedasm/rwonce.h file via filter.h, breaking the build for tools/bpf:  | $ make -C tools/bpf  | make: Entering directory &apos;/linux/tools/bpf&apos;  |   CC       bpf_jit_disasm.o  |   LINK     bpf_jit_disasm  |   CC       bpf_dbg.o  | In file included from /linux/include/uapi/linux/filter.h:9,  |                  from /linux/tools/bpf/bpf_dbg.c:41:  | /linux/include/linux/compiler.h:247:10: fatal error: asm/rwonce.h: No such file or directory  |  #include &lt;asm/rwonce.h&gt;  |           ^~~~~~~~~~~~~~  | compilation terminated.  | make: *** [Makefile:61: bpf_dbg.o] Error 1  | make: Leaving directory &apos;/linux/tools/bpf&apos;Take a copy of the installed version of linux/filter.h  (i.e. the onecreated by the &apos;headers_install&apos; target) into tools/include/uapi/linux/and adjust the BPF tool Makefile to reference the local includedirectories instead of those in the main source tree.Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Acked-by: Alexei Starovoitov &lt;ast@kernel.org&gt;Suggested-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Reported-by: Xiao Yang &lt;ice_yangxiao@163.com&gt;Signed-off-by: Will Deacon &lt;will@kernel.org&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Thu, 21 Nov 2019 12:41:40 +0000</pubDate>
        <dc:creator>Will Deacon &lt;will@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>33a57ce0 - bpf: Compile resolve_btfids tool at kernel compilation start</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#33a57ce0</link>
        <description>bpf: Compile resolve_btfids tool at kernel compilation startThe resolve_btfids tool will be used during the vmlinux linking,so it&apos;s necessary it&apos;s ready for it.Signed-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;Tested-by: Andrii Nakryiko &lt;andriin@fb.com&gt;Acked-by: Andrii Nakryiko &lt;andriin@fb.com&gt;Link: https://lore.kernel.org/bpf/20200711215329.41165-3-jolsa@kernel.org

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Sat, 11 Jul 2020 21:53:22 +0000</pubDate>
        <dc:creator>Jiri Olsa &lt;jolsa@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>47f6bc4c - tools, bpf: Do not force gcc as CC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#47f6bc4c</link>
        <description>tools, bpf: Do not force gcc as CCThis allows transparent cross-compilation with CROSS_COMPILE byrelying on 7ed1c1901fe5 (&quot;tools: fix cross-compile var clobbering&quot;).Same change was applied to tools/bpf/bpftool/Makefile in9e88b9312acb (&quot;tools: bpftool: do not force gcc as CC&quot;).Signed-off-by: Brett Mastbergen &lt;brett.mastbergen@gmail.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Link: https://lore.kernel.org/bpf/20200609213506.3299-1-brett.mastbergen@gmail.com

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Tue, 09 Jun 2020 21:35:06 +0000</pubDate>
        <dc:creator>Brett Mastbergen &lt;brett.mastbergen@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d70a6be1 - tools/bpf: Don&apos;t use $(COMPILE.c)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#d70a6be1</link>
        <description>tools/bpf: Don&apos;t use $(COMPILE.c)When using make kselftest TARGETS=bpf, tools/bpf is built withMAKEFLAGS=rR, which causes $(COMPILE.c) to be undefined, which in turncauses the build to fail with  CC       kselftest/bpf/tools/build/bpftool/map_perf_ring.o/bin/sh: 1: -MMD: not foundFix by using $(CC) $(CFLAGS) -c instead of $(COMPILE.c).Signed-off-by: Ilya Leoshkevich &lt;iii@linux.ibm.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Link: https://lore.kernel.org/bpf/20200602175649.2501580-2-iii@linux.ibm.com

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Tue, 02 Jun 2020 17:56:48 +0000</pubDate>
        <dc:creator>Ilya Leoshkevich &lt;iii@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>9c01546d - tools/bpf: Add runqslower tool to tools/bpf</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#9c01546d</link>
        <description>tools/bpf: Add runqslower tool to tools/bpfConvert one of BCC tools (runqslower [0]) to BPF CO-RE + libbpf. It matchesits BCC-based counterpart 1-to-1, supporting all the same parameters andfunctionality.runqslower tool utilizes BPF skeleton, auto-generated from BPF object file,as well as memory-mapped interface to global (read-only, in this case) data.Its Makefile also ensures auto-generation of &quot;relocatable&quot; vmlinux.h, which isnecessary for BTF-typed raw tracepoints with direct memory access.  [0] https://github.com/iovisor/bcc/blob/11bf5d02c895df9646c117c713082eb192825293/tools/runqslower.pySigned-off-by: Andrii Nakryiko &lt;andriin@fb.com&gt;Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;Link: https://lore.kernel.org/bpf/20200113073143.1779940-6-andriin@fb.com

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Mon, 13 Jan 2020 07:31:42 +0000</pubDate>
        <dc:creator>Andrii Nakryiko &lt;andriin@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>a89b2cbf - tools, bpf: Fix build for &apos;make -s tools/bpf O=&lt;dir&gt;&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#a89b2cbf</link>
        <description>tools, bpf: Fix build for &apos;make -s tools/bpf O=&lt;dir&gt;&apos;Building selftests with &apos;make TARGETS=bpf kselftest&apos; was fixed in commit55d554f5d140 (&quot;tools: bpf: Use !building_out_of_srctree to determinesrctree&quot;). However, by updating $(srctree) in tools/bpf/Makefile forin-tree builds only, we leave out the case where we pass an outputdirectory to build BPF tools, but $(srctree) is not set. Thistypically happens for:    $ make -s tools/bpf O=/tmp/foo    Makefile:40: /tools/build/Makefile.feature: No such file or directoryFix it by updating $(srctree) in the Makefile not only for out-of-treebuilds, but also if $(srctree) is empty.Detected with test_bpftool_build.sh.Fixes: 55d554f5d140 (&quot;tools: bpf: Use !building_out_of_srctree to determine srctree&quot;)Signed-off-by: Quentin Monnet &lt;quentin.monnet@netronome.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Acked-by: Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;Link: https://lore.kernel.org/bpf/20191119105626.21453-1-quentin.monnet@netronome.com

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Tue, 19 Nov 2019 10:56:26 +0000</pubDate>
        <dc:creator>Quentin Monnet &lt;quentin.monnet@netronome.com&gt;</dc:creator>
    </item>
<item>
        <title>55d554f5 - tools: bpf: Use !building_out_of_srctree to determine srctree</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#55d554f5</link>
        <description>tools: bpf: Use !building_out_of_srctree to determine srctreemake TARGETS=bpf kselftest fails with:Makefile:127: tools/build/Makefile.include: No such file or directoryWhen the bpf tool make is invoked from tools Makefile, srctree iscleared and the current logic check for srctree equals to emptystring to determine srctree location from CURDIR.When the build in invoked from selftests/bpf Makefile, the srctreeis set to &quot;.&quot; and the same logic used for srctree equals to empty isneeded to determine srctree.Check building_out_of_srctree undefined as the condition for bothcases to fix &quot;make TARGETS=bpf kselftest&quot; build failure.Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Acked-by: Song Liu &lt;songliubraving@fb.com&gt;Link: https://lore.kernel.org/bpf/20190927011344.4695-1-skhan@linuxfoundation.org

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Fri, 27 Sep 2019 01:13:44 +0000</pubDate>
        <dc:creator>Shuah Khan &lt;skhan@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fbdb620b - tools: bpf: account for generated feature/ and libbpf/ directories</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#fbdb620b</link>
        <description>tools: bpf: account for generated feature/ and libbpf/ directoriesWhen building &quot;tools/bpf&quot; from the top of the Linux repository, thebuild system passes a value for the $(OUTPUT) Makefile variable totools/bpf/Makefile and tools/bpf/bpftool/Makefile, which results ingenerating &quot;libbpf/&quot; (for bpftool) and &quot;feature/&quot; (bpf and bpftool)directories inside the tree.This commit adds such directories to the relevant .gitignore files, andedits the Makefiles to ensure they are removed on &quot;make clean&quot;. The useof &quot;rm&quot; is also made consistent throughout those Makefiles (relies onthe $(RM) variable, use &quot;--&quot; to prevent interpreting$(OUTPUT)/$(DESTDIR) as options.v2:- New patch.Signed-off-by: Quentin Monnet &lt;quentin.monnet@netronome.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Fri, 30 Aug 2019 11:00:39 +0000</pubDate>
        <dc:creator>Quentin Monnet &lt;quentin.monnet@netronome.com&gt;</dc:creator>
    </item>
<item>
        <title>9c299a32 - bpf: fix for lex/yacc build error with gcc-5</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#9c299a32</link>
        <description>bpf: fix for lex/yacc build error with gcc-5Fix build error found with Ubuntu shipped gcc-5~/git/bpf/tools/bpf$ make allAuto-detecting system features:...                        libbfd: [ OFF ]...        disassembler-four-args: [ OFF ]  CC       bpf_jit_disasm.o  LINK     bpf_jit_disasm  CC       bpf_dbg.o/home/john/git/bpf/tools/bpf/bpf_dbg.c: In function &#8216;cmd_load&#8217;:/home/john/git/bpf/tools/bpf/bpf_dbg.c:1077:13: warning: &#8216;cont&#8217; may be used uninitialized in this function [-Wmaybe-uninitialized]  } else if (matches(subcmd, &quot;pcap&quot;) == 0) {             ^  LINK     bpf_dbg  CC       bpf_asm.omake: *** No rule to make target `bpf_exp.yacc.o&apos;, needed by `bpf_asm&apos;.  Stop.Fixes: 5a8997f20715 (&quot;tools: bpf: respect output directory during build&quot;)Signed-off-by: John Fastabend &lt;john.fastabend@gmail.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Wed, 25 Apr 2018 21:22:45 +0000</pubDate>
        <dc:creator>John Fastabend &lt;john.fastabend@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cc5b3403 - tools: bpf: remove feature detection output</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#cc5b3403</link>
        <description>tools: bpf: remove feature detection outputbpf tools use feature detection for libbfd dependency, clean upthe output files on make clean.Signed-off-by: Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Fri, 16 Mar 2018 06:26:17 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;</dc:creator>
    </item>
<item>
        <title>8050ea46 - tools: bpf: cleanup PHONY target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#8050ea46</link>
        <description>tools: bpf: cleanup PHONY targetThere is no FORCE target in the Makefile and some of the PHONYtargets are missing, update the list.Signed-off-by: Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Fri, 16 Mar 2018 06:26:16 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;</dc:creator>
    </item>
<item>
        <title>ef8ba83b - tools: bpf: silence make by not deleting intermediate file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#ef8ba83b</link>
        <description>tools: bpf: silence make by not deleting intermediate fileEven in quiet mode, make finishes withrm tools/bpf/bpf_exp.lex.cThat&apos;s because it considers the file to be intermediate. Silence that bymentioning the lex.c file instead of the lex.o file; the dependency stillstays.Signed-off-by: Jiri Benc &lt;jbenc@redhat.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Thu, 08 Mar 2018 22:00:41 +0000</pubDate>
        <dc:creator>Jiri Benc &lt;jbenc@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a50b7f8c - tools: bpf: respect quiet/verbose build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#a50b7f8c</link>
        <description>tools: bpf: respect quiet/verbose buildDefault to quiet build, with V=1 enabling verbose build as is usual.Signed-off-by: Jiri Benc &lt;jbenc@redhat.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Thu, 08 Mar 2018 22:00:40 +0000</pubDate>
        <dc:creator>Jiri Benc &lt;jbenc@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>58416c37 - tools: bpf: call descend in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#58416c37</link>
        <description>tools: bpf: call descend in MakefileUse the descend macro to properly propagate $(subdir) to bpftool.Signed-off-by: Jiri Benc &lt;jbenc@redhat.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Thu, 08 Mar 2018 22:00:39 +0000</pubDate>
        <dc:creator>Jiri Benc &lt;jbenc@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6c071008 - tools: bpf: make install should build first</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/bpf/Makefile#6c071008</link>
        <description>tools: bpf: make install should build firstMake the &apos;install&apos; target depend on the &apos;all&apos; target to build the binariesfirst.Signed-off-by: Jiri Benc &lt;jbenc@redhat.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/tools/bpf/Makefile</description>
        <pubDate>Thu, 08 Mar 2018 22:00:38 +0000</pubDate>
        <dc:creator>Jiri Benc &lt;jbenc@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
