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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 D8D5BC433F5 for ; Sat, 11 Sep 2021 16:07:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6B9D611CC for ; Sat, 11 Sep 2021 16:07:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229696AbhIKQIv (ORCPT ); Sat, 11 Sep 2021 12:08:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57084 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbhIKQIs (ORCPT ); Sat, 11 Sep 2021 12:08:48 -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 51949C061574 for ; Sat, 11 Sep 2021 09:07:36 -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=bH8bL0RXwdDf8deZLel2vgFOUIrsBVfYGkMLh4lRFZY=; b=TWSPtO4XiuDsTx/hbt76Jupq67 v61daFXL2JCPnEoNlzy47qodzCEbPrfofcuugYjAHSZFFkKDt9sQf74rFU/4egxGk4LMvOxqELChb KQV/fCtRnsvM3LGYSMxfqclfRd6RCfCYjIbv2SVH7WkkNnU/27GfD2eeHt+7LJEVcT/2uJ3FLM8pe AV9DNFhKQ1Wg33Trc89m0jUVUuz2nAUDkKfWXczr3t3PzWOP09hw/li+6+s9IKcu9Eu0tMXBdj23s R4FsIl6umtOeOiOmC4Gz5yZ3XOLRhYS4xpJiAZluS2lVRWETmZHrLMhNQZxwPlwYpOEjzcg2yZ//7 1BPFZvwQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mP5XF-002PZn-4b; Sat, 11 Sep 2021 16:07:21 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id F401D9862C9; Sat, 11 Sep 2021 18:07:19 +0200 (CEST) Date: Sat, 11 Sep 2021 18:07:19 +0200 From: Peter Zijlstra To: Yinan Liu Cc: Steven Rostedt , mark-pk.tsai@mediatek.com, mingo@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] scripts: ftrace - move the nop-processing in ftrace_init to compile time Message-ID: <20210911160719.GB4323@worktop.programming.kicks-ass.net> References: <20210911135043.16014-1-yinan@linux.alibaba.com> <20210911135043.16014-3-yinan@linux.alibaba.com> <20210911101247.4a37ec51@rorschach.local.home> 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 Sat, Sep 11, 2021 at 11:28:32PM +0800, Yinan Liu wrote: > This is my GCC version: GCC version 4.8.5 20150623 (red hat 4.8.5-44) (GCC) Please don't top post. Also please upgrade your GCC, that's too told to even build the current kernel tree (IIRC we have minimum GCC-5.1, but I can recommend using GCC-8 or later).