Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755086AbeAOJ3o (ORCPT + 1 other); Mon, 15 Jan 2018 04:29:44 -0500 Received: from mail-oi0-f68.google.com ([209.85.218.68]:43457 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754646AbeAOJ3m (ORCPT ); Mon, 15 Jan 2018 04:29:42 -0500 X-Google-Smtp-Source: ACJfBouFfDimcL0ZKnpD2XrHsAmoL5quiqTSu64FUCSJdxX+flYvlKbfnM3AN1Y1mNvih8NP7Z3sZ7Qxi+Nru/GakqQ= MIME-Version: 1.0 In-Reply-To: <201801140858.DQC0KW38%fengguang.wu@intel.com> References: <20180102114720.3408356-1-arnd@arndb.de> <201801140858.DQC0KW38%fengguang.wu@intel.com> From: Arnd Bergmann Date: Mon, 15 Jan 2018 10:29:41 +0100 X-Google-Sender-Auth: S7XxmCddhrva4hOjhsUzJl90wgw Message-ID: Subject: Re: [PATCH 1/2] microblaze: fix endian handling To: kbuild test robot Cc: kbuild-all@01.org, Michal Simek , Andrew Morton , linux-arch , Babu Moger , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Sun, Jan 14, 2018 at 2:01 AM, kbuild test robot wrote: > Hi Arnd, > > I love your patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.15-rc7 next-20180112] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Arnd-Bergmann/microblaze-fix-endian-handling/20180105-120705 > config: microblaze-mmu_defconfig (attached as .config) > compiler: microblaze-linux-gcc (GCC) 7.2.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=microblaze > > All errors (new ones prefixed by >>): > >>> arch/microblaze/lib/fastcopy.S:33:2: error: #error Microblaze LE not support ASM optimized lib func. Disable OPT_LIB_ASM. > #error Microblaze LE not support ASM optimized lib func. Disable OPT_LIB_ASM. > ^~~~~ > > vim +33 arch/microblaze/lib/fastcopy.S > This seems to be a result of fixing one bug so we run into one that we didn't get to earlier. I still assume my patch is correct. Arnd