[RESEND PATCH v2] powerpc/mce: Fix SLB rebolting during MCE recovery path.

Michael Ellerman mpe at ellerman.id.au
Thu Aug 23 22:05:03 AEST 2018


Mahesh Jagannath Salgaonkar <mahesh at linux.vnet.ibm.com> writes:

> On 08/23/2018 12:14 PM, Michael Ellerman wrote:
>> Mahesh J Salgaonkar <mahesh at linux.vnet.ibm.com> writes:
>> 
>>> From: Mahesh Salgaonkar <mahesh at linux.vnet.ibm.com>
>>>
>>> With the powerpc next commit e7e81847478 (powerpc/mce: Fix SLB rebolting
>>> during MCE recovery path.),
>> 
>> That commit description is wrong, I'll fix it up.
>
> Ouch.. My bad.. :-(

To make it easier to get right, if you don't already, add these to your
~/.gitconfig:

[pretty]
	fixes = Fixes: %h (\"%s\")
	quote = %h (\"%s\")


And then you can do:

$ git log -1 --pretty=quote e7e81847478 
e7e81847478b ("powerpc/64s: move machine check SLB flushing to mm/slb.c")

$ git log -1 --pretty=fixes e7e81847478 
Fixes: e7e81847478b ("powerpc/64s: move machine check SLB flushing to mm/slb.c")


I then have a shell alias that pipes that into xclip, so I can just
paste it directly into the change log.

cheers


More information about the Linuxppc-dev mailing list