From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DFAE3C433E0 for ; Sun, 21 Jun 2020 10:53:22 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 514DB2489D for ; Sun, 21 Jun 2020 10:53:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="PEdBpw45" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 514DB2489D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49qTsr3nZtzDqg3 for ; Sun, 21 Jun 2020 20:53:20 +1000 (AEST) Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (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 49qTrC1gcPzDqd2 for ; Sun, 21 Jun 2020 20:51:55 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au 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=PEdBpw45; dkim-atps=neutral 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 49qTrB4HYvz9sTK; Sun, 21 Jun 2020 20:51:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1592736715; bh=fBwqQ7Cqe/T0CopqEcfuuX1XD11MecrWlMhDhwcFOZE=; h=From:To:Cc:Subject:Date:From; b=PEdBpw45WpgimY8nmwqCNcY8RuwGnl3OhLq1Stf8U3a9NZVG4I5HhgJ3xvgG9qUk7 ShmgBwWbJ9H4B0GjHGGJBGs1xzcTJjuQhmppnnAvigagHJu/tVhEnFjXkKHEV+n1jz TlOglA+vUAEd0to2ORNuhgL2HzsMVmUDIWFp5H8f0bpiEip0nCyiC5mF0la4z+m/4T ekFNCGi3tx86NQQkAUcCJFEthuZGzAaD276J9ISQSA+uy8pDR2bfjnNzbyWsXqUXNV 84o9fnKk2NSBbuQA5Nc7pmfhN1aMC47Jb5aWd7EwDmSBo2eudmxiuG//TveqGuKwhZ +AnnG1vOpLZYA== From: Michael Ellerman To: Linus Torvalds Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.8-3 tag Date: Sun, 21 Jun 2020 20:52:25 +1000 Message-ID: <87366od72u.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain 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: arnd@arndb.de, peterz@infradead.org, aneesh.kumar@linux.ibm.com, linux-kernel@vger.kernel.org, npiggin@gmail.com, rppt@linux.ibm.com, will@kernel.org, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 5.8. These have all been in linux-next since Thursday, but I rebased last night to drop a commit, so the time stamps on the last few commits reflect that. The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.8-3 for you to fetch changes up to c0e1c8c22bebecef40097c80c1c74492ff96d081: powerpc/8xx: Provide ptep_get() with 16k pages (2020-06-20 22:14:54 +1000) - ------------------------------------------------------------------ powerpc fixes for 5.8 #3 One fix for the interrupt rework we did last release which broke KVM-PR. Three commits fixing some fallout from the READ_ONCE() changes interacting badly with our 8xx 16K pages support, which uses a pte_t that is a structure of 4 actual PTEs. A cleanup of the 8xx pte_update() to use the newly added pmd_off(). A fix for a crash when handling an oops if CONFIG_DEBUG_VIRTUAL is enabled. A minor fix for the SPU syscall generation. Thanks to: Aneesh Kumar K.V, Christian Zigotzky, Christophe Leroy, Mike Rapoport, Nicholas Piggin. - ------------------------------------------------------------------ Aneesh Kumar K.V (1): powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL Christophe Leroy (3): mm/gup: Use huge_ptep_get() in gup_hugepte() mm: Allow arches to provide ptep_get() powerpc/8xx: Provide ptep_get() with 16k pages Michael Ellerman (1): powerpc/syscalls: Use the number when building SPU syscall table Mike Rapoport (1): powerpc/8xx: use pmd_off() to access a PMD entry in pte_update() Nicholas Piggin (1): powerpc/64s: Fix KVM interrupt using wrong save area arch/powerpc/include/asm/nohash/32/pgtable.h | 18 +++++++++++++----- arch/powerpc/kernel/exceptions-64s.S | 4 ++-- arch/powerpc/kernel/process.c | 20 +++++++++++--------- arch/powerpc/platforms/cell/spu_callbacks.c | 2 +- include/asm-generic/hugetlb.h | 2 +- include/linux/pgtable.h | 7 +++++++ mm/gup.c | 4 ++-- 7 files changed, 37 insertions(+), 20 deletions(-) -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl7vO44ACgkQUevqPMjh pYClWQ/+IcdzjtYWNnTmPpgMXZQBd/kcWDycn84oEZSOQM8We1X9EPzO93nSRvMx 0R8X2nX6wS08xeYV3u8slX2na0GlcS1z3PleT23KseLEV8IHfdkhs46nsHilIT5n WsYsf1oHDYCDFKwnK1/qr2wMJ6YJ4uiHAaxttcbRajRGY4oKRFhd8pDDkXX1cO3F 6vnvdy2l9cVgcvBqIgBxmIzjVe2B2kwfNXAyEaQLUzspO+TlhRHqRVjO9XR54607 4lDOu6dK0EG3Y0LuJNNsr6xIl4aykBrOgXOPkeygbz165Uv55+02NhNRzmYkWLIC cntSJRMeZDhMeFwKWx73Vy3c+ot7rGrnC8P2SDB3DKzS3ng512uv7DeY4yHyjd80 ZcbUzINrb9dUrgzMQBV6CxSd00ecEout/v+qVBhP1KvCiODmPNP3gNm+qSyizFlg oODH7QKcylD/V/8q+HSu3ddrPQyKuyKV9q46UdhMfw4KmV/SxOGcNSFyXZ6xQYdX fbQCJ+iYHcJATj9RglBrnyRIyiw9gaVYOfNnh2VuyknutEGvPwlJGs+noWQ/jGdk nf1B4lh6sIYn8bq8cjB36LD8m4zT4KiVyS/ot2v613i00/xr5PVmEyNhkwQc7uBD gbA2K2g27D3RhsRYy49appAx+fWfSH5HjwCz7k/omzUCFdauR2k= =4LHz -----END PGP SIGNATURE----- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A4DAC433E0 for ; Sun, 21 Jun 2020 10:51:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 702F92489A for ; Sun, 21 Jun 2020 10:51:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="PEdBpw45" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729899AbgFUKv6 (ORCPT ); Sun, 21 Jun 2020 06:51:58 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:34467 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729732AbgFUKv5 (ORCPT ); Sun, 21 Jun 2020 06:51:57 -0400 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 49qTrB4HYvz9sTK; Sun, 21 Jun 2020 20:51:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1592736715; bh=fBwqQ7Cqe/T0CopqEcfuuX1XD11MecrWlMhDhwcFOZE=; h=From:To:Cc:Subject:Date:From; b=PEdBpw45WpgimY8nmwqCNcY8RuwGnl3OhLq1Stf8U3a9NZVG4I5HhgJ3xvgG9qUk7 ShmgBwWbJ9H4B0GjHGGJBGs1xzcTJjuQhmppnnAvigagHJu/tVhEnFjXkKHEV+n1jz TlOglA+vUAEd0to2ORNuhgL2HzsMVmUDIWFp5H8f0bpiEip0nCyiC5mF0la4z+m/4T ekFNCGi3tx86NQQkAUcCJFEthuZGzAaD276J9ISQSA+uy8pDR2bfjnNzbyWsXqUXNV 84o9fnKk2NSBbuQA5Nc7pmfhN1aMC47Jb5aWd7EwDmSBo2eudmxiuG//TveqGuKwhZ +AnnG1vOpLZYA== From: Michael Ellerman To: Linus Torvalds Cc: aneesh.kumar@linux.ibm.com, arnd@arndb.de, christophe.leroy@csgroup.eu, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, npiggin@gmail.com, peterz@infradead.org, rppt@linux.ibm.com, will@kernel.org Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.8-3 tag Date: Sun, 21 Jun 2020 20:52:25 +1000 Message-ID: <87366od72u.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 5.8. These have all been in linux-next since Thursday, but I rebased last night to drop a commit, so the time stamps on the last few commits reflect that. The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.8-3 for you to fetch changes up to c0e1c8c22bebecef40097c80c1c74492ff96d081: powerpc/8xx: Provide ptep_get() with 16k pages (2020-06-20 22:14:54 +1000) - ------------------------------------------------------------------ powerpc fixes for 5.8 #3 One fix for the interrupt rework we did last release which broke KVM-PR. Three commits fixing some fallout from the READ_ONCE() changes interacting badly with our 8xx 16K pages support, which uses a pte_t that is a structure of 4 actual PTEs. A cleanup of the 8xx pte_update() to use the newly added pmd_off(). A fix for a crash when handling an oops if CONFIG_DEBUG_VIRTUAL is enabled. A minor fix for the SPU syscall generation. Thanks to: Aneesh Kumar K.V, Christian Zigotzky, Christophe Leroy, Mike Rapoport, Nicholas Piggin. - ------------------------------------------------------------------ Aneesh Kumar K.V (1): powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL Christophe Leroy (3): mm/gup: Use huge_ptep_get() in gup_hugepte() mm: Allow arches to provide ptep_get() powerpc/8xx: Provide ptep_get() with 16k pages Michael Ellerman (1): powerpc/syscalls: Use the number when building SPU syscall table Mike Rapoport (1): powerpc/8xx: use pmd_off() to access a PMD entry in pte_update() Nicholas Piggin (1): powerpc/64s: Fix KVM interrupt using wrong save area arch/powerpc/include/asm/nohash/32/pgtable.h | 18 +++++++++++++----- arch/powerpc/kernel/exceptions-64s.S | 4 ++-- arch/powerpc/kernel/process.c | 20 +++++++++++--------- arch/powerpc/platforms/cell/spu_callbacks.c | 2 +- include/asm-generic/hugetlb.h | 2 +- include/linux/pgtable.h | 7 +++++++ mm/gup.c | 4 ++-- 7 files changed, 37 insertions(+), 20 deletions(-) -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl7vO44ACgkQUevqPMjh pYClWQ/+IcdzjtYWNnTmPpgMXZQBd/kcWDycn84oEZSOQM8We1X9EPzO93nSRvMx 0R8X2nX6wS08xeYV3u8slX2na0GlcS1z3PleT23KseLEV8IHfdkhs46nsHilIT5n WsYsf1oHDYCDFKwnK1/qr2wMJ6YJ4uiHAaxttcbRajRGY4oKRFhd8pDDkXX1cO3F 6vnvdy2l9cVgcvBqIgBxmIzjVe2B2kwfNXAyEaQLUzspO+TlhRHqRVjO9XR54607 4lDOu6dK0EG3Y0LuJNNsr6xIl4aykBrOgXOPkeygbz165Uv55+02NhNRzmYkWLIC cntSJRMeZDhMeFwKWx73Vy3c+ot7rGrnC8P2SDB3DKzS3ng512uv7DeY4yHyjd80 ZcbUzINrb9dUrgzMQBV6CxSd00ecEout/v+qVBhP1KvCiODmPNP3gNm+qSyizFlg oODH7QKcylD/V/8q+HSu3ddrPQyKuyKV9q46UdhMfw4KmV/SxOGcNSFyXZ6xQYdX fbQCJ+iYHcJATj9RglBrnyRIyiw9gaVYOfNnh2VuyknutEGvPwlJGs+noWQ/jGdk nf1B4lh6sIYn8bq8cjB36LD8m4zT4KiVyS/ot2v613i00/xr5PVmEyNhkwQc7uBD gbA2K2g27D3RhsRYy49appAx+fWfSH5HjwCz7k/omzUCFdauR2k= =4LHz -----END PGP SIGNATURE-----