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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY 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 A7EACC07E96 for ; Thu, 15 Jul 2021 11:22:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 80731613BC for ; Thu, 15 Jul 2021 11:22:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232677AbhGOLY4 (ORCPT ); Thu, 15 Jul 2021 07:24:56 -0400 Received: from out30-131.freemail.mail.aliyun.com ([115.124.30.131]:34060 "EHLO out30-131.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232645AbhGOLY4 (ORCPT ); Thu, 15 Jul 2021 07:24:56 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R151e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04426;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=3;SR=0;TI=SMTPD_---0Uft0aTH_1626348120; Received: from B-P7TQMD6M-0146.local(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0Uft0aTH_1626348120) by smtp.aliyun-inc.com(127.0.0.1); Thu, 15 Jul 2021 19:22:02 +0800 Date: Thu, 15 Jul 2021 19:22:00 +0800 From: Gao Xiang To: Greg Kroah-Hartman Cc: stable , kernel test robot Subject: Re: [PATCH 5.4.y stable only] MIPS: fix "mipsel-linux-ld: decompress.c:undefined reference to `memmove'" Message-ID: References: <20210709132408.174206-1-hsiangkao@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Greg, On Thu, Jul 15, 2021 at 12:52:33PM +0200, Greg Kroah-Hartman wrote: > On Fri, Jul 09, 2021 at 09:24:08PM +0800, Gao Xiang wrote: > > commit a510b616131f85215ba156ed67e5ed1c0701f80f upstream. > > That is not what this commit id is :( > > Please fix this up and be more careful. That's the exact commit, the original upstream commit was named as "MIPS: Add support for ZSTD-compressed kernels", which contains the memmove() definition so the upstream / 5.10 LTS kernel is fine. But for 5.4 LTS, we shouldn't backport the whole patch since only memmove() part is needed in order to fix the build regression... Thanks, Gao Xiang > > thanks, > > greg k-h