<?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 Kbuild</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>037fc336 - kbuild: force all architectures except um to include mandatory-y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#037fc336</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-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Sun, 17 Mar 2019 02:01:09 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>7cbbbb8b - kbuild: warn redundant generic-y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#7cbbbb8b</link>
        <description>kbuild: warn redundant generic-yThe generic-y is redundant under the following condition: - arch has its own implementation - the same header is added to generated-y - the same header is added to mandatory-yIf a redundant generic-y is found, the warning like follows is displayed:  scripts/Makefile.asm-generic:20: redundant generic-y found in arch/arm/include/asm/Kbuild: timex.hI fixed up arch Kbuild files found by this.Suggested-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Sun, 17 Mar 2019 02:01:08 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>2edfd8e0 - arch: Use asm-generic/socket.h when possible</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#2edfd8e0</link>
        <description>arch: Use asm-generic/socket.h when possibleMany architectures maintain an arch specific copy of thefile even though there are no differences with the asm-genericone. Allow these architectures to use the generic one instead.Signed-off-by: Deepa Dinamani &lt;deepa.kernel@gmail.com&gt;Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Acked-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Acked-by: Willem de Bruijn &lt;willemb@google.com&gt;Cc: chris@zankel.netCc: fenghua.yu@intel.comCc: tglx@linutronix.deCc: schwidefsky@de.ibm.comCc: linux-ia64@vger.kernel.orgCc: linux-xtensa@linux-xtensa.orgCc: linux-s390@vger.kernel.orgSigned-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Sat, 02 Feb 2019 15:34:45 +0000</pubDate>
        <dc:creator>Deepa Dinamani &lt;deepa.kernel@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d6e4b3e3 - arch: remove redundant UAPI generic-y defines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#d6e4b3e3</link>
        <description>arch: remove redundant UAPI generic-y definesNow that Kbuild automatically creates asm-generic wrappers for missingmandatory headers, it is redundant to list the same headers ingeneric-y and mandatory-y.Suggested-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 03 Jan 2019 01:10:39 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>d4ce5458 - arch: remove stale comments &quot;UAPI Header export list&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#d4ce5458</link>
        <description>arch: remove stale comments &quot;UAPI Header export list&quot;These comments are leftovers of commit fcc8487d477a (&quot;uapi: export allheaders under uapi directories&quot;).Prior to that commit, exported headers must be explicitly added toheader-y. Now, all headers under the uapi/ directories are exported.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 03 Jan 2019 01:10:37 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>f2838018 - signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#f2838018</link>
        <description>signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZERework the defintion of struct siginfo so that the array paddingstruct siginfo to SI_MAX_SIZE can be placed in a union along side ofthe rest of the struct siginfo members.  The result is that we nolonger need the __ARCH_SI_PREAMBLE_SIZE or SI_PAD_SIZE definitions.Signed-off-by: &quot;Eric W. Biederman&quot; &lt;ebiederm@xmission.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Wed, 18 Apr 2018 22:48:49 +0000</pubDate>
        <dc:creator>Eric W. Biederman &lt;ebiederm@xmission.com&gt;</dc:creator>
    </item>
<item>
        <title>26293b31 - y2038: s390: Remove unneeded ipc uapi header files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#26293b31</link>
        <description>y2038: s390: Remove unneeded ipc uapi header filesThe s390 msgbuf/sembuf/shmbuf header files are all identical to theversion from asm-generic.This patch removes the files and replaces them with &apos;generic-y&apos;statements, to avoid having to modify each copy when we extend sysvipcto deal with 64-bit time_t in 32-bit user space.Note that unlike alpha and ia64, the ipcbuf.h header file is slightlydifferent here, so I&apos;m leaving the private copy.To deal with 32-bit compat tasks, we also have to adapt the definitionsof compat_{shm,sem,msg}id_ds to match the changes to the respectiveasm-generic files.Acked-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 05 May 2015 20:47:56 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>4381f9f1 - s390/syscalls: use generated syscall_table.h and unistd.h header files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#4381f9f1</link>
        <description>s390/syscalls: use generated syscall_table.h and unistd.h header filesUpdate the uapi/asm/unistd.h to include the generated compat and64-bit version of the unistd.h and, as well as, the unistd_nr.hheader file.  Also remove the arch/s390/kernel/syscalls.S fileand use the generated system call table, syscall_table.h, instead.Signed-off-by: Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;Acked-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 11 Dec 2017 13:47:27 +0000</pubDate>
        <dc:creator>Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>9fa1db4c - s390: add a few more SPDX identifiers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#9fa1db4c</link>
        <description>s390: add a few more SPDX identifiersAdd the correct SPDX license to a few more files under arch/s390 anddrivers/s390 which have been missed to far.The SPDX identifier is a legally binding shorthand, which can be usedinstead of the full boiler plate text.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 04 Dec 2017 09:39:38 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>3cb8f11c - s390: use generic uapi/asm/swab.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#3cb8f11c</link>
        <description>s390: use generic uapi/asm/swab.hclang doesn&apos;t like s390 specific inline assembler constraints. Theseare present in our arch specific uapi/asm/swab.h which again isrequired by some ebpf test cases.For current compiler versions the generic swab.h already makes use ofgcc&apos;s builtin functions. Therefore we can simply remove our own headerfile and use the generic one.This will generate worse code if used with compilers before gcc 4.8,which has no __builtin_bswap16(); or before gcc v4.4, which has no__builtin_bswap[32|64](). For these cases a C implementation fallbackwould be used which generates more code, but is still correct (170KBextra code for gcc 4.3 with performance_defconfig).However given that we need (and want) to get rid of the inlineassemblies anyway in order to be able to use clang, the above is justa minor drawback if old gcc compilers are used.With current compilers there is close to zero difference, except forthree btrfs bit functions which generate more out-of-line code. Thegenerated code looks still correct and also uses the s390 specificbyteswap instructions.Reported-and-tested-by: Thomas Richter &lt;tmricht@linux.vnet.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Wed, 02 Aug 2017 07:45:02 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>fcc8487d - uapi: export all headers under uapi directories</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#fcc8487d</link>
        <description>uapi: export all headers under uapi directoriesRegularly, when a new header is created in include/uapi/, the developerforgets to add it in the corresponding Kbuild file. This error is usuallydetected after the release is out.In fact, all headers under uapi directories should be exported, thus it&apos;suseless to have an exhaustive list.After this patch, the following files, which were not exported, are nowexported (with make headers_install_all):asm-arc/kvm_para.hasm-arc/ucontext.hasm-blackfin/shmparam.hasm-blackfin/ucontext.hasm-c6x/shmparam.hasm-c6x/ucontext.hasm-cris/kvm_para.hasm-h8300/shmparam.hasm-h8300/ucontext.hasm-hexagon/shmparam.hasm-m32r/kvm_para.hasm-m68k/kvm_para.hasm-m68k/shmparam.hasm-metag/kvm_para.hasm-metag/shmparam.hasm-metag/ucontext.hasm-mips/hwcap.hasm-mips/reg.hasm-mips/ucontext.hasm-nios2/kvm_para.hasm-nios2/ucontext.hasm-openrisc/shmparam.hasm-parisc/kvm_para.hasm-powerpc/perf_regs.hasm-sh/kvm_para.hasm-sh/ucontext.hasm-tile/shmparam.hasm-unicore32/shmparam.hasm-unicore32/ucontext.hasm-x86/hwcap2.hasm-xtensa/kvm_para.hdrm/armada_drm.hdrm/etnaviv_drm.hdrm/vgem_drm.hlinux/aspeed-lpc-ctrl.hlinux/auto_dev-ioctl.hlinux/bcache.hlinux/btrfs_tree.hlinux/can/vxcan.hlinux/cifs/cifs_mount.hlinux/coresight-stm.hlinux/cryptouser.hlinux/fsmap.hlinux/genwqe/genwqe_card.hlinux/hash_info.hlinux/kcm.hlinux/kcov.hlinux/kfd_ioctl.hlinux/lightnvm.hlinux/module.hlinux/nbd-netlink.hlinux/nilfs2_api.hlinux/nilfs2_ondisk.hlinux/nsfs.hlinux/pr.hlinux/qrtr.hlinux/rpmsg.hlinux/sched/types.hlinux/sed-opal.hlinux/smc.hlinux/smc_diag.hlinux/stm.hlinux/switchtec_ioctl.hlinux/vfio_ccw.hlinux/wil6210_uapi.hrdma/bnxt_re-abi.hNote that I have removed from this list the files which are generated in everyexported directories (like .install or .install.cmd).Thanks to Julien Floret &lt;julien.floret@6wind.com&gt; for the tip to get allsubdirs with a pure makefile command.For the record, note that exported files for asm directories are a mix offiles listed by: - include/uapi/asm-generic/Kbuild.asm; - arch/&lt;arch&gt;/include/uapi/asm/Kbuild; - arch/&lt;arch&gt;/include/asm/Kbuild.Signed-off-by: Nicolas Dichtel &lt;nicolas.dichtel@6wind.com&gt;Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Acked-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;Acked-by: Mark Salter &lt;msalter@redhat.com&gt;Acked-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt; (powerpc)Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 27 Mar 2017 12:20:15 +0000</pubDate>
        <dc:creator>Nicolas Dichtel &lt;nicolas.dichtel@6wind.com&gt;</dc:creator>
    </item>
<item>
        <title>c30abecb - s390/uapi: use generic headers if possible</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#c30abecb</link>
        <description>s390/uapi: use generic headers if possibleSigned-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Wed, 29 Mar 2017 07:59:21 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>916cda1a - s390: add a system call for guarded storage</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#916cda1a</link>
        <description>s390: add a system call for guarded storageThis adds a new system call to enable the use of guarded storage foruser space processes. The system call takes two arguments, a commandand pointer to a guarded storage control block:    s390_guarded_storage(int command, struct gs_cb *gs_cb);The second argument is relevant only for the GS_SET_BC_CB command.The commands in detail:0 - GS_ENABLE    Enable the guarded storage facility for the current task. The    initial content of the guarded storage control block will be    all zeros. After the enablement the user space code can use    load-guarded-storage-controls instruction (LGSC) to load an    arbitrary control block. While a task is enabled the kernel    will save and restore the current content of the guarded    storage registers on context switch.1 - GS_DISABLE    Disables the use of the guarded storage facility for the current    task. The kernel will cease to save and restore the content of    the guarded storage registers, the task specific content of    these registers is lost.2 - GS_SET_BC_CB    Set a broadcast guarded storage control block. This is called    per thread and stores a specific guarded storage control block    in the task struct of the current task. This control block will    be used for the broadcast event GS_BROADCAST.3 - GS_CLEAR_BC_CB    Clears the broadcast guarded storage control block. The guarded-    storage control block is removed from the task struct that was    established by GS_SET_BC_CB.4 - GS_BROADCAST    Sends a broadcast to all thread siblings of the current task.    Every sibling that has established a broadcast guarded storage    control block will load this control block and will be enabled    for guarded storage. The broadcast guarded storage control block    is used up, a second broadcast without a refresh of the stored    control block with GS_SET_BC_CB will not have any effect.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 26 Jan 2016 13:10:34 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>e80d4af0 - s390/pkey: Introduce pkey kernel module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#e80d4af0</link>
        <description>s390/pkey: Introduce pkey kernel moduleThis patch introcudes a new kernel module pkey which is providingprotected key handling and management functions. The pkey API isavailable within the kernel for other s390 specific code to createand manage protected keys. Additionally the functions are exportedto user space via IOCTL calls. The implementation makes extensiveuse of functions provided by the zcrypt device driver. Forgenerating protected keys from secure keys there is also a CEXcoprocessor card needed.Signed-off-by: Harald Freudenberger &lt;freude@linux.vnet.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Wed, 02 Nov 2016 13:37:20 +0000</pubDate>
        <dc:creator>Harald Freudenberger &lt;freude@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>dd522498 - s390/uapi: sort header export list</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#dd522498</link>
        <description>s390/uapi: sort header export listSigned-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 28 Nov 2016 21:27:11 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>aa9725ff - s390/hypfs: add hypfs header file to uapi header export list</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#aa9725ff</link>
        <description>s390/hypfs: add hypfs header file to uapi header export listSigned-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 28 Nov 2016 21:26:05 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>ecc6410a - s390: export header for CLP ioctl</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#ecc6410a</link>
        <description>s390: export header for CLP ioctlExport clp.h for usage by userspace.Signed-off-by: Sebastian Ott &lt;sebott@linux.vnet.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Fri, 16 Sep 2016 15:01:46 +0000</pubDate>
        <dc:creator>Sebastian Ott &lt;sebott@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>3be8e2a0 - perf kvm: Add stat support on s390</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#3be8e2a0</link>
        <description>perf kvm: Add stat support on s390On s390, the vmexit event has a tree-like structure: betweenexit_event_begin and exit_event_end several other events may happen andwith each of them refining the previous ones.This patch adds a decoder for such events to the generic code and alsothe files &lt;asm/kvm_perf.h&gt; and kvm-stat.c for s390.Commands &apos;perf kvm stat record&apos;, &apos;report&apos; and &apos;live&apos; are supported.Reviewed-by: David Ahern &lt;dsahern@gmail.com&gt;Signed-off-by: Alexander Yarygin &lt;yarygin@linux.vnet.ibm.com&gt;Acked-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Cc: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Cc: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Link: http://lkml.kernel.org/r/1404397747-20939-5-git-send-email-yarygin@linux.vnet.ibm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 03 Jul 2014 14:29:07 +0000</pubDate>
        <dc:creator>Alexander Yarygin &lt;yarygin@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>d09a08e0 - KVM: s390: add sie.h uapi header file to Kbuild and remove header dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#d09a08e0</link>
        <description>KVM: s390: add sie.h uapi header file to Kbuild and remove header dependencysie.h was missing in arch/s390/include/uapi/asm/Kbuild and therefore missedthe &quot;make headers_check&quot; target.If added it reveals that also arch/s390/include/asm/sigp.h would become uapi.This is something we certainly do not want. So remove that dependency as well.The header file was merged with ceae283bb2e0176c &quot;KVM: s390: add sie exitreasons tables&quot;, therefore we never had a kernel release with this commit andcan still change anything.Acked-by: Alexander Yarygin &lt;yarygin@linux.vnet.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 05 Jun 2014 11:22:49 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>d475f942 - s390/sclp: Add SCLP character device driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/s390/include/uapi/asm/Kbuild#d475f942</link>
        <description>s390/sclp: Add SCLP character device driverAdd a character misc device &quot;sclp_ctl&quot; that allows to run SCCBsfrom user space using the SCLP_CTL_SCCB ioctl.Signed-off-by: Michael Holzheu &lt;holzheu@linux.vnet.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/arch/s390/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 06 Jun 2013 07:52:08 +0000</pubDate>
        <dc:creator>Michael Holzheu &lt;holzheu@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
