From patchwork Sun Sep 19 13:11:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Ellerman X-Patchwork-Id: 1529842 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=PrS8xBVJ; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ozlabs.org (client-ip=112.213.38.117; helo=lists.ozlabs.org; envelope-from=linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org; receiver=) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4HC7PT5rltz9sSn for ; Sun, 19 Sep 2021 23:11:41 +1000 (AEST) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HC7PT4Ql8z2yMg for ; Sun, 19 Sep 2021 23:11:41 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=PrS8xBVJ; dkim-atps=neutral X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=ellerman.id.au (client-ip=2401:3900:2:1::2; helo=ozlabs.org; envelope-from=mpe@ellerman.id.au; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=PrS8xBVJ; dkim-atps=neutral Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HC7Nr1TVKz2xrM for ; Sun, 19 Sep 2021 23:11:07 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1632057065; bh=72IPhh7RuIGTEvyrIjs6WnEABlmeKQrraAdsE7FrU1c=; h=From:To:Cc:Subject:Date:From; b=PrS8xBVJWwiCRQ9nbO9B+oU6hZlNXeM/g6FJZ3RiQ0FaSVhr9yISG0ewvXMUOFOF4 bZay9ZZdlbr4Gl+Ij9WQJVay9A8kNLGHMZ7KeoAvqX7Btpw68re2jSasZg4FFci3C8 9k0cQEYAXSAqZGs21+JXHYO7TtLTgyvn8oOovsvIABQik5kGAQHu12e1sP1uD0DCCW ZNmBDEv54lvC4cgNl52bfFSesQz7iszRaw3ZEbMwpPd0o05jzoFi1nc+edsV8sN3+6 t9Kc81qm2WL9iBSXiv9/SYCOIahcNZEmzBoLsW/ySJFjZxQEb1Ydb+l8qiZTwLcJaB 8ahS6H2byXX1g== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4HC7Nn1pC9z9sRK; Sun, 19 Sep 2021 23:11:05 +1000 (AEST) From: Michael Ellerman To: Linus Torvalds Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.15-2 tag Date: Sun, 19 Sep 2021 23:11:04 +1000 Message-ID: <87o88oiuc7.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linuxppc-dev@lists.ozlabs.org, ganeshgr@linux.ibm.com, clg@kaod.org, npiggin@gmail.com, linux-kernel@vger.kernel.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Linus, Please pull powerpc fixes for 5.15: The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.15-2 for you to fetch changes up to c006a06508db4841d256d82f42da392d6391f3d9: powerpc/xics: Set the IRQ chip data for the ICS native backend (2021-09-15 22:05:53 +1000) - ------------------------------------------------------------------ powerpc fixes for 5.15 #2 Fix crashes when scv (System Call Vectored) is used to make a syscall when a transaction is active, on Power9 or later. Fix bad interactions between rfscv (Return-from scv) and Power9 fake-suspend mode. Fix crashes when handling machine checks in LPARs using the Hash MMU. Partly revert a recent change to our XICS interrupt controller code, which broke the recently added Microwatt support. Thanks to: Cédric Le Goater, Eirik Fuller, Ganesh Goudar, Gustavo Romero, Joel Stanley, Nicholas Piggin. - ------------------------------------------------------------------ Cédric Le Goater (1): powerpc/xics: Set the IRQ chip data for the ICS native backend Ganesh Goudar (1): powerpc/mce: Fix access error in mce handler Nicholas Piggin (4): powerpc/64s: system call scv tabort fix for corrupt irq soft-mask state selftests/powerpc: Add scv versions of the basic TM syscall tests powerpc/64s: system call rfscv workaround for TM bugs KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registers arch/powerpc/kernel/interrupt.c | 43 ++++++++++++++++++++ arch/powerpc/kernel/interrupt_64.S | 41 ------------------- arch/powerpc/kernel/mce.c | 17 +++++++- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 36 +++++++++++++++- arch/powerpc/sysdev/xics/xics-common.c | 4 +- tools/testing/selftests/powerpc/tm/tm-syscall-asm.S | 37 ++++++++++++++++- tools/testing/selftests/powerpc/tm/tm-syscall.c | 36 ++++++++++++---- 7 files changed, 159 insertions(+), 55 deletions(-) -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmFHMuoACgkQUevqPMjh pYD59RAAsMPzDU+iT15Vm2dC9Ar4hmlLvC0Ew3I/JigC/XSf1bcyGPM4ybSUsoLj wop5AeOyoaAtegWki3HxMM5iC99KRI9GuJd8Fa8yrSwKYz/O+6oqVJdq0oJY/rLl NpHDgFCencKya/H0UV+Xobfb41ol25bGchMfcuhQw5G6JVCtWbYSFQXUefTcC3lt GjYy9jLzvNT7DGlmJBJaeIU78vqRbXLmbHgBwLhxIIBD0us48BQX4elDWcP5Jjwr UMyz962EaWLAb/nyac9BHzqO9OS6awYJGI5lx3CPJz3+VA6RI/Vu8WoentfejupP GaiGnCcRBnUAkcUuapy0XQtcv9197yOLkLi5XUPgS82o9EuI2+TLtpoZCwLBOceu HLpcjYbxf6rV79wYb+P5+oZkPIUi+JWEzF9hCMSFDIJO3mY8rqoDqbEnGEIdiQUi 6IhihFw6s4a15vd+sn0J1KsUvceeA98zE/7zFXW1tYTqxn2zlJFn923EJuHMr+24 mCQb4JvsWlUi+8YuEvr1659I0nstFJaUxY1BFDuFr5oR4/ZFDwnRUs2JbAw8No8Y uzM7wuq1PMswnKLm5cnR3tsYOVgwTdR6O9wCe3Uva4PoOoB5Y97VpSU8ElfPI+c+ ePdHNteAjRiMLTggWzLryCUNw+2T8wny/r9nyx5tfI2JswXgSvg= =KZ/U -----END PGP SIGNATURE-----