<?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 utf8data.c_shipped</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>231825b2 - Revert &quot;unicode: Don&apos;t special case ignorable code points&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/unicode/utf8data.c_shipped#231825b2</link>
        <description>Revert &quot;unicode: Don&apos;t special case ignorable code points&quot;This reverts commit 5c26d2f1d3f5e4be3e196526bead29ecb139cf91.It turns out that we can&apos;t do this, because while the old behavior ofignoring ignorable code points was most definitely wrong, we havecase-folding filesystems with on-disk hash values with that wrongbehavior.So now you can&apos;t look up those names, because they hash to somethingdifferent.Of course, it&apos;s also entirely possible that in the meantime people havecreated *new* files with the new (&quot;more correct&quot;) case folding logic,and reverting will just make other things break.The correct solution is to not do case folding in filesystems, butsadly, people seem to never really understand that.  People still see itas a feature, not a bug.Reported-by: Qi Han &lt;hanqi@vivo.com&gt;Link: https://bugzilla.kernel.org/show_bug.cgi?id=219586Cc: Gabriel Krisman Bertazi &lt;krisman@suse.de&gt;Requested-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/unicode/utf8data.c_shipped</description>
        <pubDate>Wed, 11 Dec 2024 22:11:23 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5c26d2f1 - unicode: Don&apos;t special case ignorable code points</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/unicode/utf8data.c_shipped#5c26d2f1</link>
        <description>unicode: Don&apos;t special case ignorable code pointsWe don&apos;t need to handle them separately. Instead, just let themdecompose/casefold to themselves.Signed-off-by: Gabriel Krisman Bertazi &lt;krisman@suse.de&gt;

            List of files:
            /linux-6.15/fs/unicode/utf8data.c_shipped</description>
        <pubDate>Tue, 08 Oct 2024 22:43:16 +0000</pubDate>
        <dc:creator>Gabriel Krisman Bertazi &lt;krisman@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>43bf9d97 - unicode: constify utf8 data table</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/unicode/utf8data.c_shipped#43bf9d97</link>
        <description>unicode: constify utf8 data tableAll users already handle the table as const data.Move the table itself into .rodata to guard against accidental ormalicious modifications.Signed-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Link: https://lore.kernel.org/r/20240809-unicode-const-v1-1-69968a258092@weissschuh.netSigned-off-by: Gabriel Krisman Bertazi &lt;krisman@suse.de&gt;

            List of files:
            /linux-6.15/fs/unicode/utf8data.c_shipped</description>
        <pubDate>Fri, 09 Aug 2024 15:38:53 +0000</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
<item>
        <title>68318904 - unicode: add MODULE_DESCRIPTION() macros</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/unicode/utf8data.c_shipped#68318904</link>
        <description>unicode: add MODULE_DESCRIPTION() macrosCurrently &apos;make W=1&apos; reports:WARNING: modpost: missing MODULE_DESCRIPTION() in fs/unicode/utf8data.oWARNING: modpost: missing MODULE_DESCRIPTION() in fs/unicode/utf8-selftest.oAdd a MODULE_DESCRIPTION() to utf8-selftest.c and utf8data.c_shipped,and update mkutf8data.c to add a MODULE_DESCRIPTION() to any futuregenerated utf8data file.Signed-off-by: Jeff Johnson &lt;quic_jjohnson@quicinc.com&gt;Link: https://lore.kernel.org/r/20240524-md-unicode-v1-1-e2727ce8574d@quicinc.comSigned-off-by: Gabriel Krisman Bertazi &lt;krisman@suse.de&gt;

            List of files:
            /linux-6.15/fs/unicode/utf8data.c_shipped</description>
        <pubDate>Fri, 24 May 2024 18:48:09 +0000</pubDate>
        <dc:creator>Jeff Johnson &lt;quic_jjohnson@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>2b3d0478 - unicode: Add utf8-data module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/unicode/utf8data.c_shipped#2b3d0478</link>
        <description>unicode: Add utf8-data moduleutf8data.h contains a large database table which is an auto-generateddecodification trie for the unicode normalization functions.Allow building it into a separate module.Based on a patch from Shreeya Patel &lt;shreeya.patel@collabora.com&gt;.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Gabriel Krisman Bertazi &lt;krisman@collabora.com&gt;

            List of files:
            /linux-6.15/fs/unicode/utf8data.c_shipped</description>
        <pubDate>Wed, 15 Sep 2021 07:00:05 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
</channel>
</rss>
