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 2AD4AC433EF for ; Tue, 22 Feb 2022 22:42:15 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=W3Syj1k+vbU4rQXs4rnktvgydUoFVqQ8erRfCxQ39NI=; b=HKyjGWAh2iaBNF 4ERPNz4iqh31i2kyIeKH1hwx9m6SwnZ615NExt1bp8mExctXNwfNtmucBLcWP8Ye+JR5x+OW+d41A utofr930LMMUzSyHlN3MnhdWpeifefhYArt/CJ+UcbrmkmgDULZwVevvBPiDLp+k6KhjFgHMPXdzX Vjh+r1jUipsCLXkJOA8xmOreBtEBHOPcqPiuNJoRF6ri6hmEKQKplHsXaX3jU5QGpTKchIs9o23XU MiH+VMCsfdaSKMWnEf6DQxeIJZhfYVMJZQRh9YS5F4x4U5MjpEcpq3/JeulS5N/jGWzet8Qg1wAhL S/HKsA5nFNHorngM8zAw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMdqL-00Bomi-6r; Tue, 22 Feb 2022 22:41:13 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMdqE-00Bojb-3q for linux-arm-kernel@lists.infradead.org; Tue, 22 Feb 2022 22:41:09 +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 ams.source.kernel.org (Postfix) with ESMTPS id 9670AB81CBC; Tue, 22 Feb 2022 22:41:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A75FAC340E8; Tue, 22 Feb 2022 22:41:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645569663; bh=vYUDG34b3FyL+BLECZibvwUq4aUPL4xJK5z3VtwR2UU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p/UyrtFu6gbGPg2450KZlgOkxBv0wqgRwPoG44kdpeEbYOH7J6Z18/KZO4r9p1hr7 gGrJCLVWyNp9gDZhjCM18l88YTR9l544tgfCnlNMcHvK0dOQmXhYG0VH8GRCq3GEkt wO60Fv5Q2j2lyqCjs/Psh6XtRJqUIEzbDspOiXkvImNjOHZ4gD/HVr4Gzv4eE/ArWl ngUW3h93b52KUGvBj0XQ6iXx0x8aQkAH0FmSU72RAN8gKyUITR8WH9v5HvQN/JOiBI jbucPLEf9yD4ktT0X8P8GDwSBai6n0iZ2qxYAUtZvXeUIUn+0ocReInB8yqliX8Mww OcssI2guawztA== Date: Tue, 22 Feb 2022 22:40:57 +0000 From: Will Deacon To: Peter Zijlstra Cc: Mark Rutland , linux-kernel@vger.kernel.org, catalin.marinas@arm.com, acme@redhat.com, ardb@kernel.org, bp@alien8.de, broonie@kernel.org, dave.hansen@linux.intel.com, joey.gouly@arm.com, jpoimboe@redhat.com, jslaby@suse.cz, linux-arm-kernel@lists.infradead.org, mingo@redhat.com, tglx@linutronix.de Subject: Re: [PATCH v4 0/4] linkage: better symbol aliasing Message-ID: <20220222224056.GA16976@willie-the-truck> References: <20220216162229.1076788-1-mark.rutland@arm.com> <20220222100918.GA16108@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220222100918.GA16108@willie-the-truck> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220222_144106_360636_C6CFABB8 X-CRM114-Status: GOOD ( 23.64 ) 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, Feb 22, 2022 at 10:09:19AM +0000, Will Deacon wrote: > Hi Peter, > > On Thu, Feb 17, 2022 at 11:58:31AM +0100, Peter Zijlstra wrote: > > On Wed, Feb 16, 2022 at 04:22:25PM +0000, Mark Rutland wrote: > > > Catalin, Will, Peter: I think this is ready now and would like to get it > > > queued, but it looks like this may (trivially) conflict with other bits > > > we'll want to queue in either the arm64 tree (Joey's string routine > > > changes [4]), or tip tree (Peter's IBT series). > > > > > > I assume the best thing to do would be to have a stable branch merged in > > > both of those. I've tagged this such that it can be pulled (details > > > below); Peter also suggested he could make a stable branch in the tip > > > tree. Any preference? > > > > No real preference, The conflicts on my end are really rather trivial > > IIRC, but they're a nice clean-up. > > > > If I don't take then, feel free to add: > > > > Acked-by: Peter Zijlstra (Intel) > > Mark mentioned yesterday that this series will conflict with some pending > rework to the arm64 string routines [1], so we probably want a shared > branch to handle the fallout. > > Do you plan to queue this someplace in -tip that I can pull from, or > shall I create a stable branch on the arm64 side? Following discussion on IRC, I've pushed this out to the for-next/linkage branch on the arm64 git. Let's give it a day or so in -next, then if it doesn't fall apart you can pull it in to -tip as well. Cheers, Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel