<?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>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/notify/inotify/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/fs/notify/inotify/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.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/notify/inotify/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/notify/inotify/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/notify/inotify/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/notify/inotify/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>5dd50aae - Make anon_inodes unconditional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/notify/inotify/Kconfig#5dd50aae</link>
        <description>Make anon_inodes unconditionalMake the anon_inodes facility unconditional so that it can be used by coreVFS code and pidfd code.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;[christian@brauner.io: adapt commit message to mention pidfds]Signed-off-by: Christian Brauner &lt;christian@brauner.io&gt;

            List of files:
            /linux-6.15/fs/notify/inotify/Kconfig</description>
        <pubDate>Mon, 05 Nov 2018 17:40:31 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>dadd2299 - Make anon_inodes unconditional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/notify/inotify/Kconfig#dadd2299</link>
        <description>Make anon_inodes unconditionalMake the anon_inodes facility unconditional so that it can be used by coreVFS code.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;

            List of files:
            /linux-6.15/fs/notify/inotify/Kconfig</description>
        <pubDate>Mon, 05 Nov 2018 17:40:31 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>2dfc1cae - inotify: remove inotify in kernel interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/notify/inotify/Kconfig#2dfc1cae</link>
        <description>inotify: remove inotify in kernel interfacenothing uses inotify in the kernel, drop it!Signed-off-by: Eric Paris &lt;eparis@redhat.com&gt;

            List of files:
            /linux-6.15/fs/notify/inotify/Kconfig</description>
        <pubDate>Fri, 18 Dec 2009 01:30:52 +0000</pubDate>
        <dc:creator>Eric Paris &lt;eparis@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>e7b702b1 - Inotify: undefined reference to `anon_inode_getfd&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/notify/inotify/Kconfig#e7b702b1</link>
        <description>Inotify: undefined reference to `anon_inode_getfd&apos;Fix:fs/built-in.o: In function `sys_inotify_init1&apos;:summary.c:(.text+0x347a4): undefined reference to `anon_inode_getfd&apos;found by kautobuild with arms bcmring_defconfig, which ends up withINOTIFY_USER enabled (through the &apos;default y&apos;) but leaves ANON_INODESunset.  However, inotify_user.c uses anon_inode_getfd().Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;Signed-off-by: Eric Paris &lt;eparis@redhat.com&gt;

            List of files:
            /linux-6.15/fs/notify/inotify/Kconfig</description>
        <pubDate>Sun, 18 Apr 2010 20:25:11 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk@arm.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>12b1b321 - Inotify: Fix build failure in inotify user support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/notify/inotify/Kconfig#12b1b321</link>
        <description>Inotify: Fix build failure in inotify user supportCONFIG_INOTIFY_USER defined but CONFIG_ANON_INODES undefined will resultin the following build failure:    LD      vmlinux  fs/built-in.o: In function &apos;sys_inotify_init1&apos;:  (.text.sys_inotify_init1+0x22c): undefined reference to &apos;anon_inode_getfd&apos;  fs/built-in.o: In function `sys_inotify_init1&apos;:  (.text.sys_inotify_init1+0x22c): relocation truncated to fit: R_MIPS_26 against &apos;anon_inode_getfd&apos;  make[2]: *** [vmlinux] Error 1  make[1]: *** [sub-make] Error 2  make: *** [all] Error 2Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Cc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/notify/inotify/Kconfig</description>
        <pubDate>Mon, 08 Mar 2010 19:51:03 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>520dc2a5 - fsnotify: use def_bool in kconfig instead of letting the user choose</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/notify/inotify/Kconfig#520dc2a5</link>
        <description>fsnotify: use def_bool in kconfig instead of letting the user choosefsnotify doens&apos;t give the user anything.  If someone chooses inotify ordnotify it should build fsnotify, if they don&apos;t select one it shouldn&apos;t bebuilt.  This patch changes fsnotify to be a def_bool=n and makes everythingelse select it.  Also fixes the issue people complained about on lwn wheregdm hung because they didn&apos;t have inotify and they didn&apos;t get the inotifybuild option.....Signed-off-by: Eric Paris &lt;eparis@redhat.com&gt;

            List of files:
            /linux-6.15/fs/notify/inotify/Kconfig</description>
        <pubDate>Mon, 13 Jul 2009 19:56:54 +0000</pubDate>
        <dc:creator>Eric Paris &lt;eparis@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>63c882a0 - inotify: reimplement inotify using fsnotify</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/notify/inotify/Kconfig#63c882a0</link>
        <description>inotify: reimplement inotify using fsnotifyReimplement inotify_user using fsnotify.  This should be feature for featureexactly the same as the original inotify_user.  This does not make any changesto the in kernel inotify feature used by audit.  Those patches (and the eventualremoval of in kernel inotify) will come after the new inotify_user proves to beworking correctly.Signed-off-by: Eric Paris &lt;eparis@redhat.com&gt;Acked-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Cc: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/fs/notify/inotify/Kconfig</description>
        <pubDate>Thu, 21 May 2009 21:02:01 +0000</pubDate>
        <dc:creator>Eric Paris &lt;eparis@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>272eb014 - filesystem notification: create fs/notify to contain all fs notification</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/notify/inotify/Kconfig#272eb014</link>
        <description>filesystem notification: create fs/notify to contain all fs notificationCreating a generic filesystem notification interface, fsnotify, which will beused by inotify, dnotify, and eventually fanotify is really starting toclutter the fs directory.  This patch simply moves inotify and dnotify intofs/notify/inotify and fs/notify/dnotify respectively to make both current fs/and future notification tidier.Signed-off-by: Eric Paris &lt;eparis@redhat.com&gt;Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;

            List of files:
            /linux-6.15/fs/notify/inotify/Kconfig</description>
        <pubDate>Wed, 17 Dec 2008 18:59:41 +0000</pubDate>
        <dc:creator>Eric Paris &lt;eparis@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
