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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id F06D3C77B7A for ; Thu, 25 May 2023 18:24:04 +0000 (UTC) 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=j0i4m2JBbdlLVmGMMe3ETcqjOCRczAidti38aJKynDc=; b=JeO6fgBvM19HDQ cQSuB4vzKYLhrQPbASAwXKh1pd2z3g++zk2UsjOEHXo9ihCf6QBXoUX4v9LEmzAzEPpfe+AqY3evb IJ7+ia5apWm+F6glyoWBx8cTmRruK7j8R9nib+mB0iWAqSLP5w9slXG9JyfFWijM6gewGNS7prw8e nX5aCWvMuRe5JtZOESb7dg0+LRyMneEmK/AV+oSm0XvWHxKbXYRfgQ/YQxNS0BJeAloW4usso/TEV FgJ+B6bUH4tlNrNuTdUEIonl+CTEYBq8IysSCuQ8sXfS/JCklvFHhe+iHGeWBp0ytStWog8v6b4cs RArMc8YEMKxL2ydu9i7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q2Fci-00HNji-0B; Thu, 25 May 2023 18:23:40 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q2Fce-00HNj2-22 for linux-arm-kernel@lists.infradead.org; Thu, 25 May 2023 18:23:38 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8B0A464877; Thu, 25 May 2023 18:23:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC681C433EF; Thu, 25 May 2023 18:23:33 +0000 (UTC) From: Catalin Marinas To: linux-arm-kernel@lists.infradead.org, Ard Biesheuvel Cc: Will Deacon , mark.rutland@arm.com, maz@kernel.org Subject: Re: [PATCH v2 0/2] arm64: entry: Simplify KPTI trampoline exit code Date: Thu, 25 May 2023 19:23:31 +0100 Message-Id: <168503900568.1110422.16636724664477229382.b4-ty@arm.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230418143604.1176437-1-ardb@kernel.org> References: <20230418143604.1176437-1-ardb@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230525_112336_729327_0A41D55E X-CRM114-Status: UNSURE ( 9.86 ) X-CRM114-Notice: Please train this message. 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 Tue, 18 Apr 2023 16:36:02 +0200, Ard Biesheuvel wrote: > Changes since v1: > - add a separate patch that merges the native and compat code paths > - improve commit log on patch #2 > > Ard Biesheuvel (2): > arm64: entry: Preserve/restore X29 even for compat tasks > arm64: entry: Simplify tramp_alias macro and tramp_exit routine > > [...] Applied to arm64 (for-next/kpti), thanks! [1/2] arm64: entry: Preserve/restore X29 even for compat tasks https://git.kernel.org/arm64/c/0936243cabf0 [2/2] arm64: entry: Simplify tramp_alias macro and tramp_exit routine https://git.kernel.org/arm64/c/211ceca377f4 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel