Re: [RESEND PATCH v2] powerpc/mce: Fix SLB rebolting during MCE recovery path.
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-08-23 12:05:04
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-08-23 12:05:04
Mahesh Jagannath Salgaonkar [off-list ref] writes:
On 08/23/2018 12:14 PM, Michael Ellerman wrote:quoted
Mahesh J Salgaonkar [off-list ref] writes:quoted
From: Mahesh Salgaonkar <redacted> 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