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 Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1ACC2ECAAA1 for ; Fri, 28 Oct 2022 11:51:30 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4MzLVS2HLDz3cJ7 for ; Fri, 28 Oct 2022 22:51:28 +1100 (AEDT) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (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 4MzLTr5P2tz3cC0 for ; Fri, 28 Oct 2022 22:50:56 +1100 (AEDT) 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 4MzLTr48Pdz4wgr; Fri, 28 Oct 2022 22:50:56 +1100 (AEDT) From: Michael Ellerman To: linuxppc-dev@lists.ozlabs.org, Nicholas Piggin In-Reply-To: <20221006140413.126443-1-npiggin@gmail.com> References: <20221006140413.126443-1-npiggin@gmail.com> Subject: Re: (subset) [PATCH 0/4] powerpc: misc interrupt and context tracking fixes Message-Id: <166695778801.1609528.7830840855528110755.b4-ty@ellerman.id.au> Date: Fri, 28 Oct 2022 22:49:48 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit 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: , Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, 7 Oct 2022 00:04:09 +1000, Nicholas Piggin wrote: > These are several fixes for regressions and bugs that can crash > the host. > > Thanks, > Nick > > Nicholas Piggin (4): > KVM: PPC: BookS PR-KVM and BookE do not support context tracking > powerpc/64s/interrupt: Perf NMI should not take normal exit path > powerpc/64e/interrupt: Prevent NMI PMI causing a dangerous warning > powerpc/64: Fix perf profiling asynchronous interrupt handlers > > [...] Applied to powerpc/fixes. [2/4] powerpc/64s/interrupt: Perf NMI should not take normal exit path https://git.kernel.org/powerpc/c/dc398a084d459f065658855454e09f2778f8c5cc cheers