<?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>96ac6d43 - treewide: Add SPDX license identifier - Kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#96ac6d43</link>
        <description>treewide: Add SPDX license identifier - KbuildAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:      GPL-2.0Reported-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 30 May 2019 12:03:44 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<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/powerpc/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/powerpc/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>d6e4b3e3 - arch: remove redundant UAPI generic-y defines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/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/powerpc/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/powerpc/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/powerpc/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>ab66dcc7 - powerpc: generate uapi header and system call table files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#ab66dcc7</link>
        <description>powerpc: generate uapi header and system call table filesSystem call table generation script must be run to gener-ate unistd_32/64.h and syscall_table_32/64/c32/spu.h files.This patch will have changes which will invokes the script.This patch will generate unistd_32/64.h and syscall_table-_32/64/c32/spu.h files by the syscall table generationscript invoked by parisc/Makefile and the generated filesagainst the removed files must be identical.The generated uapi header file will be included in uapi/-asm/unistd.h and generated system call table header filewill be included by kernel/systbl.S file.Signed-off-by: Firoz Khan &lt;firoz.khan@linaro.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 17 Dec 2018 10:40:36 +0000</pubDate>
        <dc:creator>Firoz Khan &lt;firoz.khan@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>51a11b14 - bpf: powerpc: fix broken uapi for BPF_PROG_TYPE_PERF_EVENT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#51a11b14</link>
        <description>bpf: powerpc: fix broken uapi for BPF_PROG_TYPE_PERF_EVENTNow that there are different variants of pt_regs for userspace andkernel, the uapi for the BPF_PROG_TYPE_PERF_EVENT program type mustbe changed by exporting the user_pt_regs structure instead of thept_regs structure that is in-kernel only.Fixes: 002af9391bfb (&quot;powerpc: Split user/kernel definitions of struct pt_regs&quot;)Signed-off-by: Sandipan Das &lt;sandipan@linux.ibm.com&gt;Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 06 Dec 2018 09:27:01 +0000</pubDate>
        <dc:creator>Sandipan Das &lt;sandipan@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>a6460b03 - powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#a6460b03</link>
        <description>powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTNow that there are different variants of pt_regs for userspace andkernel, the uapi for the BPF_PROG_TYPE_PERF_EVENT program type must bechanged by exporting the user_pt_regs structure instead of the pt_regsstructure that is in-kernel only.Fixes: 002af9391bfb (&quot;powerpc: Split user/kernel definitions of struct pt_regs&quot;)Signed-off-by: Sandipan Das &lt;sandipan@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 06 Dec 2018 09:27:01 +0000</pubDate>
        <dc:creator>Sandipan Das &lt;sandipan@linux.ibm.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/powerpc/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/powerpc/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>c895f6f7 - bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#c895f6f7</link>
        <description>bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeCommit 0515e5999a466dfe (&quot;bpf: introduce BPF_PROG_TYPE_PERF_EVENTprogram type&quot;) introduced the bpf_perf_event_data structure whichexports the pt_regs structure.  This is OK for multiple architecturesbut fail for s390 and arm64 which do not export pt_regs.  Programsusing them, for example, the bpf selftest fail to compile on thesearchitectures.For s390, exporting the pt_regs is not an option because s390 wantsto allow changes to it.  For arm64, there is a user_pt_regs structurethat covers parts of the pt_regs structure for use by user space.To solve the broken uapi for s390 and arm64, introduce an abstracttype for pt_regs and add an asm/bpf_perf_event.h file that concretesthe type.  An asm-generic header file covers the architectures thatexport pt_regs today.The arch-specific enablement for s390 and arm64 follows in separatecommits.Reported-by: Thomas Richter &lt;tmricht@linux.vnet.ibm.com&gt;Fixes: 0515e5999a466dfe (&quot;bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type&quot;)Signed-off-by: Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;Reviewed-and-tested-by: Thomas Richter &lt;tmricht@linux.vnet.ibm.com&gt;Acked-by: Alexei Starovoitov &lt;ast@kernel.org&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Mon, 04 Dec 2017 09:56:44 +0000</pubDate>
        <dc:creator>Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>308d263d - powerpc: Use uapi/asm-generic/sockios.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#308d263d</link>
        <description>powerpc: Use uapi/asm-generic/sockios.hThe arch version is identical except for comments and white space.Signed-off-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Fri, 26 May 2017 08:32:29 +0000</pubDate>
        <dc:creator>Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;</dc:creator>
    </item>
<item>
        <title>b87901e6 - powerpc: Use the asm-generic versions of some uapi includes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#b87901e6</link>
        <description>powerpc: Use the asm-generic versions of some uapi includesThese are completely obvious as all they do is include the asm-genericversions.Signed-off-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Fri, 26 May 2017 06:19:46 +0000</pubDate>
        <dc:creator>Stephen Rothwell &lt;sfr@canb.auug.org.au&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/powerpc/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/powerpc/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>dd497154 - powerpc: Export include/uapi/asm/eeh.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#dd497154</link>
        <description>powerpc: Export include/uapi/asm/eeh.hThis adds include/uapi/asm/eeh.h to kbuild so that the headerfile will be exported automatically with below command. Theheader file was added by commit ed3e81ff2016 (&quot;powerpc/eeh: Move PEstate constants around&quot;)   make INSTALL_HDR_PATH=/tmp/headers \        SRCARCH=powerpc headers_installSigned-off-by: Gavin Shan &lt;gwshan@linux.vnet.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 18 Aug 2015 00:57:40 +0000</pubDate>
        <dc:creator>Gavin Shan &lt;gwshan@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>cdf2bc1c - powerpc/include: Add opal-prd to installed uapi headers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#cdf2bc1c</link>
        <description>powerpc/include: Add opal-prd to installed uapi headersWe&apos;ll want to build the opal-prd daemon with the prd headers, so includethis in the uapi headers list.Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Wed, 17 Jun 2015 00:35:39 +0000</pubDate>
        <dc:creator>Jeremy Kerr &lt;jk@ozlabs.org&gt;</dc:creator>
    </item>
<item>
        <title>1a3aff9e - powerpc: switch to using asm-generic for seccomp.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#1a3aff9e</link>
        <description>powerpc: switch to using asm-generic for seccomp.hSwitch to using the newly created asm-generic/seccomp.h for the seccompstrict mode syscall definitions.  The obsolete sigreturn in COMPAT mode isretained as an override.  Remaining definitions are identical, though theyincorrectly appeared in uapi, which has been corrected.Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&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-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Thu, 16 Apr 2015 19:48:58 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>dade934a - powerpc: Remove non-uapi linkage.h export</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#dade934a</link>
        <description>powerpc: Remove non-uapi linkage.h exportThe arch/powerpc/include/asm/linkage.h is being unintentionally exportedin the kernel headers since commit e1b5bb6d1236 (consolidatecond_syscall and SYSCALL_ALIAS declarations) whenarch/powerpc/include/uapi/asm/linkage.h was deleted but the header-y notremoved from the Kbuild file. This happens because Makefile.headersinststill checks the old asm/ directory if the specified header doesn&apos;texist in the uapi directory.The asm/linkage.h shouldn&apos;t ever have been exported anyway. No otherarch does and it doesn&apos;t contain anything useful to userland, so removethe header-y line from the Kbuild file which triggers the export.Signed-off-by: James Hogan &lt;james.hogan@imgtec.com&gt;Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: linuxppc-dev@lists.ozlabs.orgCc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Cc: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Fri, 02 May 2014 10:20:41 +0000</pubDate>
        <dc:creator>James Hogan &lt;james.hogan@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>8d7c55d0 - powerpc/perf: Export PERF_EVENT_CONFIG_EBB_SHIFT to userspace</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#8d7c55d0</link>
        <description>powerpc/perf: Export PERF_EVENT_CONFIG_EBB_SHIFT to userspaceWe use bit 63 of the event code for userspace to request that the eventbe counted using EBB (Event Based Branches). Export this value, makingit part of the API - though only on processors that support EBB.Signed-off-by: Michael Ellerman &lt;michael@ellerman.id.au&gt;Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 23 Jul 2013 08:07:45 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;michael@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>b75c100e - powerpc/tm: Move TM abort cause codes to uapi</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#b75c100e</link>
        <description>powerpc/tm: Move TM abort cause codes to uapiThese cause codes are usable by userspace, so let&apos;s export to uapi.Signed-off-by: Michael Neuling &lt;mikey@neuling.org&gt;Cc: &lt;stable@vger.kernel.org&gt; # v3.9Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Sun, 26 May 2013 18:30:56 +0000</pubDate>
        <dc:creator>Michael Neuling &lt;mikey@neuling.org&gt;</dc:creator>
    </item>
<item>
        <title>c99ec973 - PPC: ePAPR: Convert header to uapi</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#c99ec973</link>
        <description>PPC: ePAPR: Convert header to uapiThe new uapi framework splits kernel internal and user space exportedbits of header files more cleanly. Adjust the ePAPR header accordingly.Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Sat, 27 Oct 2012 17:26:14 +0000</pubDate>
        <dc:creator>Alexander Graf &lt;agraf@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c3617f72 - UAPI: (Scripted) Disintegrate arch/powerpc/include/asm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/include/uapi/asm/Kbuild#c3617f72</link>
        <description>UAPI: (Scripted) Disintegrate arch/powerpc/include/asmSigned-off-by: David Howells &lt;dhowells@redhat.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: Michael Kerrisk &lt;mtk.manpages@gmail.com&gt;Acked-by: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;Acked-by: Dave Jones &lt;davej@redhat.com&gt;

            List of files:
            /linux-6.15/arch/powerpc/include/uapi/asm/Kbuild</description>
        <pubDate>Tue, 09 Oct 2012 08:47:26 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
