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 021B0C433EF for ; Fri, 28 Jan 2022 21:41: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:MIME-Version:References:In-Reply-To: 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=4cj4PWJd7D8Z9H+3HGlItgiyjv2NlMyE9mOQ0ZH+108=; b=uNKViocV46nrcI 1/4eRvD02kYIjGtnmCELbC65bb1WaDgOqxuomjgp87S93zfIwL1cdtG0TeetOKhjhpJEXEGn7enHo mAOYBAqZK2hbsDd6lFgY0a87XfYTimPObrMidWwk9IAmdUXx8HY8p8VsdbxpH8VCsTYV9vo7Kc3T7 LVCt9CQL82ULWaJHpi9knNdMAkBmPPI7Qmh1ZVJ+7xL3FTQQ1oNKfSdEAExaMPE8Te+iJUQv4dGHj CSt23kkFbMbNGqLssFzBp5leHZix30dbBviYuQiveqOY6M+hKXJ+oro0O2a+89alfImHL1lQmqM1/ WrKYoySn9heam/GiNIgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDYyL-003apR-QT; Fri, 28 Jan 2022 21:39:57 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDYyH-003aol-RF for linux-arm-kernel@lists.infradead.org; Fri, 28 Jan 2022 21:39:56 +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 92EB5B82700; Fri, 28 Jan 2022 21:39:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2412AC340E7; Fri, 28 Jan 2022 21:39:50 +0000 (UTC) Date: Fri, 28 Jan 2022 16:39:48 -0500 From: Steven Rostedt To: Joe Lawrence Cc: LKML , Ingo Molnar , Andrew Morton , Mark Rutland , Yinan Liu , Ard Biesheuvel , Kees Cook , Sachin Sant , linuxppc-dev@lists.ozlabs.org, Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ftrace: Have architectures opt-in for mcount build time sorting Message-ID: <20220128163948.721c8b12@gandalf.local.home> In-Reply-To: References: <20220127114249.03b1b52b@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220128_133954_052750_82877223 X-CRM114-Status: GOOD ( 15.53 ) 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 Fri, 28 Jan 2022 16:11:39 -0500 Joe Lawrence wrote: > The bisect finally landed on: > > 72b3942a173c387b27860ba1069636726e208777 is the first bad commit > commit 72b3942a173c387b27860ba1069636726e208777 > Author: Yinan Liu > Date: Sun Dec 12 19:33:58 2021 +0800 > > scripts: ftrace - move the sort-processing in ftrace_init > > and I can confirm that your updates today in "[for-linus][PATCH 00/10] > tracing: Fixes for 5.17-rc1" fix or avoid the issue. I just wanted to > add my report in case this adds any future complications for mcount > build time sorting. Let me know if any additional tests would be > helpful. Thanks for letting me know. That patch set has already landed in Linus's tree. -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel