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=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 C20FDC47082 for ; Mon, 7 Jun 2021 13:37:18 +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 897A461159 for ; Mon, 7 Jun 2021 13:37:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 897A461159 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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ArPtPQNQqhYWayG5apYfEjkP8nOmFi6lHCD8MmJxRA0=; b=4L+ZtbkgaCOwj/ x35LkEjDIdyxdieaT5oZdt6enuKBrB59BAX2gM/uTO6uDAAeQYQ4OYN3s5kUikOAzKUBefx4Y59oq TXkEsWJZIcaeBZKAj2uKnfowS5Vn5Oq+65V9V1khaVMuDbvHGVuTWe6zQ2z1ZmJ0EHZMnUOpfhvG/ iXKYb6Fe2cLFkeYcFS/DxB/bL1jJnLK7VwAk23NygBFl7GwoyOstEfMwIbZGzO5HeAVBcknkR1TxT NgJNS6YDPGwFua23hqv5IqcHLN8mAlaV2oAU63BDjKE4mQNSL0O8Cb6C0tOBaIp8g7m+Jw6qklv2B P8qutGGuv1btaLuvT0Qg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqFPb-003pnm-R3; Mon, 07 Jun 2021 13:35:28 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqFPT-003pkS-Ft for linux-arm-kernel@lists.infradead.org; Mon, 07 Jun 2021 13:35:23 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6A67361153; Mon, 7 Jun 2021 13:35:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623072918; bh=iQXw9ceNQr4n+6ChZripghr6eMuImcnuKJEiB8bfi/U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=H+pMTem05ZMma6oTjpgatC4fyMojKWiQaP4utE6qNxnaEAGNQdsG144tkQTREZMs2 5X429QONHB/+B71tIGGalKd06jMDZNPadb/ZXGOS3gfXhtq0bsgA6YtXSnMn0otSxl U9bsdy20TUbgrgvLJNwe23aVRtVKJe2Frit0K+eAiPS1KJPCtibe2ahxUv3eg1o/Ax apghGzypssZtFyr2ySlsmVLHlDSesEj0VLNhm2crvOaN3Ca9TfVwTLkIQkTOmYux/b /an/eq4hSfjZSVwp3ZQl1mXS2dpwVCq2rABfVvggNP647F5FNwQjjUVXW83tfy5S0R OKJoKHskT9dpg== From: Will Deacon To: Mark Rutland , linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , james.morse@arm.com, maz@kernel.org, joey.gouly@arm.com Subject: Re: [PATCH v4 00/20] arm64: entry: migrate more code to C Date: Mon, 7 Jun 2021 14:35:12 +0100 Message-Id: <162306215705.10751.5743124431376790329.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210607094624.34689-1-mark.rutland@arm.com> References: <20210607094624.34689-1-mark.rutland@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210607_063519_593865_35538E62 X-CRM114-Status: GOOD ( 11.48 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 7 Jun 2021 10:46:04 +0100, Mark Rutland wrote: > This series (based on v5.13-rc2) migrates most of the remaining > exception triage assembly to C. All the exception vectors are given C > handlers, so that we can defer all decision making to C code, and the > assembly code can be made simpler and more uniform. At the same time, > I've tried to consolidate all the entry sequencing (e.g. reading > exception registers and calling accounting code) in entry-common.c so > that this is easier to maintain. > > [...] Applied to arm64 (for-next/entry), thanks! [01/20] arm64: remove redundant local_daif_mask() in bad_mode() https://git.kernel.org/arm64/c/382dcdd66ce8 [02/20] arm64: entry: unmask IRQ+FIQ after EL0 handling https://git.kernel.org/arm64/c/f7c706f0391d [03/20] arm64: entry: convert SError handlers to C https://git.kernel.org/arm64/c/bb8e93a287a5 [04/20] arm64: entry: move arm64_preempt_schedule_irq to entry-common.c https://git.kernel.org/arm64/c/33a3581a76f3 [05/20] arm64: entry: move NMI preempt logic to C https://git.kernel.org/arm64/c/101a5b665dcd [06/20] arm64: entry: add a call_on_irq_stack helper https://git.kernel.org/arm64/c/f8049488e7d3 [07/20] arm64: entry: convert IRQ+FIQ handlers to C https://git.kernel.org/arm64/c/064dbfb41691 [08/20] arm64: entry: organise entry handlers consistently https://git.kernel.org/arm64/c/2f2bbaa4eda0 [09/20] arm64: entry: organise entry vectors consistently https://git.kernel.org/arm64/c/e931fa03c6bf [10/20] arm64: entry: consolidate EL1 exception returns https://git.kernel.org/arm64/c/af541cbbf9c6 [11/20] arm64: entry: move bad_mode() to entry-common.c https://git.kernel.org/arm64/c/cbed5f8d3feb [12/20] arm64: entry: improve bad_mode() https://git.kernel.org/arm64/c/ca0c2647f54c [13/20] arm64: entry: template the entry asm functions https://git.kernel.org/arm64/c/a5b43a87a760 [14/20] arm64: entry: handle all vectors with C https://git.kernel.org/arm64/c/ec841aab8d3c [15/20] arm64: entry: fold el1_inv() into el1h_64_sync_handler() https://git.kernel.org/arm64/c/afd05e28c911 [16/20] arm64: entry: split bad stack entry https://git.kernel.org/arm64/c/8168f098867f [17/20] arm64: entry: split SDEI entry https://git.kernel.org/arm64/c/d60b228fd199 [18/20] arm64: entry: make NMI entry/exit functions static https://git.kernel.org/arm64/c/6ecbc78c3d06 [19/20] arm64: entry: don't instrument entry code with KCOV https://git.kernel.org/arm64/c/bf6fa2c0dda7 [20/20] arm64: idle: don't instrument idle code with KCOV https://git.kernel.org/arm64/c/b5df5b8307b1 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel