From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CD73F68 for ; Sat, 4 Dec 2021 08:55:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Vwdl1xKa4HYu9irhFaCnjVvl+U+9xbF06W/a7qens7k=; b=vfPGu83j2gIsLgLE3DxB3r9q9/ dbtwfJyG9lDZtbNYQGVmVKocVsH2s9u0wX0ATvcJHRY2i/ueC7uoief9HZrymphH9VddBvVkWXUt1 XnEiRvUqWKLajju+56+0EXRIX1Gn6KmdV+QivZcC5SgysDZoqTnwaTqbDjF2o/QgKisFGSbHUrrwq 4TkW84iHfLM1ke2YdGrB5rOc8pvI+YuYx3DgIU8nYsZFAk9oDk8YMaMvwdHJeD9mKOxOhdrVOnZIf w5g5jFMajbIyO1Avs7hHiBcvmQ1DKcYAx1a9IuDAejtXgGNiltk3qGyvkQcbNPhgEb6YBIX/qPMmR /1LPU4jQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mtQov-00CL1l-IB; Sat, 04 Dec 2021 08:55:02 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id 0FB8998106D; Sat, 4 Dec 2021 09:55:01 +0100 (CET) Date: Sat, 4 Dec 2021 09:55:00 +0100 From: Peter Zijlstra To: Nicolas Pitre Cc: Alexander Lobakin , linux-hardening@vger.kernel.org, x86@kernel.org, Jesse Brandeburg , Kristen Carlson Accardi , Kees Cook , Miklos Szeredi , Ard Biesheuvel , Tony Luck , Bruce Schlobohm , Jessica Yu , kernel test robot , Miroslav Benes , Evgenii Shatokhin , Jonathan Corbet , Masahiro Yamada , Michal Marek , Nick Desaulniers , Herbert Xu , "David S. Miller" , Thomas Gleixner , Will Deacon , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Andy Lutomirski , Arnd Bergmann , Josh Poimboeuf , Nathan Chancellor , Masami Hiramatsu , Marios Pomonis , Sami Tolvanen , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-arch@vger.kernel.org, live-patching@vger.kernel.org, llvm@lists.linux.dev, hjl.tools@gmail.com Subject: Re: [PATCH v8 05/14] x86: conditionally place regular ASM functions into separate sections Message-ID: <20211204085500.GL16608@worktop.programming.kicks-ass.net> References: <20211202223214.72888-1-alexandr.lobakin@intel.com> <20211202223214.72888-6-alexandr.lobakin@intel.com> <20211203141051.82467-1-alexandr.lobakin@intel.com> <20211203163424.GK16608@worktop.programming.kicks-ass.net> <28856p61-r54s-791n-q6s1-27575s62r2q9@syhkavp.arg> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28856p61-r54s-791n-q6s1-27575s62r2q9@syhkavp.arg> On Fri, Dec 03, 2021 at 02:46:39PM -0500, Nicolas Pitre wrote: > Surely this would do it: > > http://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=451133cefa839104 Ooh, yes, excellent that, thanks!