<?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>9009b455 - .gitignore: prefix local generated files with a slash</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/usr/.gitignore#9009b455</link>
        <description>.gitignore: prefix local generated files with a slashThe pattern prefixed with &apos;/&apos; matches files in the same directory,but not ones in sub-directories.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Acked-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Acked-by: Andra Paraschiv &lt;andraprs@amazon.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Gabriel Krisman Bertazi &lt;krisman@collabora.com&gt;

            List of files:
            /linux-6.15/usr/.gitignore</description>
        <pubDate>Fri, 30 Apr 2021 02:03:08 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d198b34f - .gitignore: add SPDX License Identifier</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/usr/.gitignore#d198b34f</link>
        <description>.gitignore: add SPDX License IdentifierAdd SPDX License Identifier to all .gitignore files.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/usr/.gitignore</description>
        <pubDate>Tue, 03 Mar 2020 13:35:59 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>65e00e04 - initramfs: refactor the initramfs build rules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/usr/.gitignore#65e00e04</link>
        <description>initramfs: refactor the initramfs build rulesCurrently, usr/gen_initramfs.sh takes care of all the use-cases: [1] generates a cpio file unless CONFIG_INITRAMFS_SOURCE points to     a single cpio archive [2] If CONFIG_INITRAMFS_SOURCE is the path to a cpio archive,     use it as-is. [3] Compress the cpio file according to CONFIG_INITRAMFS_COMPRESSION_*     unless it is passed a compressed archive.To simplify the script, move [2] and [3] to usr/Makefile.If CONFIG_INITRAMFS_SOURCE is the path to a cpio archive, there isno need to run this shell script.For the cpio archive compression, you can re-use the rules fromscripts/Makefile.lib .Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/usr/.gitignore</description>
        <pubDate>Sat, 04 Jan 2020 15:02:37 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d6fc9fcb - kbuild: compile-test exported headers to ensure they are self-contained</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/usr/.gitignore#d6fc9fcb</link>
        <description>kbuild: compile-test exported headers to ensure they are self-containedMultiple people have suggested compile-testing UAPI headers to ensurethey can be really included from user-space. &quot;make headers_check&quot; isobviously not enough to catch bugs, and we often leak unresolvedreferences to user-space.Use the new header-test-y syntax to implement it. Please note exportedheaders are compile-tested with a completely different set of compilerflags. The header search path is set to $(objtree)/usr/include sinceexported headers should not include unexported ones.We use -std=gnu89 for the kernel space since the kernel code highlydepends on GNU extensions. On the other hand, UAPI headers should bewritten in more standardized C, so they are compiled with -std=c90.This will emit errors if C++ style comments, the keyword &apos;inline&apos;, etc.are used. Please use C style comments (/* ... */), &apos;__inline__&apos;, etc.in UAPI headers.There is additional compiler requirement to enable this test becausemany of UAPI headers include &lt;stdlib.h&gt;, &lt;sys/ioctl.h&gt;, &lt;sys/time.h&gt;,etc. directly or indirectly. You cannot use kernel.org pre-builttoolchains [1] since they lack &lt;stdlib.h&gt;.I reused CONFIG_CC_CAN_LINK to check the system header availability.The intention is slightly different, but a compiler that can linkuserspace programs provide system headers.For now, a lot of headers need to be excluded because they cannotbe compiled standalone, but this is a good start point.[1] https://mirrors.edge.kernel.org/pub/tools/crosstool/index.htmlSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/usr/.gitignore</description>
        <pubDate>Mon, 01 Jul 2019 00:58:40 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>78074cfc - gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzma</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/usr/.gitignore#78074cfc</link>
        <description>gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzmausr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzma are binaryfiles should be ignoredSigned-off-by: Jaswinder Singh Rajput &lt;jaswinderrajput@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/usr/.gitignore</description>
        <pubDate>Fri, 18 Sep 2009 19:49:21 +0000</pubDate>
        <dc:creator>Jaswinder Singh Rajput &lt;jaswinder@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3f1b0e1f - .gitignore update</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/usr/.gitignore#3f1b0e1f</link>
        <description>.gitignore updateheaders_install by default puts headers into usr/include/ .They&apos;re auto-generated, so should be ignored.Same for *.orig, *.rej .Signed-off-by: Alexey Dobriyan &lt;adobriyan@sw.ru&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/usr/.gitignore</description>
        <pubDate>Mon, 16 Jul 2007 06:41:52 +0000</pubDate>
        <dc:creator>Alexey Dobriyan &lt;adobriyan@sw.ru&gt;</dc:creator>
    </item>
<item>
        <title>1e65174a - Add some basic .gitignore files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/usr/.gitignore#1e65174a</link>
        <description>Add some basic .gitignore filesThis still leaves driver and architecture-specific subdirectories alone,but gets rid of the bulk of the &quot;generic&quot; generated files that we shouldignore.Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/usr/.gitignore</description>
        <pubDate>Tue, 18 Oct 2005 15:26:15 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@g5.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
