<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>478e1709 - powerpc/io: Remove PPC_IO_WORKAROUNDS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#478e1709</link>
        <description>powerpc/io: Remove PPC_IO_WORKAROUNDSThe Cell blade support was the last user of PPC_IO_WORKAROUNDS, so theycan now be removed.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Link: https://patch.msgid.link/20241218105523.416573-9-mpe@ellerman.id.au

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Wed, 18 Dec 2024 10:54:57 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>f026dffd - powerpc: Remove PPC_OF_PLATFORM_PCI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#f026dffd</link>
        <description>powerpc: Remove PPC_OF_PLATFORM_PCIThe Cell blade support was the last user of PPC_OF_PLATFORM_PCI, soremove it.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Link: https://patch.msgid.link/20241218105523.416573-8-mpe@ellerman.id.au

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Wed, 18 Dec 2024 10:54:56 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>19f1bc3f - powerpc: Replace kretprobe code with rethook on powerpc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#19f1bc3f</link>
        <description>powerpc: Replace kretprobe code with rethook on powerpcThis is an adaptation of commit f3a112c0c40d (&quot;x86,rethook,kprobes:Replace kretprobe with rethook on x86&quot;) to powerpc.Rethook follows the existing kretprobe implementation, but separatesit from kprobes so that it can be used by fprobe (ftrace-basedfunction entry/exit probes). As such, this patch also enables fprobeto work on powerpc. The only other change compared to the existingkretprobe implementation is doing the return address fixup inarch_rethook_fixup_return().Reference to other archs:commit b57c2f124098 (&quot;riscv: add riscv rethook implementation&quot;)commit 7b0a096436c2 (&quot;LoongArch: Replace kretprobe with rethook&quot;)Note:=====In future, rethook will be only for kretprobe, and kretprobewill be replaced by fprobe.https://lore.kernel.org/all/172000134410.63468.13742222887213469474.stgit@devnote2/We will	adapt the above	implementation for powerpc once its upstream.Until then, we can have	this implementation of rethook to servecurrent	kretprobe usecases.Reviewed-by: Naveen Rao &lt;naveen@kernel.org&gt;Signed-off-by: Abhishek Dubey &lt;adubey@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240830113131.7597-1-adubey@linux.ibm.com

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Fri, 30 Aug 2024 11:31:31 +0000</pubDate>
        <dc:creator>Abhishek Dubey &lt;adubey@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>732b32da - powerpc: Remove core support for 40x</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#732b32da</link>
        <description>powerpc: Remove core support for 40xNow that 40x platforms have gone, remove supportfor 40x in the core of powerpc arch.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240628121201.130802-4-mpe@ellerman.id.au

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Fri, 28 Jun 2024 12:11:58 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>c330b50d - powerpc/Makefile: Remove bits related to the previous use of -mcmodel=large</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#c330b50d</link>
        <description>powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeAll supported compilers today (gcc v5.1+ and clang v11+) have support for-mcmodel=medium. As such, NO_MINIMAL_TOC is no longer being set. RemoveNO_MINIMAL_TOC as well as the fallback to -mminimal-toc.Reviewed-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Naveen N Rao &lt;naveen@kernel.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240110141237.3179199-1-naveen@kernel.org

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Wed, 10 Jan 2024 14:12:37 +0000</pubDate>
        <dc:creator>Naveen N Rao &lt;naveen@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4f1dad61 - powerpc: remove unused *_syscall_64.o variables in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#4f1dad61</link>
        <description>powerpc: remove unused *_syscall_64.o variables in MakefileCommit ab1a517d55b0 (&quot;powerpc/syscall: Rename syscall_64.c intointerrupt.c&quot;) missed to update these three lines:  GCOV_PROFILE_syscall_64.o := n  KCOV_INSTRUMENT_syscall_64.o := n  UBSAN_SANITIZE_syscall_64.o := nTo restore the original behavior, we could replace them with:  GCOV_PROFILE_interrupt.o := n  KCOV_INSTRUMENT_interrupt.o := n  UBSAN_SANITIZE_interrupt.o := nHowever, nobody has noticed the functional change in the past threeyears, so they were unneeded.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240216135517.2002749-1-masahiroy@kernel.org

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Fri, 16 Feb 2024 13:55:17 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bbd99922 - powerpc/dexcr: Reset DEXCR value across exec</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#bbd99922</link>
        <description>powerpc/dexcr: Reset DEXCR value across execInheriting the DEXCR across exec can have security and usabilityconcerns. If a program is compiled with hash instructions it generallyexpects to run with NPHIE enabled. But if the parent process disablesNPHIE then if it&apos;s not careful it will be disabled for any children tooand the protection offered by hash checks is basically worthless.This patch introduces a per-process reset value that new execs in aparticular process tree are initialized with. This enables fine grainedcontrol over what DEXCR value child processes run with by default.For example, containers running legacy binaries that expect hashinstructions to act as NOPs could configure the reset value of thecontainer root to control the default reset value for all members ofthe container.Signed-off-by: Benjamin Gray &lt;bgray@linux.ibm.com&gt;[mpe: Add missing SPDX tag on dexcr.c]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240417112325.728010-4-bgray@linux.ibm.com

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Wed, 17 Apr 2024 11:23:19 +0000</pubDate>
        <dc:creator>Benjamin Gray &lt;bgray@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>97a5253d - powerpc: remove unused KCSAN_SANITIZE_early_64.o in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#97a5253d</link>
        <description>powerpc: remove unused KCSAN_SANITIZE_early_64.o in MakefileCommit 2fb857bc9f9e (&quot;powerpc/kcsan: Add exclusions from instrumentation&quot;)added KCSAN_SANITIZE_early_64.o to arch/powerpc/kernel/Makefile, whileit does not compile early_64.o.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240216135817.2003106-1-masahiroy@kernel.org

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Fri, 16 Feb 2024 13:58:17 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>27be2456 - powerpc/64: Rename entry_64.S to prom_entry_64.S</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#27be2456</link>
        <description>powerpc/64: Rename entry_64.S to prom_entry_64.SThis file contains only the enter_prom implementation now.Trim includes and update header comment while we&apos;re here.Signed-off-by: Nicholas Piggin &lt;npiggin@gmail.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20230606132447.315714-7-npiggin@gmail.com

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Tue, 06 Jun 2023 13:24:47 +0000</pubDate>
        <dc:creator>Nicholas Piggin &lt;npiggin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>afc63868 - powerpc: merge 32-bit and 64-bit _switch implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#afc63868</link>
        <description>powerpc: merge 32-bit and 64-bit _switch implementationThe _switch stack frame setup are substantially the same, so are thecomments. The difference in how the stack and current are switched,and other hardware and software housekeeping is done is moved intomacros.Generated code should be unchanged.Signed-off-by: Nicholas Piggin &lt;npiggin@gmail.com&gt;[mpe: Tweak include orer to fix compile errors on some configs]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20230606132447.315714-6-npiggin@gmail.com

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Tue, 06 Jun 2023 13:24:46 +0000</pubDate>
        <dc:creator>Nicholas Piggin &lt;npiggin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2fb857bc - powerpc/kcsan: Add exclusions from instrumentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#2fb857bc</link>
        <description>powerpc/kcsan: Add exclusions from instrumentationExclude various incompatible compilation units from KCSANinstrumentation.Signed-off-by: Rohan McLure &lt;rmclure@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20230206021801.105268-2-rmclure@linux.ibm.com

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Mon, 06 Feb 2023 02:17:57 +0000</pubDate>
        <dc:creator>Rohan McLure &lt;rmclure@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>e2375062 - powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-pairs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#e2375062</link>
        <description>powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-pairspowerpc 32-bit system call (and function) calling convention for 64-bitarguments requires the next available odd-pair (two sequential registerswith the first being odd-numbered) from the standard register argumentallocation.The first argument register is r3, so a 64-bit argument that appears atan even position in the argument list must skip a register (unless therewere preceding 64-bit arguments, which might throw things off). Thisrequires non-standard compat definitions to deal with the holes in theargument register allocation.With pt_regs syscall wrappers which use a standard mapper to map pt_regsGPRs to function arguments, 32-bit kernels hit the same basic problem,the standard definitions don&apos;t cope with the unused argument registers.Fix this by having 32-bit kernels share those syscall definitions withcompat.Thanks to Jason for spending a lot of time finding and bisecting thisand developing a trivial reproducer. The perfect bug report.Reported-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;Signed-off-by: Nicholas Piggin &lt;npiggin@gmail.com&gt;Fixes: 7e92e01b72452 (&quot;powerpc: Provide syscall wrapper&quot;)Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20221012035335.866440-1-npiggin@gmail.com

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Wed, 12 Oct 2022 03:53:34 +0000</pubDate>
        <dc:creator>Nicholas Piggin &lt;npiggin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ae5b6779 - powerpc: Fix 85xx build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#ae5b6779</link>
        <description>powerpc: Fix 85xx buildThe merge of the kbuild tree dropped the renaming of the FSL_BOOKEkconfig option.Fixes: 8afc66e8d43b (&quot;Merge tag &apos;kbuild-v6.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild&quot;)Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Tue, 11 Oct 2022 03:59:10 +0000</pubDate>
        <dc:creator>Joel Stanley &lt;joel@jms.id.au&gt;</dc:creator>
    </item>
<item>
        <title>32164845 - kbuild: use obj-y instead extra-y for objects placed at the head</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#32164845</link>
        <description>kbuild: use obj-y instead extra-y for objects placed at the headThe objects placed at the head of vmlinux need special treatments: - arch/$(SRCARCH)/Makefile adds them to head-y in order to place   them before other archives in the linker command line. - arch/$(SRCARCH)/kernel/Makefile adds them to extra-y instead of   obj-y to avoid them going into built-in.a.This commit gets rid of the latter.Create vmlinux.a to collect all the objects that are unconditionallylinked to vmlinux. The objects listed in head-y are moved to the headof vmlinux.a by using &apos;ar m&apos;.With this, arch/$(SRCARCH)/kernel/Makefile can consistently use obj-yfor builtin objects.There is no *.o that is directly linked to vmlinux. Drop unneeded codein scripts/clang-tools/gen_compile_commands.py.$(AR) mPi needs &apos;T&apos; to workaround the llvm-ar bug. The fix was suggestedby Nathan Chancellor [1].[1]: https://lore.kernel.org/llvm/YyjjT5gQ2hGMH0ni@dev-arch.thelio-3990X/Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Tested-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt;Reviewed-by: Nicolas Schier &lt;nicolas@fjasle.eu&gt;

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Sat, 24 Sep 2022 18:19:14 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6556fd1a - powerpc: Cleanup idle for e500</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#6556fd1a</link>
        <description>powerpc: Cleanup idle for e500e500 idle setup is a bit messy.e500_idle() is used for PPC32 while book3e_idle() is used for PPC64.As they are mutually exclusive, call them all e500_idle().Use CONFIG_MPC_85xx instead of PPC32 + E500 in Makefile and renameidle_e500.c to idle_85xx.c .Rename idle_book3e.c to idle_64e.c and remove #ifdef PPC64 inas it&apos;s only built on PPC64.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/8039301334e948974c85ec5ef2db37751075185b.1663606876.git.christophe.leroy@csgroup.eu

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Mon, 19 Sep 2022 17:01:42 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>3e731858 - powerpc: Remove CONFIG_PPC_FSL_BOOK3E</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#3e731858</link>
        <description>powerpc: Remove CONFIG_PPC_FSL_BOOK3ECONFIG_PPC_FSL_BOOK3E is redundant with CONFIG_PPC_E500.Remove it.And rename five files accordingly.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;[mpe: Rename include guards to match new file names]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/795cb93b88c9a0279289712e674f39e3b108a1b4.1663606876.git.christophe.leroy@csgroup.eu

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Mon, 19 Sep 2022 17:01:38 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>688de017 - powerpc: Change CONFIG_E500 to CONFIG_PPC_E500</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#688de017</link>
        <description>powerpc: Change CONFIG_E500 to CONFIG_PPC_E500It will be used outside arch/powerpc, make it clear its apowerpc configuration item.And we already have CONFIG_PPC_E500MC, so that will makeit more consistent.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/e63b22083c11c4300f4a82d3123a46e5fdd54fa6.1663606876.git.christophe.leroy@csgroup.eu

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Mon, 19 Sep 2022 17:01:35 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>dfc3095c - powerpc: Remove CONFIG_FSL_BOOKE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#dfc3095c</link>
        <description>powerpc: Remove CONFIG_FSL_BOOKEPPC_85xx is PPC32 only.PPC_85xx always selects E500 and is the only PPC32 thatselects E500.FSL_BOOKE is selected when E500 and PPC32 are selected.So FSL_BOOKE is redundant with PPC_85xx.Remove FSL_BOOKE.And rename four files accordingly.cpu_setup_fsl_booke.S is not renamed because it is linked toPPC_FSL_BOOK3E and not to FSL_BOOKE as suggested by its name.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/08e3e15594e66d63b9e89c5b4f9c35153913c28f.1663606875.git.christophe.leroy@csgroup.eu

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Mon, 19 Sep 2022 17:01:31 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>f4a0318f - powerpc: add support for syscall stack randomization</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#f4a0318f</link>
        <description>powerpc: add support for syscall stack randomizationAdd support for adding a random offset to the stack while handlingsyscalls. This patch uses mftb() instead of get_random_int() for betterperformance.In order to avoid unconditional stack canaries on syscall entry (due tothe use of alloca()), also disable stack protector to avoid triggeringneedless checks and slowing down the entry path. As there is no generalway to control stack protector coverage with a function attribute, thismust be disabled at the compilation unit level.Signed-off-by: Xiu Jianfeng &lt;xiujianfeng@huawei.com&gt;Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20220701082435.126596-3-xiujianfeng@huawei.com

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Fri, 01 Jul 2022 08:24:35 +0000</pubDate>
        <dc:creator>Xiu Jianfeng &lt;xiujianfeng@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>1547db7d - powerpc: Move system_call_exception() to syscall.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/kernel/Makefile#1547db7d</link>
        <description>powerpc: Move system_call_exception() to syscall.cThis is a lead-up patch to enable syscall stack randomization, whichuses alloca() and makes the compiler add unconditional stack canarieson syscall entry. In order to avoid triggering needless checks andslowing down the entry path, the feature needs to disable stackprotector at the compilation unit level as there is no general way tocontrol stack protector coverage with a function attribute.So move system_call_exception() to syscall.c to avoid affecting otherfunctions in interrupt.c.Suggested-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Xiu Jianfeng &lt;xiujianfeng@huawei.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20220701082435.126596-2-xiujianfeng@huawei.com

            List of files:
            /linux-6.15/arch/powerpc/kernel/Makefile</description>
        <pubDate>Fri, 01 Jul 2022 08:24:34 +0000</pubDate>
        <dc:creator>Xiu Jianfeng &lt;xiujianfeng@huawei.com&gt;</dc:creator>
    </item>
</channel>
</rss>
