<?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 .gitignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5f52d47c - bpf/preload: Clean up .gitignore and &quot;clean-files&quot; target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/kernel/bpf/preload/.gitignore#5f52d47c</link>
        <description>bpf/preload: Clean up .gitignore and &quot;clean-files&quot; targetkernel/bpf/preload/Makefile was recently updated to have it installlibbpf&apos;s headers locally instead of pulling them from tools/lib/bpf. Buttwo items still need to be addressed.First, the local .gitignore file was not adjusted to ignore the filesgenerated in the new kernel/bpf/preload/libbpf output directory.Second, the &quot;clean-files&quot; target is now incorrect. The old artefactsnames were not removed from the target, while the new ones were addedincorrectly. This is because &quot;clean-files&quot; expects names relative to$(obj), but we passed the absolute path instead. This results in theoutput and header-destination directories for libbpf (and theircontents) not being removed from kernel/bpf/preload on &quot;make clean&quot; fromthe root of the repository.This commit fixes both issues. Note that $(userprogs) needs not be addedto &quot;clean-files&quot;, because the cleaning infrastructure already accountsfor it.Cleaning the files properly also prevents make from printing thefollowing message, for builds coming after a &quot;make clean&quot;:&quot;make[4]: Nothing to be done for &apos;install_headers&apos;.&quot;v2: Simplify the &quot;clean-files&quot; target.Fixes: bf60791741d4 (&quot;bpf: preload: Install libbpf headers when building&quot;)Signed-off-by: Quentin Monnet &lt;quentin@isovalent.com&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Acked-by: John Fastabend &lt;john.fastabend@gmail.com&gt;Link: https://lore.kernel.org/bpf/20211020094647.15564-1-quentin@isovalent.com

            List of files:
            /linux-6.15/kernel/bpf/preload/.gitignore</description>
        <pubDate>Wed, 20 Oct 2021 09:46:47 +0000</pubDate>
        <dc:creator>Quentin Monnet &lt;quentin@isovalent.com&gt;</dc:creator>
    </item>
<item>
        <title>9d9aae53 - bpf/preload: Make sure Makefile cleans up after itself, and add .gitignore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/kernel/bpf/preload/.gitignore#9d9aae53</link>
        <description>bpf/preload: Make sure Makefile cleans up after itself, and add .gitignoreThe Makefile in bpf/preload builds a local copy of libbpf, but does notproperly clean up after itself. This can lead to subsequent compilationfailures, since the feature detection cache is kept around which can leadsubsequent detection to fail.Fix this by properly setting clean-files, and while we&apos;re at it, also add a.gitignore for the directory to ignore the build artifacts.Fixes: d71fa5c9763c (&quot;bpf: Add kernel module with user mode driver that populates bpffs.&quot;)Signed-off-by: Toke H&#248;iland-J&#248;rgensen &lt;toke@redhat.com&gt;Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;Link: https://lore.kernel.org/bpf/20200927193005.8459-1-toke@redhat.com

            List of files:
            /linux-6.15/kernel/bpf/preload/.gitignore</description>
        <pubDate>Sun, 27 Sep 2020 19:30:05 +0000</pubDate>
        <dc:creator>Toke H&#248;iland-J&#248;rgensen &lt;toke@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
