<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/autofs/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/fs/autofs/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>d02d21ea - autofs: rename &apos;autofs&apos; module back to &apos;autofs4&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/autofs/Makefile#d02d21ea</link>
        <description>autofs: rename &apos;autofs&apos; module back to &apos;autofs4&apos;It turns out that systemd has a bug: it wants to load the autofs moduleearly because of some initialization ordering with udev, and it doesn&apos;tdo that correctly.  Everywhere else it does the proper &quot;look up modulename&quot; that does the proper alias resolution, but in that early code, itjust uses a hardcoded &quot;autofs4&quot; for the module name.The result of that is that as of commit a2225d931f75 (&quot;autofs: removeleft-over autofs4 stubs&quot;), you get    systemd[1]: Failed to insert module &apos;autofs4&apos;: No such file or directoryin the system logs, and a lack of module loading.  All this despite thefact that we had very clearly marked &apos;autofs4&apos; as an alias for thismodule.What&apos;s so ridiculous about this is that literally everything else doesthe module alias handling correctly, including really old versions ofsystemd (that just used &apos;modprobe&apos; to do this), and even all the othersystemd module loading code.Only that special systemd early module load code is broken, hardcodingthe module names for not just &apos;autofs4&apos;, but also &quot;ipv6&quot;, &quot;unix&quot;,&quot;ip_tables&quot; and &quot;virtio_rng&quot;.  Very annoying.Instead of creating an _additional_ separate compatibility &apos;autofs4&apos;module, just rely on the fact that everybody else gets this right, andjust call the module &apos;autofs4&apos; for compatibility reasons, with &apos;autofs&apos;as the alias name.That will allow the systemd people to fix their bugs, adding the properalias handling, and maybe even fix the name of the module to be just&quot;autofs&quot; (so that they can _test_ the alias handling).  And eventually,we can revert this silly compatibility hack.See also    https://github.com/systemd/systemd/issues/9501    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902946for the systemd bug reports upstream and in the Debian bug trackerrespectively.Fixes: a2225d931f75 (&quot;autofs: remove left-over autofs4 stubs&quot;)Reported-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;Reported-by: Michael Biebl &lt;biebl@debian.org&gt;Cc: Ian Kent &lt;raven@themaw.net&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/autofs/Makefile</description>
        <pubDate>Thu, 05 Jul 2018 01:17:51 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2a3ae0a1 - autofs: create autofs Kconfig and Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/autofs/Makefile#2a3ae0a1</link>
        <description>autofs: create autofs Kconfig and MakefileCreate Makefile and Kconfig for autofs module.[raven@themaw.net: make autofs4 Kconfig depend on AUTOFS_FS]  Link: http://lkml.kernel.org/r/152687649097.8263.7046086367407522029.stgit@pluto.themaw.netLink: http://lkml.kernel.org/r/152626705591.28589.356365986974038383.stgit@pluto.themaw.netSigned-off-by: Ian Kent &lt;raven@themaw.net&gt;Tested-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Al Viro &lt;viro@ZenIV.linux.org.uk&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/fs/autofs/Makefile</description>
        <pubDate>Fri, 08 Jun 2018 00:11:31 +0000</pubDate>
        <dc:creator>Ian Kent &lt;raven@themaw.net&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/autofs/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/fs/autofs/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
