From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758263AbbKHASS (ORCPT ); Sat, 7 Nov 2015 19:18:18 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:54148 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754697AbbKHASN (ORCPT ); Sat, 7 Nov 2015 19:18:13 -0500 Date: Sat, 7 Nov 2015 16:18:11 -0800 From: Guenter Roeck To: kbuild test robot Cc: Shaohua Li , kbuild-all@01.org, linux-kernel@vger.kernel.org, NeilBrown , Bart Van Assche Subject: Re: ERROR: "crc32c" [drivers/md/raid456.ko] undefined! Message-ID: <20151108001811.GA20444@roeck-us.net> References: <201511080730.nb3lE1Ch%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201511080730.nb3lE1Ch%fengguang.wu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 08, 2015 at 07:41:31AM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: ad804a0b2a769a0eed29015c53fe395449c09d13 > commit: 5cb2fbd6ea0d151dcb12d98c06c8761eedfed2ee raid5-cache: use crc32c checksum > date: 7 days ago > config: arm-sa1100 (attached as .config) > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 5cb2fbd6ea0d151dcb12d98c06c8761eedfed2ee > # save the attached .config to linux build tree > make.cross ARCH=arm > > All errors (new ones prefixed by >>): > > >> ERROR: "crc32c" [drivers/md/raid456.ko] undefined! > Patch: https://lkml.org/lkml/2015/11/6/461 Guenter