<?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>313b38a6 - lib/prime_numbers: convert self-test to KUnit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/math/tests/Makefile#313b38a6</link>
        <description>lib/prime_numbers: convert self-test to KUnitExtract a private header and convert the prime_numbers self-test to aKUnit test. I considered parameterizing the test using`KUNIT_CASE_PARAM` but didn&apos;t see how it was possible since the testlogic is entangled with the test parameter generation logic.Signed-off-by: Tamir Duberstein &lt;tamird@gmail.com&gt;Link: https://lore.kernel.org/r/20250208-prime_numbers-kunit-convert-v5-2-b0cb82ae7c7d@gmail.comSigned-off-by: Kees Cook &lt;kees@kernel.org&gt;

            List of files:
            /linux-6.15/lib/math/tests/Makefile</description>
        <pubDate>Sun, 09 Feb 2025 02:44:39 +0000</pubDate>
        <dc:creator>Tamir Duberstein &lt;tamird@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9ab61886 - lib/math: Add Kunit test suite for gcd()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/math/tests/Makefile#9ab61886</link>
        <description>lib/math: Add Kunit test suite for gcd()Add a KUnit test suite for the gcd() function.This test suite verifies the correctness of gcd() across variousscenarios, including edge cases.Signed-off-by: Yu-Chun Lin &lt;eleanor15x@gmail.com&gt;Reviewed-by: Kuan-Wei Chiu &lt;visitorckw@gmail.com&gt;Link: https://lore.kernel.org/r/20250203075400.3431330-1-eleanor15x@gmail.comSigned-off-by: Kees Cook &lt;kees@kernel.org&gt;

            List of files:
            /linux-6.15/lib/math/tests/Makefile</description>
        <pubDate>Mon, 03 Feb 2025 07:54:00 +0000</pubDate>
        <dc:creator>Yu-Chun Lin &lt;eleanor15x@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>84ec093f - lib/math: Add int_log test suite</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/math/tests/Makefile#84ec093f</link>
        <description>lib/math: Add int_log test suiteThis commit introduces KUnit tests for the intlog2 and intlog10functions, which compute logarithms in base 2 and base 10, respectively.The tests cover a range of inputs to ensure the correctness of thesefunctions across common and edge cases.Signed-off-by: Bruno Sobreira Fran&#231;a &lt;brunofrancadevsec@gmail.com&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Reviewed-by: Rae Moar &lt;rmoar@google.com&gt;Link: https://lore.kernel.org/r/20241202075545.3648096-3-davidgow@google.comSigned-off-by: Kees Cook &lt;kees@kernel.org&gt;

            List of files:
            /linux-6.15/lib/math/tests/Makefile</description>
        <pubDate>Mon, 02 Dec 2024 07:55:39 +0000</pubDate>
        <dc:creator>Bruno Sobreira Fran&#231;a &lt;brunofrancadevsec@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3e50ba8f - lib: math: Move KUnit tests into tests/ subdir</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/math/tests/Makefile#3e50ba8f</link>
        <description>lib: math: Move KUnit tests into tests/ subdirThis patch is a follow-up task from a discussion stemming from point 3in a recent patch introducing the int_pow kunit test [1] anddocumentation regarding kunit test style and nomenclature [2].Colocate all kunit test suites in lib/math/tests/ andfollow recommended naming convention for files &lt;suite&gt;_kunit.cand kconfig entries CONFIG_&lt;name&gt;_KUNIT_TEST.Link: https://lore.kernel.org/all/CABVgOS=-vh5TqHFCq_jo=ffq8v_nGgr6JsPnOZag3e6+19ysxQ@mail.gmail.com/ [1]Link: https://docs.kernel.org/dev-tools/kunit/style.html [2]Signed-off-by: Luis Felipe Hernandez &lt;luis.hernandez093@gmail.com&gt;Acked-by: Nicolas Pitre &lt;npitre@baylibre.com&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Reviewed-by: Rae Moar &lt;rmoar@google.com&gt;Link: https://lore.kernel.org/r/20241202075545.3648096-2-davidgow@google.comSigned-off-by: Kees Cook &lt;kees@kernel.org&gt;

            List of files:
            /linux-6.15/lib/math/tests/Makefile</description>
        <pubDate>Mon, 02 Dec 2024 07:55:38 +0000</pubDate>
        <dc:creator>Luis Felipe Hernandez &lt;luis.hernandez093@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0fafc9e1 - lib/math: add int_sqrt test suite</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/math/tests/Makefile#0fafc9e1</link>
        <description>lib/math: add int_sqrt test suiteAdds test suite for integer based square root function.The test suite is designed to verify the correctness of the int_sqrt()math library function.Link: https://lkml.kernel.org/r/20241213042701.1037467-1-luis.hernandez093@gmail.comSigned-off-by: Luis Felipe Hernandez &lt;luis.hernandez093@gmail.com&gt;Reviewed-by: Kuan-Wei Chiu &lt;visitorckw@gmail.com&gt;Cc: David Gow &lt;davidgow@google.com&gt;Cc: Ricardo B. Marliere &lt;rbm@suse.com&gt;Cc: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/math/tests/Makefile</description>
        <pubDate>Fri, 13 Dec 2024 04:26:50 +0000</pubDate>
        <dc:creator>Luis Felipe Hernandez &lt;luis.hernandez093@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7fcc9b53 - lib/math: Add int_pow test suite</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/math/tests/Makefile#7fcc9b53</link>
        <description>lib/math: Add int_pow test suiteAdds test suite for integer based power function which performs integerexponentiation.The test suite is designed to verify that the implementation of int_powcorrectly computes the power of a given base raised to a given exponent.The tests check various scenarios and edge cases to ensure the accuracyand reliability of the exponentiation function.Updated commit with test information at commit time: Shuah KhanSigned-off-by: Luis Felipe Hernandez &lt;luis.hernandez093@gmail.com&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/lib/math/tests/Makefile</description>
        <pubDate>Tue, 10 Sep 2024 01:10:34 +0000</pubDate>
        <dc:creator>Luis Felipe Hernandez &lt;luis.hernandez093@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
