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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 88CE1C433F5 for ; Tue, 24 May 2022 18:08:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240179AbiEXSIY (ORCPT ); Tue, 24 May 2022 14:08:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231981AbiEXSIW (ORCPT ); Tue, 24 May 2022 14:08:22 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65D9E6BFC6 for ; Tue, 24 May 2022 11:08:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; 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=lFZ6Bk1/CVTrZ+nCdM33/kq2PD2SUxOQLTUPko2qmNQ=; b=fpnjK3s0OWQWp74ebkcNlgs/Bq S1CVEcK2kIQlcxk/Z6iwZ4bFcOIrWIwCvY/T844gZMikhjFW2AU7W+CTqTKo9Hj0Ev8RXJ8bSQu1w ry2IPfCswleFKgHerCDfgjrVqpKq0Tmr5EhmF0l2WZqjOOJzKaFgaz1g9UHF9eRmPHc7/QexTdrtg gwoRy99iD/eZeZipc7jD9iJGXrFzv0b5uecghzk7Ba6ZrVbvtbfBKPUvU8/+5k+EUh+JR9VKon/V/ OwF1FSlgCcpDlYTbexvNCOhgDr09VuZwJrdhj8Dyi5vMbwEV8BxPmqSAcdevr8s4stQ9MZLsoX7qF W4C+652w==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntYwv-001Oic-Uc; Tue, 24 May 2022 18:08:07 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 75D8D30048C; Tue, 24 May 2022 20:08:05 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 1EBD1201A9991; Tue, 24 May 2022 20:08:05 +0200 (CEST) Date: Tue, 24 May 2022 20:08:05 +0200 From: Peter Zijlstra To: Linus Torvalds Cc: Ingo Molnar , Linux Kernel Mailing List , Josh Poimboeuf , Thomas Gleixner , Borislav Petkov , Andrew Morton Subject: Re: [GIT PULL] objtool changes for v5.19 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 24, 2022 at 10:53:40AM -0700, Linus Torvalds wrote: > On Mon, May 23, 2022 at 11:02 PM Ingo Molnar wrote: > > > > Note that with your latest tree you'll get 3 new conflicts: > > No problem, but the conflicts did make something clear: the objtool > code should just get rid of the "--uaccess" flag that is now > unconditional when CONFIG_X86_SMAP has been removed. > > I didn't actually do that, and instead just did the mindless merge > conflict resolution, but it might be a good idea. Yes, I think there is patch pending for that, but given the total merge pain we already had, I was waiting for all the dust to settle before taking it further.