Patch "powerpc/64s/exception: Clean up a missed SRR specifier" has been added to the 5.11-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    powerpc/64s/exception: Clean up a missed SRR specifier

to the 5.11-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     powerpc-64s-exception-clean-up-a-missed-srr-specifie.patch
and it can be found in the queue-5.11 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 7bf5c09d8866beb6c2a5b71c8f2ef92cb9393696
Author: Daniel Axtens <dja@xxxxxxxxxx>
Date:   Thu Feb 25 14:09:59 2021 +1100

    powerpc/64s/exception: Clean up a missed SRR specifier
    
    [ Upstream commit c080a173301ffc62cb6c76308c803c7fee05517a ]
    
    Nick's patch cleaning up the SRR specifiers in exception-64s.S missed
    a single instance of EXC_HV_OR_STD. Clean that up.
    
    Caught by clang's integrated assembler.
    
    Fixes: 3f7fbd97d07d ("powerpc/64s/exception: Clean up SRR specifiers")
    Signed-off-by: Daniel Axtens <dja@xxxxxxxxxx>
    Acked-by: Nicholas Piggin <npiggin@xxxxxxxxx>
    Signed-off-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20210225031006.1204774-2-dja@xxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
index 6e53f7638737..de988770a7e4 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -470,7 +470,7 @@ DEFINE_FIXED_SYMBOL(\name\()_common_real)
 
 	ld	r10,PACAKMSR(r13)	/* get MSR value for kernel */
 	/* MSR[RI] is clear iff using SRR regs */
-	.if IHSRR == EXC_HV_OR_STD
+	.if IHSRR_IF_HVMODE
 	BEGIN_FTR_SECTION
 	xori	r10,r10,MSR_RI
 	END_FTR_SECTION_IFCLR(CPU_FTR_HVMODE)



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux