<?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>62b9ef50 - unicode: kunit: refactor selftest to kunit tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/unicode/Kconfig#62b9ef50</link>
        <description>unicode: kunit: refactor selftest to kunit testsRefactoring &apos;test&apos; functions into kunit tests, to test utf-8 support inunicode subsystem.This allows the utf8 tests to be run alongside the KUnit test suiteusing kunit-tool, quickly compiling and running all desired tests aspart of the KUnit test suite, instead of compiling the selftest moduleand loading it.The refactoring kept the original testing logic intact, while adopting atesting pattern across different kernel modules and leveraging KUnit&apos;sbenefits.Co-developed-by: Pedro Orlando &lt;porlando@lkcamp.dev&gt;Signed-off-by: Pedro Orlando &lt;porlando@lkcamp.dev&gt;Co-developed-by: Danilo Pereira &lt;dpereira@lkcamp.dev&gt;Signed-off-by: Danilo Pereira &lt;dpereira@lkcamp.dev&gt;Signed-off-by: Gabriela Bittencourt &lt;gbittencourt@lkcamp.dev&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Acked-by: Gabriel Krisman Bertazi &lt;krisman@suse.de&gt;Reviewed-by: Rae Moar &lt;rmoar@google.com&gt;Link: https://lore.kernel.org/r/20241202075545.3648096-6-davidgow@google.comSigned-off-by: Kees Cook &lt;kees@kernel.org&gt;

            List of files:
            /linux-6.15/fs/unicode/Kconfig</description>
        <pubDate>Mon, 02 Dec 2024 07:55:42 +0000</pubDate>
        <dc:creator>Gabriela Bittencourt &lt;gbittencourt@lkcamp.dev&gt;</dc:creator>
    </item>
<item>
        <title>5298d4bf - unicode: clean up the Kconfig symbol confusion</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/unicode/Kconfig#5298d4bf</link>
        <description>unicode: clean up the Kconfig symbol confusionTurn the CONFIG_UNICODE symbol into a tristate that generates some alwaysbuilt in code and remove the confusing CONFIG_UNICODE_UTF8_DATA symbol.Note that a lot of the IS_ENABLED() checks could be turned from cppstatements into normal ifs, but this change is intended to be fairlymechanic, so that should be cleaned up later.Fixes: 2b3d04787012 (&quot;unicode: Add utf8-data module&quot;)Reported-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Reviewed-by: Eric Biggers &lt;ebiggers@google.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/Kconfig</description>
        <pubDate>Tue, 18 Jan 2022 06:56:14 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&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/Kconfig#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/Kconfig</description>
        <pubDate>Wed, 15 Sep 2021 07:00:05 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&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/unicode/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/unicode/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>f0d6cc00 - unicode: introduce test module for normalized utf8 implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/unicode/Kconfig#f0d6cc00</link>
        <description>unicode: introduce test module for normalized utf8 implementationThis implements a in-kernel sanity test module for the utf8normalization core.  At probe time, it will run basic sequences throughthe utf8n core, to identify problems will equivalent sequences andnormalization/casefold code.  This is supposed to be useful forregression testing when adding support for a new version of utf8 tolinux.Signed-off-by: Gabriel Krisman Bertazi &lt;krisman@collabora.co.uk&gt;Signed-off-by: Theodore Ts&apos;o &lt;tytso@mit.edu&gt;

            List of files:
            /linux-6.15/fs/unicode/Kconfig</description>
        <pubDate>Thu, 25 Apr 2019 17:56:01 +0000</pubDate>
        <dc:creator>Gabriel Krisman Bertazi &lt;krisman@collabora.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>955405d1 - unicode: introduce UTF-8 character database</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/unicode/Kconfig#955405d1</link>
        <description>unicode: introduce UTF-8 character databaseThe decomposition and casefolding of UTF-8 characters are described in aprefix tree in utf8data.h, which is a generate from the UnicodeCharacter Database (UCD), published by the Unicode Consortium, andshould not be edited by hand.  The structures in utf8data.h are meant tobe used for lookup operations by the unicode subsystem, when decoding autf-8 string.mkutf8data.c is the source for a program that generates utf8data.h. Itwas written by Olaf Weber from SGI and originally proposed to be mergedinto Linux in 2014.  The original proposal performed the compatibilitydecomposition, NFKD, but the current version was modified by me to docanonical decomposition, NFD, as suggested by the community.  Thechanges from the original submission are:  * Rebase to mainline.  * Fix out-of-tree-build.  * Update makefile to build 11.0.0 ucd files.  * drop references to xfs.  * Convert NFKD to NFD.  * Merge back robustness fixes from original patch. Requested by    Dave Chinner.The original submission is archived at:&lt;https://linux-xfs.oss.sgi.narkive.com/Xx10wjVY/rfc-unicode-utf-8-support-for-xfs&gt;The utf8data.h file can be regenerated using the instructions infs/unicode/README.utf8data.- Notes on the update from 8.0.0 to 11.0:The structure of the ucd files and special cases have not experiencedany changes between versions 8.0.0 and 11.0.0.  8.0.0 saw the additionof Cherokee LC characters, which is an interesting case forcase-folding.  The update is accompanied by new tests on the test_ucdmodule to catch specific cases.  No changes to mkutf8data script wererequired for the updates.Signed-off-by: Gabriel Krisman Bertazi &lt;krisman@collabora.co.uk&gt;Signed-off-by: Theodore Ts&apos;o &lt;tytso@mit.edu&gt;

            List of files:
            /linux-6.15/fs/unicode/Kconfig</description>
        <pubDate>Thu, 25 Apr 2019 17:38:44 +0000</pubDate>
        <dc:creator>Gabriel Krisman Bertazi &lt;krisman@collabora.com&gt;</dc:creator>
    </item>
</channel>
</rss>
