<?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 Kbuild</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>66ec24c5d7a047f5b06ee1deb1d0a2869b1791bd - Merge tag &apos;s390-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#66ec24c5d7a047f5b06ee1deb1d0a2869b1791bd</link>
        <description>Merge tag &apos;s390-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxPull s390 updates from Vasily Gorbik: - Add a cpuidle driver with polling and enabled wait states using the   existing CPU idle infrastructure and idle governor to improve latency   for frequent sleep/wakeup cycles. Remove the obsolete tick delay   heuristic and generic arch_needs_cpu() hook. Add the corresponding   driver entry to MAINTAINERS - Add kCFI support using the generic support provided by Clang - Enable Clang CONTEXT_ANALYSIS for various architecture code and for   char, PCI, CIO and virtio drivers. Add required lock annotations,   exclude unsupported mm helpers and remove conditional PCI locking - Fix secure storage access exception handling and reintroduce   DCACHE_WORD_ACCESS previously removed as a workaround - Fix cpum_cf perf crashes when CPUs are brought online while per-task   events are active. Allocate and remove per-CPU counter data from CPU   hotplug callbacks - Fix a deadlock when an s390dbf debug area is unregistered while one   of its debugfs files is being written to - Fix MVIY_PERCPU() with binutils older than 2.39, where an assembler   macro silently omitted an instruction needed to repair interrupted   operations after CPU migration - Remove/replace cond_resched() calls which are no-ops with the   supported s390 preemption models - Fix AP queue depth and maximum message length decoding according to   the architecture. Current hardware is not affected, but future   hardware could report values which were handled incorrectly - Reflect the configured CPU state in cpu_enabled_mask so deconfigured   CPUs are not presented as available for onlining - Restore the vDSO GNU_EH_FRAME program header which was lost when the   build switched to direct linker invocation, and mark it read-only - Add SCLP action qualifiers used by Spyre for card initialization,   recoverable error and telemetry reporting - Move KMSAN interrupt flag helpers out of line to fix   -Wstatic-in-inline build warnings - Use level-specific page table entry accessors for hugetlb entries and   ptep_get() when accessing crashed kernel memory in kdump - Make forced AP bus rescans killable so that a user process blocked   behind an ongoing scan can still be terminated with SIGKILL - Rework pkey ioctl error paths to remove duplicated cleanup code and   avoid freeing error pointers - Allow the protected guest SWIOTLB buffer to be allocated outside the   first 2GB. Also enable dynamic SWIOTLB growth and the coherent atomic   pool fallback to improve I/O behavior when the initial pool is   exhausted - Add program check statistics and spinlock contention tracepoints.   Increase the lockdep chain capacity to keep lockdep enabled for   complex code paths such as btrfs - Simplify IPL, trap and syscall code and remove the obsolete   unistd_32.h generation entry* tag &apos;s390-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (59 commits)  s390/percpu: Fix MVIY_PERCPU() with older binutils  s390/debug: Fix deadlock during unregister  s390/cpum_cf: Handle CPU hotplug via prepare/dead callbacks  s390: Enable CONTEXT_ANALYSIS for various directories  s390/mm: Add __context_unsafe() attribute to gmap helper functions  s390/mm: Add __context_unsafe() attribute to do_secure_storage_access()  s390/sysinfo: Add context analysis attributes  s390/irqflags: Add out-of-line definitions of arch_local_irq_*() for KMSAN  s390/virtio: Enable CONTEXT_ANALYSIS  s390/cio: Enable CONTEXT_ANALYSIS  s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()  s390/pci: Enable CONTEXT_ANALYSIS  s390/pci: Rework __zpci_event_availability() to remove conditional locking  s390/pci: Rework __zpci_event_error() to remove conditional locking  s390/char: Enable CONTEXT_ANALYSIS  s390/con3215: Add __must_hold() attribute to raw3215_make_room()  s390/ap: Fix MAPML computation  s390/cio: Remove cond_resched() calls  s390: Remove cond_resched() calls  KVM: s390: Remove cond_resched() calls  ...

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Sun, 23 Aug 2026 19:26:44 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6bef2c8b36544c83e306fbeae78b346bd9774527 - s390/uapi: Remove obsolete unistd_32.h from Kbuild file</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#6bef2c8b36544c83e306fbeae78b346bd9774527</link>
        <description>s390/uapi: Remove obsolete unistd_32.h from Kbuild fileunistd_32.h is not build anymore since commit 4ac286c4a8d90(&quot;s390/syscalls: Switch to generic system call table generation&quot;).Thus drop the superfluous line from the Kbuild file now, too.Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;Signed-off-by: Vasily Gorbik &lt;gor@linux.ibm.com&gt;

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Wed, 01 Jul 2026 15:47:27 +0200</pubDate>
        <dc:creator>Thomas Huth &lt;thuth@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>597473720f4dc69749542bfcfed4a927a43d935e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#597473720f4dc69749542bfcfed4a927a43d935e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.3 merge window.

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 11 Jul 2019 08:24:10 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2a267e7c41aa88215de2b542de797d03d16ecdfd - Merge tag &apos;v5.1&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#2a267e7c41aa88215de2b542de797d03d16ecdfd</link>
        <description>Merge tag &apos;v5.1&apos; into nextSync up with mainline to bring in the latest APIs.

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Fri, 10 May 2019 20:43:46 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>63b6f0b827d6b40e53bac5abc8150fa117d27bec - Merge branches &apos;for-5.1/upstream-fixes&apos;, &apos;for-5.2/core&apos;, &apos;for-5.2/ish&apos;, &apos;for-5.2/logitech&apos;, &apos;for-5.2/macally&apos;, &apos;for-5.2/picolcd&apos;, &apos;for-5.2/sensor&apos; and &apos;for-5.2/u2fzero&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#63b6f0b827d6b40e53bac5abc8150fa117d27bec</link>
        <description>Merge branches &apos;for-5.1/upstream-fixes&apos;, &apos;for-5.2/core&apos;, &apos;for-5.2/ish&apos;, &apos;for-5.2/logitech&apos;, &apos;for-5.2/macally&apos;, &apos;for-5.2/picolcd&apos;, &apos;for-5.2/sensor&apos; and &apos;for-5.2/u2fzero&apos; into for-linus

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 06 May 2019 15:45:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>c3bdd5e65185f46150b3bac103b3854040487857 - Merge tag &apos;v5.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#c3bdd5e65185f46150b3bac103b3854040487857</link>
        <description>Merge tag &apos;v5.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-nextLinux 5.1-rc1We forgot to reset the branch last merge window thus mlx5-next is outdatedand still based on 5.0-rc2. This merge commit is needed to sync mlx5-nextbranch with 5.1-rc1.Signed-off-by: Saeed Mahameed &lt;saeedm@mellanox.com&gt;

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 23 Apr 2019 00:25:39 +0200</pubDate>
        <dc:creator>Saeed Mahameed &lt;saeedm@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>95d002e0a34cb0f238abb39987f9980f325d8332 - Merge tag &apos;drm-intel-next-2019-04-04&apos; into gvt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#95d002e0a34cb0f238abb39987f9980f325d8332</link>
        <description>Merge tag &apos;drm-intel-next-2019-04-04&apos; into gvt-nextMerge back drm-intel-next for engine name definition refinementand 54939ea0bd85 (&quot;drm/i915: Switch to use HWS indices rather than addresses&quot;)that would need gvt fixes to depend on.Signed-off-by: Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 16 Apr 2019 10:50:34 +0200</pubDate>
        <dc:creator>Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b0dcd0e5a27958b57e3e390f63c098d63a055da - Merge tag &apos;asoc-fix-v5.1-rc4&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#9b0dcd0e5a27958b57e3e390f63c098d63a055da</link>
        <description>Merge tag &apos;asoc-fix-v5.1-rc4&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v5.1A few core fixes along with the driver specific ones, mainly fixingsmall issues that only affect x86 platforms for various reasons (theirunusual machine enumeration mechanisms mainly, plus a fix for errorhandling in topology).There&apos;s some of the driver fixes that look larger than they are, likethe hdmi-codec changes which resulted in an indentation change, and mostof the other large changes are for new drivers like the STM32 changes.

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 11 Apr 2019 14:36:30 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3bfaf1f7044c6a3b1e00fcad2d0529f0da449d67 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#3bfaf1f7044c6a3b1e00fcad2d0529f0da449d67</link>
        <description>Merge drm/drm-next into drm-misc-nextFinally have a reason for a backmerge other than &quot;it&apos;s been a while&quot;!Backmerging drm-next to -misc-next to facilitate Rob Herring&apos;s work onPanfrost.Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Wed, 10 Apr 2019 21:50:49 +0200</pubDate>
        <dc:creator>Sean Paul &lt;seanpaul@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>df7686101956929dcea410971656e34926773b88 - Merge tag &apos;v5.1-rc3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#df7686101956929dcea410971656e34926773b88</link>
        <description>Merge tag &apos;v5.1-rc3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 5.1-rc3Sync with upstream (which now contains fbdev-v5.1 changes) toprepare a base for fbdev-v5.2 changes.

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 01 Apr 2019 13:12:09 +0200</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>356d71e00d278d865f8c7f68adebd6ce4698a7e2 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#356d71e00d278d865f8c7f68adebd6ce4698a7e2</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 28 Mar 2019 01:37:58 +0100</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>0e2f54f88b8b9bbdb3a73b6e67cffb402187c73f - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#0e2f54f88b8b9bbdb3a73b6e67cffb402187c73f</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedThis is needed to get the fourcc code merged without conflicts.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Wed, 27 Mar 2019 17:23:53 +0100</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9d7b7bfbafba5e6cad609f1188243a7f0cd0d293 - Merge tag &apos;v5.1-rc2&apos; into next-general</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#9d7b7bfbafba5e6cad609f1188243a7f0cd0d293</link>
        <description>Merge tag &apos;v5.1-rc2&apos; into next-generalMerge to Linux 5.1-rc2 for subsystems to work with.

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Wed, 27 Mar 2019 00:28:01 +0100</pubDate>
        <dc:creator>James Morris &lt;james.morris@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>249acb5f47df27109d74a0d904a5da56c8bac28f - Merge tag &apos;v5.1-rc1&apos; into spi-5.2</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#249acb5f47df27109d74a0d904a5da56c8bac28f</link>
        <description>Merge tag &apos;v5.1-rc1&apos; into spi-5.2Linux 5.1-rc1

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 19 Mar 2019 14:12:32 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c9e48084c88cf901ad0d99a889f2628a5622d90b - Merge tag &apos;v5.1-rc1&apos; into regulator-5.2</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#c9e48084c88cf901ad0d99a889f2628a5622d90b</link>
        <description>Merge tag &apos;v5.1-rc1&apos; into regulator-5.2Linux 5.1-rc1

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 19 Mar 2019 14:12:18 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>127470597b6b9466872d9794a80804ec95fff8ea - Merge tag &apos;v5.1-rc1&apos; into asoc-5.2</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#127470597b6b9466872d9794a80804ec95fff8ea</link>
        <description>Merge tag &apos;v5.1-rc1&apos; into asoc-5.2Linux 5.1-rc1

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 18 Mar 2019 12:15:09 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>22d91ed32b653481f47e81719858678e8c92089e - Merge tag &apos;v5.1-rc1&apos; into asoc-5.1</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#22d91ed32b653481f47e81719858678e8c92089e</link>
        <description>Merge tag &apos;v5.1-rc1&apos; into asoc-5.1Linux 5.1-rc1

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 18 Mar 2019 12:14:51 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>28d747f266fb73cd28a1b9a174cc3738fc177b00 - Merge tag &apos;kbuild-v5.1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#28d747f266fb73cd28a1b9a174cc3738fc177b00</link>
        <description>Merge tag &apos;kbuild-v5.1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildPull more Kbuild updates from Masahiro Yamada: - add more Build-Depends to Debian source package - prefix header search paths with $(srctree)/ - make modpost show verbose section mismatch warnings - avoid hard-coded CROSS_COMPILE for h8300 - fix regression for Debian make-kpkg command - add semantic patch to detect missing put_device() - fix some warnings of &apos;make deb-pkg&apos; - optimize NOSTDINC_FLAGS evaluation - add warnings about redundant generic-y - clean up Makefiles and scripts* tag &apos;kbuild-v5.1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:  kconfig: remove stale lxdialog/.gitignore  kbuild: force all architectures except um to include mandatory-y  kbuild: warn redundant generic-y  Revert &quot;modsign: Abort modules_install when signing fails&quot;  kbuild: Make NOSTDINC_FLAGS a simply expanded variable  kbuild: deb-pkg: avoid implicit effects  coccinelle: semantic code search for missing put_device()  kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIG  kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddeb  kbuild: deb-pkg: add CONFIG_ prefix to kernel config options  kbuild: add workaround for Debian make-kpkg  kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}  unicore32: simplify linker script generation for decompressor  h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-  kbuild: move archive command to scripts/Makefile.lib  modpost: always show verbose warning for section mismatch  ia64: prefix header search path with $(srctree)/  libfdt: prefix header search paths with $(srctree)/  deb-pkg: generate correct build dependencies

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Sun, 17 Mar 2019 21:25:26 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>037fc3368be46dc1a2a90f6e50c8cbce49d75fd6 - kbuild: force all architectures except um to include mandatory-y</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/include/uapi/asm/Kbuild#037fc3368be46dc1a2a90f6e50c8cbce49d75fd6</link>
        <description>kbuild: force all architectures except um to include mandatory-yCurrently, every arch/*/include/uapi/asm/Kbuild explicitly includesthe common Kbuild.asm file. Factor out the duplicated include directivesto scripts/Makefile.asm-generic so that no architecture would opt outof the mandatory-y mechanism.um is not forced to include mandatory-y since it is a very exceptionalcase which does not support UAPI.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Sun, 17 Mar 2019 03:01:09 +0100</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
</channel>
</rss>
