<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c48953d81972bfe16a9e3551883992aa6efe541a - Merge tag &apos;s390-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#c48953d81972bfe16a9e3551883992aa6efe541a</link>
        <description>Merge tag &apos;s390-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxPull s390 updates from Heiko Carstens: - Drop support for outdated 3590/3592 and 3480 tape devices, and limit   support to virtualized 3490E types devices - Implement exception based WARN() and WARN_ONCE() similar to x86 - Slightly optimize preempt primitives like __preempt_count_add() and   __preempt_count_dec_and_test() - A couple of small fixes and improvements* tag &apos;s390-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (35 commits)  s390/tape: Consolidate tape config options and modules  s390/cio: Fix device lifecycle handling in css_alloc_subchannel()  s390/tape: Rename tape_34xx.c to tape_3490.c  s390/tape: Cleanup sense data analysis and error handling  s390/tape: Remove 3480 tape device type  s390/tape: Remove unused command definitions  s390/tape: Remove special block id handling  s390/tape: Remove tape load display support  s390/tape: Remove support for 3590/3592 models  s390/kexec: Emit an error message when cmdline is too long  s390/configs: Enable BLK_DEV_NULL_BLK as module  s390: Document s390 stackprotector support  s390/perf: Disable register readout on sampling events  s390/Kconfig: Define non-zero ILLEGAL_POINTER_VALUE  s390/bug: Prevent tail-call optimization  s390/bug: Skip __WARN_trap() in call traces  s390/bug: Implement WARN_ONCE()  s390/bug: Implement __WARN_printf()  s390/traps: Copy monitor code to pt_regs  s390/bug: Introduce and use monitor code macro  ...

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Tue, 10 Feb 2026 05:17:03 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5ae76830c76cf38708399245606e4e07a33fe51c - s390/tape: Consolidate tape config options and modules</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#5ae76830c76cf38708399245606e4e07a33fe51c</link>
        <description>s390/tape: Consolidate tape config options and modulesThe tape device driver only supports 3490E devices on Virtual Tape Server(VTS). There is no point in keeping separated options and modules fordifferent device types and general hardware support. Consolidate the tapeconfig option into a single option, which enables the complete tape supportwith one singular module called &apos;tape_s390&apos;. The corresponding module entrypoints are adapted and consolidate in tape_init() and tape_exit()respectively in tape_core.cThe current module author and descriptions of the individual tapemodules are outdated and haven&apos;t been changed for quite some time.Change it to a more generic description that is in line with thecorresponding supported s390 architecture for the single tape module.Signed-off-by: Jan H&#246;ppner &lt;hoeppner@linux.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Wed, 04 Feb 2026 16:30:40 +0100</pubDate>
        <dc:creator>Jan H&#246;ppner &lt;hoeppner@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>01d098dcfdd433862dec89c8b4f9c6372211fe73 - Merge branch &apos;tape-devices&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#01d098dcfdd433862dec89c8b4f9c6372211fe73</link>
        <description>Merge branch &apos;tape-devices&apos;Jan H&#246;ppner says:====================Quite a lot of the tape device driver code is outdated as devices andstorage systems supported by that code aren&apos;t supported by IBM anymore fora long time. Especially physical tape devices are not supported or useddirectly anymore.The only tape storage system supported by IBM is the Virtual Tape Server(VTS) family with TS7700 systems [1]. Host systems will only talk to VTSand are presented with the virtualized 3490E tape device type only. VTS canand still uses tape libraries with physical 3592 cartridges as storagebackends (e.g. TS4500). However, these are never seen by any host.The general goal/idea for the tape device driver is to only support VTSfrom now on. This series gets rid of old outdated code that is notrelevant to VTS. There is probably quite a bit more that could becleaned up or could be improved. However, this is a first run to cleanupthe code base and somewhat reduce maintenance burden.[1] https://www.ibm.com/products/ts7700[2] https://www.ibm.com/products/ts4500====================Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Wed, 04 Feb 2026 08:32:01 +0100</pubDate>
        <dc:creator>Heiko Carstens &lt;hca@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>9872dae6102eb4d8c3cde83ded9df0d60f4e67d0 - s390/tape: Rename tape_34xx.c to tape_3490.c</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#9872dae6102eb4d8c3cde83ded9df0d60f4e67d0</link>
        <description>s390/tape: Rename tape_34xx.c to tape_3490.cThe driver now exclusively supports 3490 tape devices, given support for3480 tape devices has been removed. Update the device driver name, itssource file name, and change any occurrences of &quot;34xx/34XX&quot; to &quot;3490&quot; inthe source code and comments.Signed-off-by: Jan H&#246;ppner &lt;hoeppner@linux.ibm.com&gt;Reviewed-by: Jens Remus &lt;jremus@linux.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 02 Feb 2026 14:48:45 +0100</pubDate>
        <dc:creator>Jan H&#246;ppner &lt;hoeppner@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>4b6852d764b7794e1b624dc71771b008716cde34 - s390/tape: Remove 3480 tape device type</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#4b6852d764b7794e1b624dc71771b008716cde34</link>
        <description>s390/tape: Remove 3480 tape device typeThe only supported device type by the Virtual Tape Server is 3490. The3480 device type was an old physical tape model and doesn&apos;t existanymore. Remove 3480 from the list and any mention of it.Signed-off-by: Jan H&#246;ppner &lt;hoeppner@linux.ibm.com&gt;Reviewed-by: Jens Remus &lt;jremus@linux.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 02 Feb 2026 14:48:43 +0100</pubDate>
        <dc:creator>Jan H&#246;ppner &lt;hoeppner@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c03b6ef74c2b48a0f544f27c7354d5200ab6569c - s390/tape: Remove support for 3590/3592 models</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#c03b6ef74c2b48a0f544f27c7354d5200ab6569c</link>
        <description>s390/tape: Remove support for 3590/3592 modelsPhysical 3590/3592 tape models are not supported anymore for a very longtime. The Virtual Tape Server (VTS) emulates and presents only 3490Emodels to the host. This is the only supported model and storage server.Remove the entire code base for 3590/3592 models as it can be considereddead code for quite some time already.Signed-off-by: Jan H&#246;ppner &lt;hoeppner@linux.ibm.com&gt;Reviewed-by: Jens Remus &lt;jremus@linux.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 02 Feb 2026 14:48:39 +0100</pubDate>
        <dc:creator>Jan H&#246;ppner &lt;hoeppner@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f057b57270c2a17d3f45c177e9434fa5745caa48 - Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#f057b57270c2a17d3f45c177e9434fa5745caa48</link>
        <description>Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into nextBring in changes removing support for platform data from matrix-keypaddriver.

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Fri, 06 Sep 2024 06:49:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>50470d3899cdf06fd58def74dec87f31e13cda6f - Merge remote-tracking branch &apos;vfs/stable-struct_fd&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#50470d3899cdf06fd58def74dec87f31e13cda6f</link>
        <description>Merge remote-tracking branch &apos;vfs/stable-struct_fd&apos;Merge Al Viro&apos;s struct fd refactorings.Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Tue, 13 Aug 2024 22:52:30 +0200</pubDate>
        <dc:creator>Andrii Nakryiko &lt;andrii@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>66e72a01b60ae6950ddbb3585fdc1424d303e14b - Merge tag &apos;v6.11-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#66e72a01b60ae6950ddbb3585fdc1424d303e14b</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into clk-meson-nextLinux 6.11-rc1

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 29 Jul 2024 16:32:02 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>ee057c8c194b9283f4137b253b70e292693a39f0 - Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#ee057c8c194b9283f4137b253b70e292693a39f0</link>
        <description>Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/coreThe &quot;reserve_mem&quot; kernel command line parameter has been pulled intov6.11. Merge the latest -rc3 to allow the persistent ring buffer memory tobe able to be mapped at the address specified by the &quot;reserve_mem&quot; commandline parameter.Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Wed, 14 Aug 2024 22:56:42 +0200</pubDate>
        <dc:creator>Steven Rostedt &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>50c374c6d1a43db9444cb74cc09552c817db2a9b - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#50c374c6d1a43db9444cb74cc09552c817db2a9b</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfCross-merge bpf fixes after downstream PR includingimportant fixes (from bpf-next point of view):commit 41c24102af7b (&quot;selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp&quot;)commit fdad456cbcca (&quot;bpf: Fix updating attached freplace prog in prog_array map&quot;)No conflicts.Adjacent changes in:include/linux/bpf_verifier.hkernel/bpf/verifier.ctools/testing/selftests/bpf/MakefileLink: https://lore.kernel.org/bpf/20240813234307.82773-1-alexei.starovoitov@gmail.com/Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Thu, 22 Aug 2024 18:27:59 +0200</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c8faf11cd192214e231626c3ee973a35d8fc33f2 - Merge tag &apos;v6.11-rc1&apos; into for-6.12</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#c8faf11cd192214e231626c3ee973a35d8fc33f2</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into for-6.12Linux 6.11-rc1

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Tue, 30 Jul 2024 21:30:11 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ed7171ff9fabc49ae6ed42fbd082a576473836fc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#ed7171ff9fabc49ae6ed42fbd082a576473836fc</link>
        <description>Merge drm/drm-next into drm-xe-nextGet drm-xe-next on v6.11-rc2 and synchronized with drm-intel-next forthe display side. This resolves the current conflict for theenable_display module parameter and allows further pending refactors.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Fri, 16 Aug 2024 19:05:54 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5c61f59824b5e46516ea5d0543ad7a8871567416 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#5c61f59824b5e46516ea5d0543ad7a8871567416</link>
        <description>Merge drm/drm-next into drm-misc-nextGet drm-misc-next to the state of v6.11-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 12 Aug 2024 14:14:18 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3663e2c4bc45fcdc71931fcbfcbfbf9b71f55c83 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#3663e2c4bc45fcdc71931fcbfcbfbf9b71f55c83</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v6.11-rc1 in general, and specifically get the newBACKLIGHT_POWER_ constants for power states.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Thu, 01 Aug 2024 12:06:09 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4436e6da008fee87d54c038e983e5be9a6baf8fb - Merge branch &apos;linus&apos; into x86/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#4436e6da008fee87d54c038e983e5be9a6baf8fb</link>
        <description>Merge branch &apos;linus&apos; into x86/mmBring x86 and selftests up to date

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Fri, 02 Aug 2024 14:10:55 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>5fa35bd39ce106889909444c937a10b2d3a79f08 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/char/Kconfig#5fa35bd39ce106889909444c937a10b2d3a79f08</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR.No conflicts or adjacent changes.Link: https://patch.msgid.link/20240801131917.34494-1-pabeni@redhat.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/s390/char/Kconfig</description>
        <pubDate>Thu, 01 Aug 2024 19:43:15 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
