Message ID | 20191008093640.26519-1-christoffer.dall@arm.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=VkzL=YB=lists.infradead.org=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 29BDE14DB for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 8 Oct 2019 09:36:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 07FCB206BB for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 8 Oct 2019 09:36:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="hhBbL7VB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 07FCB206BB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=fh3tJ48Aopa/gE0eTrptKEbd01F3EieRTYhBdfNHfDs=; b=hhB bL7VB5ymfgis1xUrtVR6/DqsT5oxJAP0qz+JdVq1HHW70zDebSeT/5HBqhZhvZ1QoucCqVpA3g7MW mit3PfDVyi/h9BMtSpATrMbJNXxDxlW0ByuaRiDwXtf+JvI4QjH3Sa5GaaysClnhrlAjZugks1VJz rnGwSpNi234RoEU8cnArD7o5ikH2HyYSMK+WTAUwSeQjFhfEyS6zhJl/ig4FAoMLnMkHh+yGOK/Y4 CBc8wwThwtySSmbE80X3d7enK6sEGXtljacSW+1EmzsRXFL5Gab7mWpoKAGCeNspAeL6+xQF02Z6V dfbbXzDjwo7eCIPY9nh/BebCFC+cIqA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHlvD-0004V8-Fd; Tue, 08 Oct 2019 09:36:47 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHlvA-0004K3-FV for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2019 09:36:45 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C7D241570; Tue, 8 Oct 2019 02:36:42 -0700 (PDT) Received: from localhost (e113682-lin.copenhagen.arm.com [10.32.145.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5AE7C3F6C4; Tue, 8 Oct 2019 02:36:42 -0700 (PDT) From: Christoffer Dall <christoffer.dall@arm.com> To: kvmarm@lists.cs.columbia.edu Subject: [PATCH v2 0/2] Improve handling of stage 2 aborts without instruction decode Date: Tue, 8 Oct 2019 11:36:35 +0200 Message-Id: <20191008093640.26519-1-christoffer.dall@arm.com> X-Mailer: git-send-email 2.18.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191008_023644_564385_6B1A4362 X-CRM114-Status: GOOD ( 10.35 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Peter Maydell <peter.maydell@linaro.org>, =?utf-8?q?Daniel_P=2E_Berrang?= =?utf-8?q?=C3=A9?= <berrange@redhat.com>, Suzuki K Poulose <suzuki.poulose@arm.com>, Marc Zyngier <maz@kernel.org>, Christoffer Dall <christoffer.dall@arm.com>, James Morse <james.morse@arm.com>, Julien Thierry <julien.thierry.kdev@gmail.com>, Stefan Hajnoczi <stefanha@redhat.com>, Heinrich Schuchardt <xypron.glpk@gmx.de>, Alexander Graf <graf@amazon.com>, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org |
Series |
Improve handling of stage 2 aborts without instruction decode
|
expand
|