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=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 3F118C43461 for ; Sun, 13 Sep 2020 09:08:52 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 8A33520829 for ; Sun, 13 Sep 2020 09:08:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="EQWcCLhR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8A33520829 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id E75E14B5D9; Sun, 13 Sep 2020 05:08:50 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@kernel.org Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12qMm7hAE6wa; Sun, 13 Sep 2020 05:08:49 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 194F14B64A; Sun, 13 Sep 2020 05:08:49 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id D5A194B59A for ; Sun, 13 Sep 2020 05:08:48 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gjzpwxdZqT7p for ; Sun, 13 Sep 2020 05:08:48 -0400 (EDT) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id EBBBA4B559 for ; Sun, 13 Sep 2020 05:08:47 -0400 (EDT) Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9BFA6207BB; Sun, 13 Sep 2020 09:08:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599988126; bh=MRJOeOx2UA9wo/E2Ks+iu5fjJ1am4t2P+rW1mi+Dt04=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EQWcCLhR5F2i/bMKBRc+gCex8KBvwuY857K3mJV/ygSS3aNrbytrZqHec9QHkSp4y 4JoBmpg2KvOts06itHaukwUZSIhu15Z0DDlFFKZ+/TcyXBc3XITlhMvQkgO9WskvNE lnh9VVxNXVCGYxRGLf86PkVM1rdtxnBZq4wQXMzk= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kHO04-00BOju-Mz; Sun, 13 Sep 2020 10:08:44 +0100 MIME-Version: 1.0 Date: Sun, 13 Sep 2020 10:08:44 +0100 From: Marc Zyngier To: Alexandru Elisei Subject: Re: [PATCH v2 2/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0 In-Reply-To: References: <20200819133630.527243-1-alexandru.elisei@arm.com> <20200819133630.527243-3-alexandru.elisei@arm.com> <87k0wzkxvz.wl-maz@kernel.org> User-Agent: Roundcube Webmail/1.4.8 Message-ID: X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: alexandru.elisei@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, jason@lakedaemon.net, catalin.marinas@arm.com, tglx@linutronix.de, will@kernel.org, yuzenghui@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Cc: jason@lakedaemon.net, catalin.marinas@arm.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, will@kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On 2020-09-12 14:34, Alexandru Elisei wrote: > Hi Marc, [...] > Have you tested the series using the PMU NMI branch from the cover > letter? If so, would you mind giving a Tested-by tag for that series > [1]? I haven't had a chance, but that's next on my list once I've gone through some other bits of review that have been lingering in my inbox for too long... M. -- Jazz is not dead. It just smells funny... _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm 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=-5.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 2AF95C433E2 for ; Sun, 13 Sep 2020 09:10:41 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 C3EEA2067D for ; Sun, 13 Sep 2020 09:10:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="gE9fkU0J"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="EQWcCLhR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C3EEA2067D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=4wl90+8TEAwAjZNNVlvVPZaqdx0C+yj59pwv6hhBipE=; b=gE9fkU0JDAmqRpk2ZuDgNk3E2 qaJom9eqAvGUCr+iGJQkUb3RD302IqGeMc2pFi8PtW4AZ7tth1nBGgFO7uqP0m0khkxRtaaolN2ew x1+xD1QX0UWQglgx4m3haIc6evFD/Z6ES+F0f1l6SB6wjt7UYcjvpNYbCKgdIKSKbACcNFsxAB92N 9MByp3r00VrpCUXReuLD2Jp/IkT589a1v7j/VR59VP0iIxtesLYaVMDGgnfdwN6moCNVBLuF1ZlDj xlrDbJYYPd9YdBYaXMhQYDTwR3MIyAstqwMusVz8b0K8+efyQ1QzFNGzeKSMo2j6FQw6rfs/UW7uG noOs17K7g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHO0B-0004KU-TJ; Sun, 13 Sep 2020 09:08:51 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHO08-0004K0-PQ for linux-arm-kernel@lists.infradead.org; Sun, 13 Sep 2020 09:08:49 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9BFA6207BB; Sun, 13 Sep 2020 09:08:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599988126; bh=MRJOeOx2UA9wo/E2Ks+iu5fjJ1am4t2P+rW1mi+Dt04=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EQWcCLhR5F2i/bMKBRc+gCex8KBvwuY857K3mJV/ygSS3aNrbytrZqHec9QHkSp4y 4JoBmpg2KvOts06itHaukwUZSIhu15Z0DDlFFKZ+/TcyXBc3XITlhMvQkgO9WskvNE lnh9VVxNXVCGYxRGLf86PkVM1rdtxnBZq4wQXMzk= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kHO04-00BOju-Mz; Sun, 13 Sep 2020 10:08:44 +0100 MIME-Version: 1.0 Date: Sun, 13 Sep 2020 10:08:44 +0100 From: Marc Zyngier To: Alexandru Elisei Subject: Re: [PATCH v2 2/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0 In-Reply-To: References: <20200819133630.527243-1-alexandru.elisei@arm.com> <20200819133630.527243-3-alexandru.elisei@arm.com> <87k0wzkxvz.wl-maz@kernel.org> User-Agent: Roundcube Webmail/1.4.8 Message-ID: X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: alexandru.elisei@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, jason@lakedaemon.net, catalin.marinas@arm.com, tglx@linutronix.de, will@kernel.org, yuzenghui@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200913_050848_980498_65E3210B X-CRM114-Status: GOOD ( 11.80 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jason@lakedaemon.net, catalin.marinas@arm.com, linux-kernel@vger.kernel.org, yuzenghui@huawei.com, tglx@linutronix.de, will@kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2020-09-12 14:34, Alexandru Elisei wrote: > Hi Marc, [...] > Have you tested the series using the PMU NMI branch from the cover > letter? If so, would you mind giving a Tested-by tag for that series > [1]? I haven't had a chance, but that's next on my list once I've gone through some other bits of review that have been lingering in my inbox for too long... M. -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 1AF86C43461 for ; Sun, 13 Sep 2020 09:08:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D5578207BB for ; Sun, 13 Sep 2020 09:08:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599988133; bh=MRJOeOx2UA9wo/E2Ks+iu5fjJ1am4t2P+rW1mi+Dt04=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=vTcY8nvgP6XH5ybVUnaJEOV8fnbh6dRnlff37VSvvUtxkjCK7pfsiJYZ1q0LqRuQe FTZUKK3mo60SWKDtOFBCUhITcBkIT9OiKM4n2MdimHIuFJuP/h5h0zMIHkLcCx8WxN mPQlrOHBXG4c/zC48xpTO91IcP6zLwuAhzkDjaDY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725930AbgIMJIs (ORCPT ); Sun, 13 Sep 2020 05:08:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:39436 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725899AbgIMJIr (ORCPT ); Sun, 13 Sep 2020 05:08:47 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9BFA6207BB; Sun, 13 Sep 2020 09:08:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599988126; bh=MRJOeOx2UA9wo/E2Ks+iu5fjJ1am4t2P+rW1mi+Dt04=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EQWcCLhR5F2i/bMKBRc+gCex8KBvwuY857K3mJV/ygSS3aNrbytrZqHec9QHkSp4y 4JoBmpg2KvOts06itHaukwUZSIhu15Z0DDlFFKZ+/TcyXBc3XITlhMvQkgO9WskvNE lnh9VVxNXVCGYxRGLf86PkVM1rdtxnBZq4wQXMzk= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kHO04-00BOju-Mz; Sun, 13 Sep 2020 10:08:44 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 13 Sep 2020 10:08:44 +0100 From: Marc Zyngier To: Alexandru Elisei Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, jason@lakedaemon.net, catalin.marinas@arm.com, tglx@linutronix.de, will@kernel.org, yuzenghui@huawei.com Subject: Re: [PATCH v2 2/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0 In-Reply-To: References: <20200819133630.527243-1-alexandru.elisei@arm.com> <20200819133630.527243-3-alexandru.elisei@arm.com> <87k0wzkxvz.wl-maz@kernel.org> User-Agent: Roundcube Webmail/1.4.8 Message-ID: X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: alexandru.elisei@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, jason@lakedaemon.net, catalin.marinas@arm.com, tglx@linutronix.de, will@kernel.org, yuzenghui@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-09-12 14:34, Alexandru Elisei wrote: > Hi Marc, [...] > Have you tested the series using the PMU NMI branch from the cover > letter? If so, would you mind giving a Tested-by tag for that series > [1]? I haven't had a chance, but that's next on my list once I've gone through some other bits of review that have been lingering in my inbox for too long... M. -- Jazz is not dead. It just smells funny...