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 CD457C2BD09 for ; Mon, 1 Jul 2024 15:40:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=S6qkQHyDQTxoLxOtzYlIHk5GWl8rzwj9qfWOXprs2VA=; b=PGeZVrG6NUPE7KG6GL95novOgW FzggQAxcAoL0sNwKOJdwgIPULNIAH4trL5pYLOVaiDnf6Mn72Ellis6UvXNB4rDJSggiEktxeY1s4 iy8zN4fNJfN98tGeobFkDbpwzjpzTxfeYyVeo1l0PnE0rKEmKsMD23sSoitwdg1QGr7B/vimF8jEA XyINW1XoWS5i1/d7ZNDPPWvjRlNWmTadnw0R4AEI9GOhhVup0ietGXmo3V/E/C+gx6QoFA2dcjB8R UkgDU8dHB3TBB+vs1wL6ga8+j3/0bhnK3/WN6xyZjfzbnIqXwpyWTp9VI4lRy+3FsZFKffIrEA9bb CF0ELygg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOJ8r-00000003zBU-3Jvg; Mon, 01 Jul 2024 15:40:33 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOJ8g-00000003z7L-3uPX for linux-arm-kernel@lists.infradead.org; Mon, 01 Jul 2024 15:40:24 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 46BA3CE188D; Mon, 1 Jul 2024 15:40:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73776C116B1; Mon, 1 Jul 2024 15:40:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719848420; bh=jzZ8xQY7eDm6paSkzdj5TLzcQV7wRCSr0mNrUY+RcFE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FbqxQsNPRL84pLMtwOYiIBqCdPxk+tbjUAUx+CXdTLUxDGXLqsBVDPtq2qjkTeX1z QG9Bhz/Pf1HdH2lzwk1tLLqI94CkHRDuXMJpIa/J5CpQt9niePFr8r7nc3Q5fWV/o5 Z+i/bOmAYJTtaKFvo1i0W4+WRCYJWz6Pd1gUTqqvIY/aDfuTbs2MtvTprn4dhN15fv AwMh4VYz+sc+OK3VQCl9RQcmJnFoMVrXmoRdqm5jv5Ir8z7n8n0VQR4Vi2lzbPhIBP geh51ewBqrpDt6wXAuheehLmkaWwpN2N4mNx/4fAcqkRVVLWIC0BblIl99EEQQFU1D I+EKdMaZ8q3zg== Date: Mon, 1 Jul 2024 08:40:20 -0700 From: Kees Cook To: Jinjie Ruan Cc: catalin.marinas@arm.com, will@kernel.org, oleg@redhat.com, tglx@linutronix.de, peterz@infradead.org, luto@kernel.org, wad@chromium.org, rostedt@goodmis.org, arnd@arndb.de, ardb@kernel.org, broonie@kernel.org, mark.rutland@arm.com, rick.p.edgecombe@intel.com, leobras@redhat.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/3] arm64: entry: Convert to generic entry Message-ID: <202407010839.125126F@keescook> References: <20240629085601.470241-1-ruanjinjie@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240629085601.470241-1-ruanjinjie@huawei.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240701_084023_182957_AFA59E88 X-CRM114-Status: GOOD ( 11.65 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Jun 29, 2024 at 04:55:58PM +0800, Jinjie Ruan wrote: > Changes in v3: > - Test the MTE test cases. > - Handle forget_syscall() in arch_post_report_syscall_entry() > - Make the arch funcs not use __weak as Thomas suggested, so move > the arch funcs to entry-common.h, and make arch_forget_syscall() folded > in arch_post_report_syscall_entry() as suggested. > - Move report_single_step() to thread_info.h for arm64 > - Change __always_inline() to inline, add inline for the other arch funcs. > - Remove unused signal.h for entry-common.h. > - Add Suggested-by. > - Update the commit message. I didn't see the mentioned feedback from tglx in any of the threads. Is lore busted or is there discussion on this series happening somewhere else? -- Kees Cook