mbox series

[GIT,PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag

Message ID 87h6vjzzjh.fsf@mpe.ellerman.id.au (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.2-6

Message

Michael Ellerman Feb. 17, 2023, 10:40 p.m. UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull one more powerpc fix for 6.2:

The following changes since commit 2ea31e2e62bbc4d11c411eeb36f1b02841dbcab1:

  powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch (2023-02-07 10:13:33 +1100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.2-6

for you to fetch changes up to 4302abc628fc0dc08e5855f21bbfaed407a72bc3:

  powerpc/64s: Prevent fallthrough to hash TLB flush when using radix (2023-02-17 12:30:56 +1100)

- ------------------------------------------------------------------
powerpc fixes for 6.2 #6

 - Prevent fallthrough to hash TLB flush when using radix.

Thanks to: Benjamin Gray, "Erhard F.".

- ------------------------------------------------------------------
Benjamin Gray (1):
      powerpc/64s: Prevent fallthrough to hash TLB flush when using radix


 arch/powerpc/include/asm/book3s/64/tlbflush.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmPwAU4ACgkQUevqPMjh
pYDPjRAAlpjdeTzrSwV63jF3q9I5H9mgdmiNa2ZfRifKI7FLvHd9Yob8gs35D//x
CLLhrQmtWL9LooFu5bx+UsLs2MuLevmUsWFWXhYPwDjEuLx12VP64i4obbugH89e
QbGr6J9HwwHQLnwFacBWAPHl4NGO2KhRt/GEZZsWvw/1szikYDJfNlhh6M5vD5PW
XNgkA5aJdyegkYWlYF+OsRVeE3GRzqU1dDagdc+9kzXzkqcMj4DsxVohviTLhhua
cIdfUlZV8BDQc0F2I4376mh4O1+b/k4eGbnyIF14jd0Z/9ZOF9nAkgU7s3Z74n38
O5gIBPMSz8bXoYKyVCO61SoDZHUGCWTn0xx14/cl0PAgGoU29xUH5/+S1miN1LdE
N9gA3hDNagfRpXTDCWmbp5BREHItLrDzKUv125Ipf5hilV0Yzp/G7JAfun8E37wx
3I0iHvH/Feq55fT9w1lggQ/Qt+9147xd5GyCbEQn7mJ/jolSFRkLzpAhsnec7Iwr
qs00/n1JrRK5Owi6Ir2ds8vGZP4dFSGxnzhDMU/PaacavBpGDPP8xb2JsrvpoR6o
rhReC7bnmYKIel7YJAaY+U3qwyCdYMBrQGpnfOb1eMXFYXK2LopP4TWfVO/LxHsp
7fllB3nBWGQX/fCwKe5QMUS9QhAYWJ1Y/hgq3Gg1o9nmfn2VWNY=
=/f1f
-----END PGP SIGNATURE-----

Comments

Linus Torvalds Feb. 17, 2023, 10:58 p.m. UTC | #1
On Fri, Feb 17, 2023 at 2:40 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>
> Thanks to: Benjamin Gray, "Erhard F.".

That just looks _odd_.

It's not like the full name wasn't already elsewhere in the kernel
logs as a reporter (and at least once as patch author), so I just
fixed it up ;)

               Linus
pr-tracker-bot@kernel.org Feb. 17, 2023, 11 p.m. UTC | #2
The pull request you sent on Sat, 18 Feb 2023 09:40:18 +1100:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.2-6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dbeed98d89ea91ae68ff6dce6060671726292e85

Thank you!
Michael Ellerman Feb. 19, 2023, 9:25 p.m. UTC | #3
Linus Torvalds <torvalds@linux-foundation.org> writes:
> On Fri, Feb 17, 2023 at 2:40 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>>
>> Thanks to: Benjamin Gray, "Erhard F.".
>
> That just looks _odd_.

Yeah true. My scripts just take it verbatim from the From: line of the
email.

> It's not like the full name wasn't already elsewhere in the kernel
> logs as a reporter (and at least once as patch author), so I just
> fixed it up ;)

Thanks.

cheers