<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a1f46ff2 - cramfs: Kconfig: fix spelling &amp; punctuation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/cramfs/Kconfig#a1f46ff2</link>
        <description>cramfs: Kconfig: fix spelling &amp; punctuationFix spelling and hyphenation in cramfs Kconfig.Link: https://lkml.kernel.org/r/20230124181631.15204-1-rdunlap@infradead.orgSigned-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Nicolas Pitre &lt;nico@fluxnic.net&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/cramfs/Kconfig</description>
        <pubDate>Tue, 24 Jan 2023 18:16:31 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>0c1bc6b8 - docs: filesystems: fix renamed references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/cramfs/Kconfig#0c1bc6b8</link>
        <description>docs: filesystems: fix renamed referencesSome filesystem references got broken by a previous patchseries I submitted. Address those.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Acked-by: David Sterba &lt;dsterba@suse.com&gt; # fs/affs/KconfigLink: https://lore.kernel.org/r/57318c53008dbda7f6f4a5a9e5787f4d37e8565a.1586881715.git.mchehab+huawei@kernel.orgSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/fs/cramfs/Kconfig</description>
        <pubDate>Tue, 14 Apr 2020 16:48:37 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/cramfs/Kconfig#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/cramfs/Kconfig</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>a8c6db00 - cramfs: better MTD dependency expression</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/cramfs/Kconfig#a8c6db00</link>
        <description>cramfs: better MTD dependency expressionCommit b9f5fb1800d8 (&quot;cramfs: fix MTD dependency&quot;) did what it says.Since commit 9059a3493efe (&quot;kconfig: fix relational operators for booland tristate symbols&quot;) it is possible to do it slightly better though.Signed-off-by: Nicolas Pitre &lt;nico@linaro.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/cramfs/Kconfig</description>
        <pubDate>Thu, 08 Feb 2018 03:08:08 +0000</pubDate>
        <dc:creator>Nicolas Pitre &lt;nicolas.pitre@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>b9f5fb18 - cramfs: fix MTD dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/cramfs/Kconfig#b9f5fb18</link>
        <description>cramfs: fix MTD dependencyWith CONFIG_MTD=m and CONFIG_CRAMFS=y, we now get a link failure:  fs/cramfs/inode.o: In function `cramfs_mount&apos;: inode.c:(.text+0x220): undefined reference to `mount_mtd&apos;  fs/cramfs/inode.o: In function `cramfs_mtd_fill_super&apos;:  inode.c:(.text+0x6d8): undefined reference to `mtd_point&apos;  inode.c:(.text+0xae4): undefined reference to `mtd_unpoint&apos;This adds a more specific Kconfig dependency to avoid the brokenconfiguration.Alternatively we could make CRAMFS itself depend on &quot;MTD || !MTD&quot; with asimilar result.Fixes: 99c18ce580c6 (&quot;cramfs: direct memory access support&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Nicolas Pitre &lt;nico@linaro.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/cramfs/Kconfig</description>
        <pubDate>Fri, 10 Nov 2017 14:57:21 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>8d59598c - cramfs: rehabilitate it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/cramfs/Kconfig#8d59598c</link>
        <description>cramfs: rehabilitate itUpdate documentation, pointer to latest tools, appoint myself asmaintainer. Given it&apos;s been unloved for so long, I don&apos;t expect anyonewill protest.Signed-off-by: Nicolas Pitre &lt;nico@linaro.org&gt;Tested-by: Chris Brandt &lt;chris.brandt@renesas.com&gt;Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;

            List of files:
            /linux-6.15/fs/cramfs/Kconfig</description>
        <pubDate>Thu, 12 Oct 2017 06:16:13 +0000</pubDate>
        <dc:creator>Nicolas Pitre &lt;nicolas.pitre@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>99c18ce5 - cramfs: direct memory access support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/cramfs/Kconfig#99c18ce5</link>
        <description>cramfs: direct memory access supportSmall embedded systems typically execute the kernel code in place (XIP)directly from flash to save on precious RAM usage. This patch adds tocramfs the ability to consume filesystem data directly from flash aswell. Cramfs is particularly well suited to this feature as it is verysimple with low RAM usage, and with this feature it is possible to useit with no block device support and consequently even lower RAM usage.This patch was inspired by a similar patch from Shane Nay dated 17 yearsago that used to be very popular in embedded circles but never made itinto mainline. This is a cleaned-up implementation that uses far fewerifdef&apos;s and gets the actual memory location for the filesystem imagevia MTD at run time. In the context of small IoT deployments, thisfunctionality has become relevant and useful again.Signed-off-by: Nicolas Pitre &lt;nico@linaro.org&gt;Tested-by: Chris Brandt &lt;chris.brandt@renesas.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;

            List of files:
            /linux-6.15/fs/cramfs/Kconfig</description>
        <pubDate>Fri, 13 Oct 2017 20:09:23 +0000</pubDate>
        <dc:creator>Nicolas Pitre &lt;nicolas.pitre@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>54886a71 - cramfs: mark as obsolete</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/cramfs/Kconfig#54886a71</link>
        <description>cramfs: mark as obsoleteWho needs cramfs when you have squashfs?  At least, we should warn peoplethat cramfs is obsolete.Signed-off-by: Michael Opdenacker &lt;michael.opdenacker@free-electrons.com&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/cramfs/Kconfig</description>
        <pubDate>Tue, 12 Nov 2013 23:08:35 +0000</pubDate>
        <dc:creator>Michael Opdenacker &lt;michael.opdenacker@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>2a22783b - fs/Kconfig: move cramfs out</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/cramfs/Kconfig#2a22783b</link>
        <description>fs/Kconfig: move cramfs outSigned-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;

            List of files:
            /linux-6.15/fs/cramfs/Kconfig</description>
        <pubDate>Thu, 22 Jan 2009 07:56:54 +0000</pubDate>
        <dc:creator>Alexey Dobriyan &lt;adobriyan@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
