<?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>244eae91 - DEC: Limit PMAX memory probing to R3k systems</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/dec/prom/Makefile#244eae91</link>
        <description>DEC: Limit PMAX memory probing to R3k systemsRecent tightening of the opcode table in binutils so as to consistentlydisallow the assembly or disassembly of CP0 instructions not supportedby the processor architecture chosen has caused a regression like below:arch/mips/dec/prom/locore.S: Assembler messages:arch/mips/dec/prom/locore.S:29: Error: opcode not supported on this processor: r4600 (mips3) `rfe&apos;in a piece of code used to probe for memory with PMAX DECstation models,which have non-REX firmware.  Those computers always have an R2000 CPUand consequently the exception handler used in memory probing uses theRFE instruction, which those processors use.While adding 64-bit support this code was correctly excluded for 64-bitconfigurations, however it should have also been excluded for irrelevant32-bit configurations.  Do this now then, and only enable PMAX memoryprobing for R3k systems.Reported-by: Jan-Benedict Glaw &lt;jbglaw@lug-owl.de&gt;Reported-by: Sudip Mukherjee &lt;sudipm.mukherjee@gmail.com&gt;Signed-off-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Fixes: 1da177e4c3f4 (&quot;Linux-2.6.12-rc2&quot;)Cc: stable@vger.kernel.org # v2.6.12+Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/arch/mips/dec/prom/Makefile</description>
        <pubDate>Fri, 04 Mar 2022 20:16:23 +0000</pubDate>
        <dc:creator>Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/dec/prom/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd 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.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/arch/mips/dec/prom/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>824122a3 - MIPS: DEC/SNI: O32 wrapper stack switching fixes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/dec/prom/Makefile#824122a3</link>
        <description>MIPS: DEC/SNI: O32 wrapper stack switching fixesCommit 231a35d37293ab88d325a9cb94e5474c156282c0 [[MIPS] RM: Collectedchanges] broke DECstation support by introducing an incompatible copy ofarch/mips/dec/prom/call_o32.S in arch/mips/fw/lib/, built unconditionally.The copy happens to land earlier of the two among the modules used in thelink and is therefore chosen for the DECstation rather than the intendedoriginal.  As a result random kernel data is corrupted because a pointerto the &quot;%s&quot; formatted output template is used as a temporary stack pointerrather than being passed down to prom_printf.  This also explains whyprom_printf still works, up to a point -- the next argument is the actualstring to output so it works just fine as the output template until enoughkernel data has been corrupted to cause a crash.This change adjusts the modified wrapper in arch/mips/fw/lib/call_o32.S tolet callers request no stack switching by passing a null temporary stackpointer in $a1, reworks the DECstation callers to work with the updatedinterface and removes the old copy from arch/mips/dec/prom/call_o32.S.  Afew minor readability adjustments are included as well, most importantlyO32_SZREG is now used throughout where applicable rather than hardcodedmultiplies of 4 and $fp is used to access the argument save area as a moreusual register to operate the stack with rather than $s0.Finally an update is made to the temporary stack space used by the SNIplatform to guarantee 8-byte alignment as per o32 requirements.Signed-off-by: Maciej W. Rozycki &lt;macro@linux-mips.org&gt;Cc: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Cc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/6668/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/dec/prom/Makefile</description>
        <pubDate>Mon, 31 Mar 2014 23:14:41 +0000</pubDate>
        <dc:creator>Maciej W. Rozycki &lt;macro@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>d2af363c - [MIPS] Kill redundant EXTRA_AFLAGS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/dec/prom/Makefile#d2af363c</link>
        <description>[MIPS] Kill redundant EXTRA_AFLAGSMany Makefiles in arch/mips have EXTRA_AFLAGS := $(CFLAGS) line.  Thisis redundant while AFLAGS contains $(cflags-y) and any options onlylisted in CFLAGS (not in cflags-y) should be unnecessary for asmsources.Signed-off-by: Atsushi Nemoto &lt;anemo@mba.ocn.ne.jp&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/dec/prom/Makefile</description>
        <pubDate>Thu, 22 Feb 2007 15:39:48 +0000</pubDate>
        <dc:creator>Atsushi Nemoto &lt;anemo@mba.ocn.ne.jp&gt;</dc:creator>
    </item>
<item>
        <title>875d43e7 - [PATCH] mips: clean up 32/64-bit configuration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/dec/prom/Makefile#875d43e7</link>
        <description>[PATCH] mips: clean up 32/64-bit configurationStart cleaning 32-bit vs. 64-bit configuration.Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/arch/mips/dec/prom/Makefile</description>
        <pubDate>Sat, 03 Sep 2005 22:56:16 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/dec/prom/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/arch/mips/dec/prom/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
