<?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>74e25376 - xtensa: only build __strncpy_user with CONFIG_ARCH_HAS_STRNCPY_FROM_USER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/lib/Makefile#74e25376</link>
        <description>xtensa: only build __strncpy_user with CONFIG_ARCH_HAS_STRNCPY_FROM_USER__strncpy_user is only used when CONFIG_ARCH_HAS_STRNCPY_FROM_USER isenabled so don&apos;t build the source when it&apos;s off.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/lib/Makefile</description>
        <pubDate>Fri, 09 Jun 2023 07:07:47 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bcea4f7a - xtensa: Remove 64 bits atomic builtins stubs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/lib/Makefile#bcea4f7a</link>
        <description>xtensa: Remove 64 bits atomic builtins stubsThe stubs were provided by commit 725aea873261 (&quot;xtensa: enable KCSAN&quot;)to make linker happy allthought they are not meant to be used at all.KCSAN core has been fixed to not require them anymore on32 bits architectures.Then they can be removed.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Acked-by: Marco Elver &lt;elver@google.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/a6834980e58c5e2cdf25b3db061f34975de46437.1683892665.git.christophe.leroy@csgroup.eu

            List of files:
            /linux-6.15/arch/xtensa/lib/Makefile</description>
        <pubDate>Fri, 12 May 2023 15:31:19 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>034f4a78 - xtensa: add __bswap{si,di}2 helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/lib/Makefile#034f4a78</link>
        <description>xtensa: add __bswap{si,di}2 helpersgcc-13 may generate calls for __bswap{si,di}2. This breaks the kernelbuild when optimization for size is selected. Add __bswap{si,di}2helpers to fix that.Cc: stable@vger.kernel.orgFixes: 19c5699f9aff (&quot;xtensa: don&apos;t link with libgcc&quot;)Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/lib/Makefile</description>
        <pubDate>Sun, 07 May 2023 00:10:36 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8939c58d - xtensa: add __umulsidi3 helper</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/lib/Makefile#8939c58d</link>
        <description>xtensa: add __umulsidi3 helperxtensa gcc-13 has changed multiplication handling and may now use__umulsidi3 helper where it used to use __muldi3. As a result buildingthe kernel with the new gcc may fail with the following error:    linux/init/main.c:1287: undefined reference to `__umulsidi3&apos;Fix the build by providing __umulsidi3 implementation for xtensa.Cc: stable@vger.kernel.org # 5.18+Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/lib/Makefile</description>
        <pubDate>Mon, 05 Dec 2022 21:19:21 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>725aea87 - xtensa: enable KCSAN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/lib/Makefile#725aea87</link>
        <description>xtensa: enable KCSANPrefix arch-specific barrier macros with &apos;__&apos; to make use of instrumentedgeneric macros.Prefix arch-specific bitops with &apos;arch_&apos; to make use of instrumentedgeneric functions.Provide stubs for 64-bit atomics when building with KCSAN.Disable KCSAN instrumentation in arch/xtensa/boot.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Acked-by: Marco Elver &lt;elver@google.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/lib/Makefile</description>
        <pubDate>Sat, 05 Oct 2019 06:33:31 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dbf4ed89 - xtensa: add helpers for division, remainder and shifts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/lib/Makefile#dbf4ed89</link>
        <description>xtensa: add helpers for division, remainder and shiftsDon&apos;t rely on libgcc presence, build own versions of the helpers withcorrect ABI.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/lib/Makefile</description>
        <pubDate>Mon, 18 Oct 2021 11:29:27 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&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/arch/xtensa/lib/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/arch/xtensa/lib/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>ded220bd - [STRING]: Move strcasecmp/strncasecmp to lib/string.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/lib/Makefile#ded220bd</link>
        <description>[STRING]: Move strcasecmp/strncasecmp to lib/string.cWe have several platforms using local copies of identicalcode.Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/xtensa/lib/Makefile</description>
        <pubDate>Thu, 29 Mar 2007 08:18:42 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@sunset.davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>249ac17e - [PATCH] xtensa: Architecture support for Tensilica Xtensa Part 4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/lib/Makefile#249ac17e</link>
        <description>[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 4The attached patches provides part 4 of an architecture implementation for theTensilica Xtensa CPU series.Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/arch/xtensa/lib/Makefile</description>
        <pubDate>Fri, 24 Jun 2005 05:01:20 +0000</pubDate>
        <dc:creator>Chris Zankel &lt;czankel@tensilica.com&gt;</dc:creator>
    </item>
</channel>
</rss>
