<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>440d6635b20037bc9ad46b20817d7b61cef0fc1b - Merge tag &apos;mm-nonmm-stable-2026-04-15-04-20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#440d6635b20037bc9ad46b20817d7b61cef0fc1b</link>
        <description>Merge tag &apos;mm-nonmm-stable-2026-04-15-04-20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull non-MM updates from Andrew Morton: - &quot;pid: make sub-init creation retryable&quot; (Oleg Nesterov)   Make creation of init in a new namespace more robust by clearing away   some historical cruft which is no longer needed. Also some   documentation fixups - &quot;selftests/fchmodat2: Error handling and general&quot; (Mark Brown)   Fix and a cleanup for the fchmodat2() syscall selftest - &quot;lib: polynomial: Move to math/ and clean up&quot; (Andy Shevchenko) - &quot;hung_task: Provide runtime reset interface for hung task detector&quot;   (Aaron Tomlin)   Give administrators the ability to zero out   /proc/sys/kernel/hung_task_detect_count - &quot;tools/getdelays: use the static UAPI headers from   tools/include/uapi&quot; (Thomas Wei&#223;schuh)   Teach getdelays to use the in-kernel UAPI headers rather than the   system-provided ones - &quot;watchdog/hardlockup: Improvements to hardlockup&quot; (Mayank Rungta)   Several cleanups and fixups to the hardlockup detector code and its   documentation - &quot;lib/bch: fix undefined behavior from signed left-shifts&quot; (Josh Law)   A couple of small/theoretical fixes in the bch code - &quot;ocfs2/dlm: fix two bugs in dlm_match_regions()&quot; (Junrui Luo) - &quot;cleanup the RAID5 XOR library&quot; (Christoph Hellwig)   A quite far-reaching cleanup to this code. I can&apos;t do better than to   quote Christoph:     &quot;The XOR library used for the RAID5 parity is a bit of a mess right      now. The main file sits in crypto/ despite not being cryptography      and not using the crypto API, with the generic implementations      sitting in include/asm-generic and the arch implementations      sitting in an asm/ header in theory. The latter doesn&apos;t work for      many cases, so architectures often build the code directly into      the core kernel, or create another module for the architecture      code.      Change this to a single module in lib/ that also contains the      architecture optimizations, similar to the library work Eric      Biggers has done for the CRC and crypto libraries later. After      that it changes to better calling conventions that allow for      smarter architecture implementations (although none is contained      here yet), and uses static_call to avoid indirection function call      overhead&quot; - &quot;lib/list_sort: Clean up list_sort() scheduling workarounds&quot;   (Kuan-Wei Chiu)   Clean up this library code by removing a hacky thing which was added   for UBIFS, which UBIFS doesn&apos;t actually need - &quot;Fix bugs in extract_iter_to_sg()&quot; (Christian Ehrhardt)   Fix a few bugs in the scatterlist code, add in-kernel tests for the   now-fixed bugs and fix a leak in the test itself - &quot;kdump: Enable LUKS-encrypted dump target support in ARM64 and   PowerPC&quot; (Coiby Xu)   Enable support of the LUKS-encrypted device dump target on arm64 and   powerpc - &quot;ocfs2: consolidate extent list validation into block read callbacks&quot;   (Joseph Qi)   Cleanup, simplify, and make more robust ocfs2&apos;s validation of extent   list fields (Kernel test robot loves mounting corrupted fs images!)* tag &apos;mm-nonmm-stable-2026-04-15-04-20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (127 commits)  ocfs2: validate group add input before caching  ocfs2: validate bg_bits during freefrag scan  ocfs2: fix listxattr handling when the buffer is full  doc: watchdog: fix typos etc  update Sean&apos;s email address  ocfs2: use get_random_u32() where appropriate  ocfs2: split transactions in dio completion to avoid credit exhaustion  ocfs2: remove redundant l_next_free_rec check in __ocfs2_find_path()  ocfs2: validate extent block list fields during block read  ocfs2: remove empty extent list check in ocfs2_dx_dir_lookup_rec()  ocfs2: validate dx_root extent list fields during block read  ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRY  ocfs2: handle invalid dinode in ocfs2_group_extend  .get_maintainer.ignore: add Askar  ocfs2: validate bg_list extent bounds in discontig groups  checkpatch: exclude forward declarations of const structs  tools/accounting: handle truncated taskstats netlink messages  taskstats: set version in TGID exit notifications  ocfs2/heartbeat: fix slot mapping rollback leaks on error paths  arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernel  ...

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Fri, 17 Apr 2026 05:11:56 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7eece6917c541af24a6161b10a150b5744695f80 - lib: polynomial: move to math/ subfolder</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#7eece6917c541af24a6161b10a150b5744695f80</link>
        <description>lib: polynomial: move to math/ subfolderPatch series &quot;lib: polynomial: Move to math/ and clean up&quot;, v2.While removing Baikal SoC and platform code pieces I found that this codebelongs to lib/math/ rather than generic lib/.  Hence the move andfollowed up cleanups.This patch (of 3):The algorithm behind polynomial belongs to our collection of mathequations and expressions handling.  Move it to math/ subfolder whereothers of the kind are located.Link: https://lkml.kernel.org/r/20260302092831.2267785-2-andriy.shevchenko@linux.intel.comSigned-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Kuan-Wei Chiu &lt;visitorckw@gmail.com&gt;Cc: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Mon, 02 Mar 2026 10:28:07 +0100</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>762f99f4f3cb41a775b5157dd761217beba65873 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#762f99f4f3cb41a775b5157dd761217beba65873</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.17 merge window.

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Sat, 15 Jan 2022 21:09:44 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8632987380765dee716d460640aa58d58d52998e - Merge branch &apos;reset/of-get-optional-exclusive&apos; of git://git.pengutronix.de/pza/linux into timers/drivers/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#8632987380765dee716d460640aa58d58d52998e</link>
        <description>Merge branch &apos;reset/of-get-optional-exclusive&apos; of git://git.pengutronix.de/pza/linux into timers/drivers/next&quot;Add optional variant of of_reset_control_get_exclusive(). If therequested reset is not specified in the device tree, this functionreturns NULL instead of an error.&quot;This dependency is needed for the Generic Timer Module (a.k.a OSTM)support for RZ/G2L.Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Thu, 09 Dec 2021 13:57:57 +0100</pubDate>
        <dc:creator>Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5d8dfaa71d87f742c53309b95cb6a8b274119027 - Merge tag &apos;v5.15&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#5d8dfaa71d87f742c53309b95cb6a8b274119027</link>
        <description>Merge tag &apos;v5.15&apos; into nextSync up with the mainline to get the latest APIs and DT bindings.

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Thu, 09 Dec 2021 08:43:50 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>820e9906cf64142169134f35b996108303cf22ca - Merge branch &apos;for-5.16/asus&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#820e9906cf64142169134f35b996108303cf22ca</link>
        <description>Merge branch &apos;for-5.16/asus&apos; into for-linus

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Fri, 05 Nov 2021 12:10:27 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>40e64a88dadcfa168914065baf7f035de957bbe0 - Merge branch &apos;for-5.16-vsprintf-pgp&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#40e64a88dadcfa168914065baf7f035de957bbe0</link>
        <description>Merge branch &apos;for-5.16-vsprintf-pgp&apos; into for-linus

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Tue, 02 Nov 2021 10:39:27 +0100</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>e700ac213a0f793fb4f83098413303e3dd080892 - Merge branch &apos;pruss-fix&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#e700ac213a0f793fb4f83098413303e3dd080892</link>
        <description>Merge branch &apos;pruss-fix&apos; into fixesMerge in a fix for pruss reset issue caused by enabling pruss for am335x.

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Wed, 06 Oct 2021 06:55:44 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>ffb1e76f4f32d2b8ea4189df0484980370476395 - Merge tag &apos;v5.15-rc2&apos; into spi-5.15</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#ffb1e76f4f32d2b8ea4189df0484980370476395</link>
        <description>Merge tag &apos;v5.15-rc2&apos; into spi-5.15Linux 5.15-rc2

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Mon, 20 Sep 2021 16:56:58 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>561bed688bffedd6bbdfa70af7a4f64f0a3e2140 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#561bed688bffedd6bbdfa70af7a4f64f0a3e2140</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netNo conflicts!Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Thu, 16 Sep 2021 22:58:38 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d1b803f4ca4f25d6f171219d039f9410a10b29ee - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#d1b803f4ca4f25d6f171219d039f9410a10b29ee</link>
        <description>Merge drm/drm-next into drm-intel-nextCatch-up on 5.15-rc1 and sync with drm-intel-gt-nextto prepare the PXP topic branch.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Wed, 15 Sep 2021 16:12:51 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d5dd580deb54483cce0cb5bbe3f1a132a28c767d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#d5dd580deb54483cce0cb5bbe3f1a132a28c767d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextClose the divergence which has caused patches not to apply andhave a solid baseline for the PXP patches that Rodrigo will senda topic branch PR for.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Wed, 15 Sep 2021 12:23:27 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2f76520561d01a5f37e6d6ed2c2e441b6a355a96 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#2f76520561d01a5f37e6d6ed2c2e441b6a355a96</link>
        <description>Merge drm/drm-next into drm-misc-nextKickstart new drm-misc-next cycle.Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Tue, 14 Sep 2021 09:25:30 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>c2f4954c2d3fc4f77b46c67585e17a58df4ba8e4 - Merge branch &apos;linus&apos; into smp/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#c2f4954c2d3fc4f77b46c67585e17a58df4ba8e4</link>
        <description>Merge branch &apos;linus&apos; into smp/urgentEnsure that all usage sites of get/put_online_cpus() except for thestruggler in drivers/thermal are gone. So the last user and the deprecatedinlines can be removed.

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Sat, 11 Sep 2021 00:38:47 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>2d338201d5311bcd79d42f66df4cecbcbc5f4f2c - Merge branch &apos;akpm&apos; (patches from Andrew)</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#2d338201d5311bcd79d42f66df4cecbcbc5f4f2c</link>
        <description>Merge branch &apos;akpm&apos; (patches from Andrew)Merge more updates from Andrew Morton: &quot;147 patches, based on 7d2a07b769330c34b4deabeed939325c77a7ec2f.  Subsystems affected by this patch series: mm (memory-hotplug, rmap,  ioremap, highmem, cleanups, secretmem, kfence, damon, and vmscan),  alpha, percpu, procfs, misc, core-kernel, MAINTAINERS, lib,  checkpatch, epoll, init, nilfs2, coredump, fork, pids, criu, kconfig,  selftests, ipc, and scripts&quot;* emailed patches from Andrew Morton &lt;akpm@linux-foundation.org&gt;: (94 commits)  scripts: check_extable: fix typo in user error message  mm/workingset: correct kernel-doc notations  ipc: replace costly bailout check in sysvipc_find_ipc()  selftests/memfd: remove unused variable  Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH  configs: remove the obsolete CONFIG_INPUT_POLLDEV  prctl: allow to setup brk for et_dyn executables  pid: cleanup the stale comment mentioning pidmap_init().  kernel/fork.c: unexport get_{mm,task}_exe_file  coredump: fix memleak in dump_vma_snapshot()  fs/coredump.c: log if a core dump is aborted due to changed file permissions  nilfs2: use refcount_dec_and_lock() to fix potential UAF  nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group  nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group  nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group  nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group  nilfs2: fix NULL pointer in nilfs_##name##_attr_release  nilfs2: fix memory leak in nilfs_sysfs_create_device_group  trap: cleanup trap_init()  init: move usermodehelper_enable() to populate_rootfs()  ...

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Wed, 08 Sep 2021 21:55:35 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>bcda5fd34417c89f653cc0912cc0608b36ea032c - math: make RATIONAL tristate</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#bcda5fd34417c89f653cc0912cc0608b36ea032c</link>
        <description>math: make RATIONAL tristatePatch series &quot;math: RATIONAL and RATIONAL_KUNIT_TEST improvements&quot;.This series makes the RATIONAL symbol tristate, so it is not forcedbuiltin if all users are modular, and makes the RATIONAL_KUNIT_TEST dependon RATIONAL, to avoid enabling RATIONAL if there are no real users.This patch (of 2):All but one symbols that select RATIONAL are tristate, but RATIONAL itselfis bool.  Change it to tristate, so the rational fractions support codecan be modular if no builtin code relies on it.Link: https://lkml.kernel.org/r/20210706100945.3803694-1-geert@linux-m68k.orgLink: https://lkml.kernel.org/r/20210706100945.3803694-2-geert@linux-m68k.orgSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Cc: Trent Piepho &lt;tpiepho@gmail.com&gt;Cc: Colin Ian King &lt;colin.king@canonical.com&gt;Cc: Brendan Higgins &lt;brendanhiggins@google.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Wed, 08 Sep 2021 04:58:33 +0200</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>4b4193256c8d3bc3a5397b5cd9494c2ad386317d - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#4b4193256c8d3bc3a5397b5cd9494c2ad386317d</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.11 merge window.

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Tue, 15 Dec 2020 01:27:23 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>05909cd9a0c8811731b38697af13075e8954314f - Merge tag &apos;v5.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#05909cd9a0c8811731b38697af13075e8954314f</link>
        <description>Merge tag &apos;v5.9&apos; into nextSync up with mainline to bring in the latest DTS files.

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Wed, 18 Nov 2020 03:13:23 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ead5d1f4d877e92c051e1a1ade623d0d30e71619 - Merge branch &apos;master&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/math/Kconfig#ead5d1f4d877e92c051e1a1ade623d0d30e71619</link>
        <description>Merge branch &apos;master&apos; into for-nextSync with Linus&apos; branch in order to be able to apply fixupsof more recent patches.

            List of files:
            /linux/lib/math/Kconfig</description>
        <pubDate>Tue, 01 Sep 2020 14:19:48 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
</channel>
</rss>
