<?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>16a0ca5e - um: x86: clean up elf specific definitions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#16a0ca5e</link>
        <description>um: x86: clean up elf specific definitionsThe file arch/x86/um/asm/module.h is equivalent to the definition ofasm-generic.  Thus this commit cleans up to use it.Signed-off-by: Hajime Tazaki &lt;thehajime@gmail.com&gt;Link: https://patch.msgid.link/2d70a0ed79ee0a0bef80ad4790063f4833dd9bed.1737348399.git.thehajime@gmail.comSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 20 Jan 2025 06:00:03 +0000</pubDate>
        <dc:creator>Hajime Tazaki &lt;thehajime@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2f681ba4 - um: move thread info into task</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#2f681ba4</link>
        <description>um: move thread info into taskThis selects the THREAD_INFO_IN_TASK option for UM and changes the waythat the current task is discovered. This is trivial though, as UMLalready tracks the current task in cpu_tasks[] and this can be used toretrieve it.Also remove the signal handler code that copies the thread informationinto the IRQ stack. It is obsolete now, which also means that thementioned race condition cannot happen anymore.Signed-off-by: Benjamin Berg &lt;benjamin.berg@intel.com&gt;Reviewed-by: Hajime Tazaki &lt;thehajime@gmail.com&gt;Link: https://patch.msgid.link/20241111102910.46512-1-benjamin@sipsolutions.netSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 11 Nov 2024 10:29:10 +0000</pubDate>
        <dc:creator>Benjamin Berg &lt;benjamin.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>17e6a121 - um: Use generic runtime constant implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#17e6a121</link>
        <description>um: Use generic runtime constant implementationUML should not be using the architecture native runtime constants, sincethat requires also having the appropriate instruction fixups (and allthe linker script details).Not that using that code would be impossible, but it&apos;s not worth it.Just point UML at the generic version.Reported-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Fixes: e3c92e81711d (&quot;runtime constants: add x86 architecture support&quot;)Link: https://lore.kernel.org/all/20240716143644.GA1827132@thelio-3990X/Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Wed, 17 Jul 2024 00:25:59 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0dd0e943 - um: don&apos;t generate asm/bpf_perf_event.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#0dd0e943</link>
        <description>um: don&apos;t generate asm/bpf_perf_event.hIf we start validating the existence of the asm-generic side ofgenerated headers, this one causes a warning:make[3]: *** No rule to make target &apos;arch/um/include/generated/asm/bpf_perf_event.h&apos;, needed by &apos;all&apos;.  Stop.The problem is that the asm-generic header only exists for the uapivariant, but arch/um has no uapi headers and instead uses the x86userspace API.Add a custom file with an explicit redirect to avoid this.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 13 May 2024 17:13:55 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>2fd001cd - arch: Rename fbdev header and source files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#2fd001cd</link>
        <description>arch: Rename fbdev header and source filesThe per-architecture fbdev code has no dependencies on fbdev and canbe used for any video-related subsystem. Rename the files to &apos;video&apos;.Use video-sti.c on parisc as the source file depends on CONFIG_STI_CORE.On arc, arm, arm64, sh, and um the asm header file is an empty wrapperaround the file in asm-generic. Let Kbuild generate the file. The buildsystem does this automatically. Only um needs to generate video.hexplicitly, so that it overrides the host architecture&apos;s header. Thelatter would otherwise interfere with the build.Further update all includes statements, include guards, and Makefiles.Also update a few strings and comments to refer to video instead offbdev.v3:- arc, arm, arm64, sh: generate asm header via build system (Sam,Helge, Arnd)- um: rename fb.h to video.h- fix typo in commit message (Sam)Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Vineet Gupta &lt;vgupta@kernel.org&gt;Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: WANG Xuerui &lt;kernel@xen0n.name&gt;Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Cc: &quot;James E.J. Bottomley&quot; &lt;James.Bottomley@HansenPartnership.com&gt;Cc: Helge Deller &lt;deller@gmx.de&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Nicholas Piggin &lt;npiggin@gmail.com&gt;Cc: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;Cc: Rich Felker &lt;dalias@libc.org&gt;Cc: John Paul Adrian Glaubitz &lt;glaubitz@physik.fu-berlin.de&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Andreas Larsson &lt;andreas@gaisler.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: x86@kernel.orgCc: &quot;H. Peter Anvin&quot; &lt;hpa@zytor.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Fri, 29 Mar 2024 20:32:12 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>36571903 - um: Use asm-generic/dma-mapping.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#36571903</link>
        <description>um: Use asm-generic/dma-mapping.hIf DMA (PCI over virtio) is enabled, then some drivers mayenable CONFIG_DMA_OPS as well, and then we pull in the x86definition of get_arch_dma_ops(), which uses the dma_opssymbol, which isn&apos;t defined.Since we don&apos;t have real DMA ops nor any kind of IOMMU fixthis in the simplest possible way: pull in the asm-genericfile instead of inheriting the x86 one. It&apos;s not clear whythose drivers that do (e.g. VDPA) &quot;select DMA_OPS&quot;, and ifthey&apos;d even work with this, but chances are nobody will bewanting to do that anyway, so fixing the build failure isgood enough.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Fixes: 68f5d3f3b654 (&quot;um: add PCI over virtio emulation driver&quot;)Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Tested-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: stable@vger.kernel.orgSigned-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 28 Mar 2022 07:46:25 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>66bcd060 - parport_pc: Also enable driver for PCI systems</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#66bcd060</link>
        <description>parport_pc: Also enable driver for PCI systemsNowadays PC-style parallel ports come in the form of PCI and PCIe optioncards and there are some combined parallel/serial option cards as wellthat we handle in the parport subsystem.  There is nothing in particularthat would prevent them from being used in any system equipped with PCIor PCIe connectivity, except that we do not permit the PARPORT_PC configoption to be selected for platforms for which ARCH_MIGHT_HAVE_PC_PARPORThas not been set for.The only PCI platforms that actually can&apos;t make use of PC-style parallelport hardware are those newer PCIe systems that have no support for I/Ocycles in the host bridge, required by such parallel ports.  Notably,this includes the s390 arch, which has port I/O accessors that causecompilation warnings (promoted to errors with `-Werror&apos;), and there areother cases such as the POWER9 PHB4 device, though this one has variableport I/O accessors that depend on the particular system.  Also it is notclear whether the serial port side of devices enabled by PARPORT_SERIALuses port I/O or MMIO.  Finally Super I/O solutions are always eitherISA or platform devices.Make the PARPORT_PC option selectable also for PCI systems then, exceptfor the s390 arch, however limit the availability of PARPORT_PC_SUPERIOto platforms that enable ARCH_MIGHT_HAVE_PC_PARPORT.  Update platformsaccordingly for the required &lt;asm/parport.h&gt; header.Acked-by: Sudip Mukherjee &lt;sudipm.mukherjee@gmail.com&gt;Signed-off-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Link: https://lore.kernel.org/r/alpine.DEB.2.21.2202141955550.34636@angie.orcam.me.ukSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 14 Feb 2022 20:16:50 +0000</pubDate>
        <dc:creator>Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;</dc:creator>
    </item>
<item>
        <title>6692531d - uml/x86: use x86 load_unaligned_zeropad()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#6692531d</link>
        <description>uml/x86: use x86 load_unaligned_zeropad()allows, among other things, to drop !DCACHE_WORD_ACCESS mess inx86 csum-partial_64.cSigned-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Mon, 31 Jan 2022 02:25:53 +0000</pubDate>
        <dc:creator>Al Viro &lt;viro@zeniv.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>dd3035a2 - um: add a UML specific futex implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#dd3035a2</link>
        <description>um: add a UML specific futex implementationThe generic asm futex implementation emulates atomic access tomemory by doing a get_user followed by put_user. These translateto two mapping operations on UML with paging enabled in themeantime. This, in turn may end up changing interrupts,invoking the signal loop, etc.This replaces the generic implementation by a mapping followedby an operation on the mapped segment.Signed-off-by: Anton Ivanov &lt;anton.ivanov@cambridgegreys.com&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Fri, 12 Mar 2021 15:16:09 +0000</pubDate>
        <dc:creator>Anton Ivanov &lt;anton.ivanov@cambridgegreys.com&gt;</dc:creator>
    </item>
<item>
        <title>68f5d3f3 - um: add PCI over virtio emulation driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#68f5d3f3</link>
        <description>um: add PCI over virtio emulation driverTo support testing of PCI/PCIe drivers in UML, add a PCI bussupport driver. This driver uses virtio, which in UML is reallyjust vhost-user, to talk to devices, and adds the devices tothe virtual PCI bus in the system.Since virtio already allows DMA/bus mastering this really isn&apos;tall that hard, of course we need the logic_iomem infrastructurethat was added by a previous patch.The protocol to talk to the device is has a few fairly simplemessages for reading to/writing from config and IO spaces, andmessages for the device to send the various interrupts (INT#,MSI/MSI-X and while suspended PME#).Note that currently no offical virtio device ID is assigned forthis protocol, as a consequence this patch requires defining itin the Kconfig, with a default that makes the driver refuse towork at all.Finally, in order to add support for MSI/MSI-X interrupts, somesmall changes are needed in the UML IRQ code, it needs to havemore interrupts, changing NR_IRQS from 64 to 128 if this driveris enabled, but not actually use them for anything so that thegeneric IRQ domain/MSI infrastructure can allocate IRQ numbers.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Fri, 05 Mar 2021 12:19:58 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0bbadafd - um: allow disabling NO_IOMEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#0bbadafd</link>
        <description>um: allow disabling NO_IOMEMAdjust the kconfig a little to allow disabling NO_IOMEM in UML. Tomake an &quot;allyesconfig&quot; with CONFIG_NO_IOMEM=n build, adjust a fewKconfig things elsewhere and add dummy asm/fb.h and asm/vga.h files.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Fri, 05 Mar 2021 12:19:51 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3aac798a - um: Enforce the usage of asm-generic/softirq_stack.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#3aac798a</link>
        <description>um: Enforce the usage of asm-generic/softirq_stack.hThe recent rework of the X86 irq stack switching mechanism broke UM as UMpulls in the X86 specific variant of softirq_stack.h.Enforce the usage of the asm-generic variant.Fixes: 72f40a2823d6 (&quot;x86/softirq/64: Inline do_softirq_own_stack()&quot;)Reported-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Tue, 16 Feb 2021 09:23:14 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>bfc58e2b - um: remove process stub VMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#bfc58e2b</link>
        <description>um: remove process stub VMAThis mostly reverts the old commit 3963333fe676 (&quot;uml: cover stubswith a VMA&quot;) which had added a VMA to the existing PTEs. However,there&apos;s no real reason to have the PTEs in the first place and theVMA cannot be &apos;fixed&apos; in place, which leads to bugs that userspacecould try to unmap them and be forcefully killed, or such. Also,there&apos;s a bit of an ugly hole in userspace&apos;s address space.Simplify all this: just install the stub code/page at the top ofthe (inner) address space, i.e. put it just above TASK_SIZE. Thepages are simply hard-coded to be mapped in the userspace processwe use to implement an mm context, and they&apos;re out of reach of theinner mmap/munmap/mprotect etc. since they&apos;re above TASK_SIZE.Getting rid of the VMA also makes vma_merge() no longer hit one ofthe VM_WARN_ON()s there because we installed a VMA while the codeassumes the stack VMA is the first one.It also removes a lockdep warning about mmap_sem usage since we nolonger have uml_setup_stubs() and thus no longer need to do anymanipulation that would require mmap_sem in activate_mm().Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Wed, 13 Jan 2021 21:09:44 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>731ecea3 - mm: Remove arch_remap() and mm-arch-hooks.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#731ecea3</link>
        <description>mm: Remove arch_remap() and mm-arch-hooks.hpowerpc was the last provider of arch_remap() and the lastuser of mm-arch-hooks.h.Since commit 526a9c4a7234 (&quot;powerpc/vdso: Provide vdso_remap()&quot;),arch_remap() hence mm-arch-hooks.h are not used anymore.Remove them.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Fri, 18 Dec 2020 14:07:58 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>596b0474 - kbuild: preprocess module linker script</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#596b0474</link>
        <description>kbuild: preprocess module linker scriptThere was a request to preprocess the module linker script like wedo for the vmlinux one. (https://lkml.org/lkml/2020/8/21/512)The difference between vmlinux.lds and module.lds is that the latteris needed for external module builds, thus must be cleaned up by&apos;make mrproper&apos; instead of &apos;make clean&apos;. Also, it must be createdby &apos;make modules_prepare&apos;.You cannot put it in arch/$(SRCARCH)/kernel/, which is cleaned up by&apos;make clean&apos;. I moved arch/$(SRCARCH)/kernel/module.lds toarch/$(SRCARCH)/include/asm/module.lds.h, which is included fromscripts/module.lds.S.scripts/module.lds is fine because &apos;make clean&apos; keeps all thebuild artifacts under scripts/.You can add arch-specific sections in &lt;asm/module.lds.h&gt;.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Tested-by: Jessica Yu &lt;jeyu@kernel.org&gt;Acked-by: Will Deacon &lt;will@kernel.org&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Palmer Dabbelt &lt;palmerdabbelt@google.com&gt;Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: Jessica Yu &lt;jeyu@kernel.org&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Tue, 08 Sep 2020 04:27:08 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0bc8fb4d - um: Implement ndelay/udelay in time-travel mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#0bc8fb4d</link>
        <description>um: Implement ndelay/udelay in time-travel modeIn external or inf-cpu time-travel mode, ndelay/udelay currentlyjust waste CPU time since the simulation time doesn&apos;t advance.Implement them properly in this case.Note that the &quot;if (time_travel_mode == ...)&quot; parts compile outif CONFIG_UML_TIME_TRAVEL_SUPPORT isn&apos;t set, time_travel_mode isdefined to TT_MODE_OFF in that case.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Thu, 13 Feb 2020 13:26:48 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d65197ad - um: Fix time-travel=inf-cpu with xor/raid6</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#d65197ad</link>
        <description>um: Fix time-travel=inf-cpu with xor/raid6Today, I erroneously built a time-travel configuration with btrfsenabled, and noticed it cannot boot in time-travel=inf-cpu mode,both xor and raid6 speed measurement gets stuck.For xor, work around it by picking the first algorithm if inf-cpumode is enabled.For raid6, I didn&apos;t find such a workaround, so disallow enablingtime-travel mode if RAID6_PQ_BENCHMARK is enabled.With this, and RAID6_PQ_BENCHMARK disabled, I can boot a kernelthat has btrfs enabled in time-travel=inf-cpu mode.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Acked-by: Anton Ivanov &lt;anton.ivanov@cambridgegreys.com&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Fri, 13 Dec 2019 09:01:28 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a30cc14f - um: Don&apos;t use generic barrier.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#a30cc14f</link>
        <description>um: Don&apos;t use generic barrier.hUML has its own platform-specific barrier.h under arch/x86/um/,which should get used. Fix the build system to use it, and thenfix the barrier.h to actually compile.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Wed, 11 Sep 2019 12:51:18 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>96ac6d43 - treewide: Add SPDX license identifier - Kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/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/um/include/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>fdcd06a8 - arch: Use asm-generic header for asm/mmiowb.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/um/include/asm/Kbuild#fdcd06a8</link>
        <description>arch: Use asm-generic header for asm/mmiowb.hHook up asm-generic/mmiowb.h to Kbuild for all architectures so that wecan subsequently include asm/mmiowb.h from core code.Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Signed-off-by: Will Deacon &lt;will.deacon@arm.com&gt;

            List of files:
            /linux-6.15/arch/um/include/asm/Kbuild</description>
        <pubDate>Fri, 22 Feb 2019 12:49:41 +0000</pubDate>
        <dc:creator>Will Deacon &lt;will.deacon@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
