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.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 50F52C4346E for ; Thu, 24 Sep 2020 07:36:50 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8FF0E23741 for ; Thu, 24 Sep 2020 07:36:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="vgJZhKDq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8FF0E23741 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:In-Reply-To:Date:References: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=OybeO56oXVpFew/FRGoqsZtUrFVZc8+DvZs7H9Ixmac=; b=vgJZhKDqCSHK2tBb79LaHvbDb e5or1SZ8yvKCcPYTWdjekXszu25xm3zmPPTyNhY7oIYVlwR5WFGgDq9ZR0VJHlz0trbYFCrdPrqFC 7b+Ag3Id47QFifIGCykN220XpL/6+xJwbP/Fj3/jQaxSf4HUa+qnNtP10uH5w1OWyl90biCDMfRwg Hiu6awrbqHY8s66uGccvVeknXZO7oqmZcPBjGx6Y05diDnDKMW2A64v6Q+wtkdQRPpT9xuVIKDZ9M 91B2ee3CMyDKUnQNzJsw6lwrzaMf2MPx5JwpyxzplXZEO3zYndyIaPgQR9KI86oZSSm1H3KnHkGfw PvapR8OeA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLLnu-0006v5-T3; Thu, 24 Sep 2020 07:36:34 +0000 Received: from mail-out.m-online.net ([212.18.0.10]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLLnq-0006uH-K5 for linux-riscv@lists.infradead.org; Thu, 24 Sep 2020 07:36:31 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4Bxn0p4dj1z1rtZW; Thu, 24 Sep 2020 09:36:25 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4Bxn0n4X4Kz1qyXD; Thu, 24 Sep 2020 09:36:25 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id j-KCvUrx7nDZ; Thu, 24 Sep 2020 09:36:24 +0200 (CEST) X-Auth-Info: 8ronH07tWdu1XzNhwoSiBMOdcXov5iGOJ61TwDCB0oH2QygpST0od5Si4bxqvrCq Received: from igel.home (ppp-46-244-184-54.dynamic.mnet-online.de [46.244.184.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 24 Sep 2020 09:36:24 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id EA4C42C278E; Thu, 24 Sep 2020 09:36:23 +0200 (CEST) From: Andreas Schwab To: Guo Ren Subject: Re: [PATCH V2 1/3] riscv: Fixup static_obj() fail References: <1593266228-61125-1-git-send-email-guoren@kernel.org> <1593266228-61125-2-git-send-email-guoren@kernel.org> <20200911204512.GA2705@aurel32.net> <20200914103836.GB2705@aurel32.net> X-Yow: .. are the STEWED PRUNES still in the HAIR DRYER? Date: Thu, 24 Sep 2020 09:36:23 +0200 In-Reply-To: <20200914103836.GB2705@aurel32.net> (Aurelien Jarno's message of "Mon, 14 Sep 2020 12:38:36 +0200") Message-ID: <87lfgzeidk.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200924_033630_775676_2CF1B7D6 X-CRM114-Status: GOOD ( 12.75 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tycho Andersen , Albert Ou , Nick Hu , Anup Patel , Palmer Dabbelt , Linux Kernel Mailing List , linux-csky@vger.kernel.org, Guo Ren , Zong Li , Paul Walmsley , Greentime Hu , Thomas Gleixner , linux-riscv Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Sep 14 2020, Aurelien Jarno wrote: > How should we proceed to get that fixed in time for 5.9? For the older > branches where it has been backported (so far 5.7 and 5.8), should we > just get that commit reverted instead? Can this please be resolved ASAP? Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv