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 X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C57F5C433DB for ; Wed, 17 Mar 2021 21:57:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7584664E64 for ; Wed, 17 Mar 2021 21:57:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229814AbhCQV43 (ORCPT ); Wed, 17 Mar 2021 17:56:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:46094 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbhCQV4W (ORCPT ); Wed, 17 Mar 2021 17:56:22 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3D83F64F17; Wed, 17 Mar 2021 21:56:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616018181; bh=LKtXIOp/a8yh3wmmlOrWfUAaMdE0+NwQfxFBBSNTRj8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dw9Eagjt4sQMdDNYcYtYKOgRJsvQ6bqglxnUFS4NDZYqXxv12vrJb0mDmFClD1bvW vM8gKoGLAhVrmUKBU9SRX0E7yiEC0MGgMRMjGFeDOr3SZAPbhl1M0xuqVMa3O9qRBf m5/yJkNZ+ofox5QkZt6GupeQPG/W06lk5pbSKIZa99XBBPTKzpAy5Ga8bdYLd37PQ/ qiaR37/JVlZUVumeo1BQkXax6+5pznEI4YlhZMBLXHQo9oMrnRN3oE1/Kps4MLPYf2 MLLw2YwCoA8lz//Z2Tvv77k8y8RYEGTGx43nahNGLQBFEzCFPpntzf6PfvrilvHm8J Aw257WxmQD7pw== Date: Wed, 17 Mar 2021 23:55:54 +0200 From: Jarkko Sakkinen To: Sumit Garg Cc: Peter Zijlstra , Oliver Sang , Josh Poimboeuf , jbaron@akamai.com, lkp@lists.01.org, kbuild test robot , Linux Kernel Mailing List Subject: Re: [PATCH] objtool,static_call: Don't emit static_call_site for .exit.text Message-ID: References: <20210315142345.GB4401@xsang-OptiPlex-9020> <20210317030101.GB22345@xsang-OptiPlex-9020> 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 Wed, Mar 17, 2021 at 07:07:07PM +0530, Sumit Garg wrote: > On Wed, 17 Mar 2021 at 18:16, Peter Zijlstra wrote: > > > > On Wed, Mar 17, 2021 at 05:25:48PM +0530, Sumit Garg wrote: > > > Thanks Peter for this fix. It does work for me on qemu for x86. Can > > > you turn this into a proper fix patch? BTW, feel free to add: > > > > Per the below, the original patch ought to be fixed as well, to not use > > static_call() in __exit. > > Okay, fair enough. > > Jarkko, > > Can you please incorporate the following change to the original patch as well? Can you roll-out a proper patch of this? /Jarkko