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 CB5AEC433FE for ; Mon, 6 Sep 2021 07:40:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A6C6B60EE1 for ; Mon, 6 Sep 2021 07:40:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240189AbhIFHlx (ORCPT ); Mon, 6 Sep 2021 03:41:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231154AbhIFHlv (ORCPT ); Mon, 6 Sep 2021 03:41:51 -0400 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 233DEC061575 for ; Mon, 6 Sep 2021 00:40:47 -0700 (PDT) Received: by mail-ed1-x52a.google.com with SMTP id j13so8246139edv.13 for ; Mon, 06 Sep 2021 00:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FL5J+gSNutoi0Pq/uomWnaoEPs1pB+cuD1QhhYtiTCo=; b=BG31e0qN4YISK1734gaiUTzWuVQOxF5cY/Wv4j0DbwFi9buxEzwWmCZ62kai33yfcZ E4PJsIJoFA3pfY4uposkraXEdA/Uk1diAJ/Pvlh24laol7+KPKzUjs0fHYIzpAWVV8Pp bzg+GPgmw+7loyzxQJZdbjPg5er8OgWv1jwVnL/MiiMC9g7UxZFqmYK5DiaHKqgDK/dW /dUh7iyoyiWWaMRNsCttNyyu/qwG/h+zfCgi4IcNLKkymhyKKRXebhMfMWYfzANSz+RG sBj74gAZvN32nFNbO4Msgrqy1+RxXh3Eusg6IdZmSEZ3rs/LMPGE+QiE3zwaZZCqgbxS VIhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FL5J+gSNutoi0Pq/uomWnaoEPs1pB+cuD1QhhYtiTCo=; b=J/gGYhvphlDMGRXl+cbbL+BwRng80Ign09G3og33ISLVbA+ISWkNC4WaQ8oQzrXGl+ yPGcPidHEFK4wAIinJCJmAh7iqhPVhbzjLX6QFra2fY8OHwIiYPmU2cmysv9q1BQ7XRj KcwEgMQa9wVUMqsKa5UqW0YY+pL+chjYQfXv5pOTlLOACGSjoTRSXNUQH82y385xVadk YYBjGi5WDPMb+kJT38kVvwHcJjKQAx3fr5RR2BC+HfS8QZH2bSodl0e7CUeRLooeXNkp s5ctd/Q4VCs0ZUgpGtY8hCD8gJekCxZ1kGzLeCy5D6AeFskK67EFrD4Rbl9WIN9Kf4Pd u6yg== X-Gm-Message-State: AOAM531X9KzoVuPnSJtavsszdOesprfOH8jLHA5dIZ2CiXfNMh5fbPzZ w1m/6ImaGUpfepi8Dk7Z74pp4aeAEpK3k2lEaKY7VA== X-Google-Smtp-Source: ABdhPJzF3d2u9FRcwDxgjT1qXwQsqXXf5z4QJF8uF9GyuCXwuaj7A4o1Ez5DJPmr6NQb7X9uY3XLVp7XDxFPNewNiqw= X-Received: by 2002:aa7:dc50:: with SMTP id g16mr11971779edu.182.1630914045592; Mon, 06 Sep 2021 00:40:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Naresh Kamboju Date: Mon, 6 Sep 2021 13:10:34 +0530 Message-ID: Subject: Re: kernel/kexec_file.o: failed: Cannot find symbol for section 10: .text.unlikely. To: Greg Kroah-Hartman Cc: Eric Biederman , kexec@lists.infradead.org, open list , linux-stable , Sasha Levin , lkft-triage@lists.linaro.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 5 Sept 2021 at 20:28, Greg Kroah-Hartman wrote: > > On Sun, Sep 05, 2021 at 07:28:35PM +0530, Naresh Kamboju wrote: > > Following build errors noticed while building stable rc Linux 5.13.14 > > with gcc-11 for powerpc architecture. > Is this a regression? Has this compiler ever been able to build this > arch like this? Yes. It is a regression with gcc-11. stable rc Linux 5.13.14 with gcc-11 - powerpc - FAILED stable rc Linux 5.13.14 with gcc-10 - powerpc - PASSED - Naresh From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ed1-x52a.google.com ([2a00:1450:4864:20::52a]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mN9FH-000608-6k for kexec@lists.infradead.org; Mon, 06 Sep 2021 07:40:48 +0000 Received: by mail-ed1-x52a.google.com with SMTP id q3so8288206edt.5 for ; Mon, 06 Sep 2021 00:40:46 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Naresh Kamboju Date: Mon, 6 Sep 2021 13:10:34 +0530 Message-ID: Subject: Re: kernel/kexec_file.o: failed: Cannot find symbol for section 10: .text.unlikely. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Greg Kroah-Hartman Cc: Eric Biederman , kexec@lists.infradead.org, open list , linux-stable , Sasha Levin , lkft-triage@lists.linaro.org On Sun, 5 Sept 2021 at 20:28, Greg Kroah-Hartman wrote: > > On Sun, Sep 05, 2021 at 07:28:35PM +0530, Naresh Kamboju wrote: > > Following build errors noticed while building stable rc Linux 5.13.14 > > with gcc-11 for powerpc architecture. > Is this a regression? Has this compiler ever been able to build this > arch like this? Yes. It is a regression with gcc-11. stable rc Linux 5.13.14 with gcc-11 - powerpc - FAILED stable rc Linux 5.13.14 with gcc-10 - powerpc - PASSED - Naresh _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec