<?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>5155cbcd - af_unix: Add a prompt to CONFIG_AF_UNIX_OOB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/unix/Kconfig#5155cbcd</link>
        <description>af_unix: Add a prompt to CONFIG_AF_UNIX_OOBThis makes it possible to disable the MSG_OOB support in .config.Signed-off-by: Florent Revest &lt;revest@chromium.org&gt;Reviewed-by: Eric Dumazet &lt;edumazet@google.com&gt;Link: https://patch.msgid.link/20241218143334.1507465-1-revest@chromium.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/net/unix/Kconfig</description>
        <pubDate>Wed, 18 Dec 2024 14:33:34 +0000</pubDate>
        <dc:creator>Florent Revest &lt;revest@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>99a7a5b9 - af_unix: Remove CONFIG_UNIX_SCM.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/unix/Kconfig#99a7a5b9</link>
        <description>af_unix: Remove CONFIG_UNIX_SCM.Originally, the code related to garbage collection was all in garbage.c.Commit f4e65870e5ce (&quot;net: split out functions related to registeringinflight socket files&quot;) moved some functions to scm.c for io_uring andadded CONFIG_UNIX_SCM just in case AF_UNIX was built as module.However, since commit 97154bcf4d1b (&quot;af_unix: Kconfig: make CONFIG_UNIXbool&quot;), AF_UNIX is no longer built separately.  Also, io_uring does notsupport SCM_RIGHTS now.Let&apos;s move the functions back to garbage.cSigned-off-by: Kuniyuki Iwashima &lt;kuniyu@amazon.com&gt;Acked-by: Jens Axboe &lt;axboe@kernel.dk&gt;Link: https://lore.kernel.org/r/20240129190435.57228-4-kuniyu@amazon.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/net/unix/Kconfig</description>
        <pubDate>Mon, 29 Jan 2024 19:04:35 +0000</pubDate>
        <dc:creator>Kuniyuki Iwashima &lt;kuniyu@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>97154bcf - af_unix: Kconfig: make CONFIG_UNIX bool</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/unix/Kconfig#97154bcf</link>
        <description>af_unix: Kconfig: make CONFIG_UNIX boolLet&apos;s make CONFIG_UNIX a bool instead of a tristate.We&apos;ve decided to do that during discussion about SCM_PIDFD patchset [1].[1] https://lore.kernel.org/lkml/20230524081933.44dc8bea@kernel.org/Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Eric Dumazet &lt;edumazet@google.com&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Cc: Paolo Abeni &lt;pabeni@redhat.com&gt;Cc: Leon Romanovsky &lt;leon@kernel.org&gt;Cc: David Ahern &lt;dsahern@kernel.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Kees Cook &lt;keescook@chromium.org&gt;Cc: Christian Brauner &lt;brauner@kernel.org&gt;Cc: Kuniyuki Iwashima &lt;kuniyu@amazon.com&gt;Cc: Lennart Poettering &lt;mzxreary@0pointer.de&gt;Cc: Luca Boccassi &lt;bluca@debian.org&gt;Cc: linux-kernel@vger.kernel.orgCc: netdev@vger.kernel.orgCc: linux-arch@vger.kernel.orgSuggested-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: Alexander Mikhalitsyn &lt;aleksandr.mikhalitsyn@canonical.com&gt;Acked-by: Christian Brauner &lt;brauner@kernel.org&gt;Reviewed-by: Eric Dumazet &lt;edumazet@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/unix/Kconfig</description>
        <pubDate>Thu, 08 Jun 2023 20:26:28 +0000</pubDate>
        <dc:creator>Alexander Mikhalitsyn &lt;aleksandr.mikhalitsyn@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>314001f0 - af_unix: Add OOB support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/unix/Kconfig#314001f0</link>
        <description>af_unix: Add OOB supportThis patch adds OOB support for AF_UNIX sockets.The semantics is same as TCP.The last byte of a message with the OOB flag istreated as the OOB byte. The byte is separated intoa skb and a pointer to the skb is stored in unix_sock.The pointer is used to enforce OOB semantics.Signed-off-by: Rao Shoaib &lt;rao.shoaib@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/unix/Kconfig</description>
        <pubDate>Sun, 01 Aug 2021 07:57:07 +0000</pubDate>
        <dc:creator>Rao Shoaib &lt;rao.shoaib@oracle.com&gt;</dc:creator>
    </item>
<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/net/unix/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/net/unix/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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/unix/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/net/unix/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>f4e65870 - net: split out functions related to registering inflight socket files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/unix/Kconfig#f4e65870</link>
        <description>net: split out functions related to registering inflight socket filesWe need this functionality for the io_uring file registration, butwe cannot rely on it since CONFIG_UNIX can be modular. Move the helpersto a separate file, that&apos;s always builtin to the kernel if CONFIG_UNIX ism/y.No functional changes in this patch, just moving code around.Reviewed-by: Hannes Reinecke &lt;hare@suse.com&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/net/unix/Kconfig</description>
        <pubDate>Fri, 08 Feb 2019 16:01:44 +0000</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>6d62a66e - net: Default UDP and UNIX diag to &apos;n&apos;.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/unix/Kconfig#6d62a66e</link>
        <description>net: Default UDP and UNIX diag to &apos;n&apos;.Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/unix/Kconfig</description>
        <pubDate>Sat, 07 Jan 2012 20:13:06 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>5d531aaa - unix_diag: Write it into kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/unix/Kconfig#5d531aaa</link>
        <description>unix_diag: Write it into kbuildSigned-off-by: Pavel Emelyanov &lt;xemul@parallels.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/unix/Kconfig</description>
        <pubDate>Thu, 15 Dec 2011 02:46:50 +0000</pubDate>
        <dc:creator>Pavel Emelyanov &lt;xemul@parallels.com&gt;</dc:creator>
    </item>
<item>
        <title>6a2e9b73 - [NET]: move config options out to individual protocols</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/unix/Kconfig#6a2e9b73</link>
        <description>[NET]: move config options out to individual protocolsMove the protocol specific config options out to the specific protocols.With this change net/Kconfig now starts to become readable and serve as agood basis for further re-structuring.The menu structure is left almost intact, except that indention isfixed in most cases. Most visible are the INET changes where several&quot;depends on INET&quot; are replaced with a single ifdef INET / endif pair.Several new files were created to accomplish this change - they aresmall but serve the purpose that config options are now distributedout where they belongs.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/unix/Kconfig</description>
        <pubDate>Tue, 12 Jul 2005 04:13:56 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
</channel>
</rss>
