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 Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BEC3EB64D7 for ; Wed, 21 Jun 2023 19:21:41 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 827D18D0003; Wed, 21 Jun 2023 15:21:40 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 7B0438D0002; Wed, 21 Jun 2023 15:21:40 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 677E68D0003; Wed, 21 Jun 2023 15:21:40 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) by kanga.kvack.org (Postfix) with ESMTP id 552958D0002 for ; Wed, 21 Jun 2023 15:21:40 -0400 (EDT) Received: from smtpin14.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay08.hostedemail.com (Postfix) with ESMTP id 20495140841 for ; Wed, 21 Jun 2023 19:21:40 +0000 (UTC) X-FDA: 80927724360.14.E2ED698 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf29.hostedemail.com (Postfix) with ESMTP id 461E4120002 for ; Wed, 21 Jun 2023 19:21:38 +0000 (UTC) Authentication-Results: imf29.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=qvsYqzA5; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf29.hostedemail.com: domain of nathan@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=nathan@kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1687375298; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=LZBY0JwdllRsfk24U6gq2JWSm+YSD9VhKOY1eOz+baQ=; b=714JpZJB7IXgnlEmkyxDxEuZIt2W8DRM52gi+AZ7GipFQUNbgKcwxFx3sfh3FTwFO7GYnk Di9QFe/6q+0H7B3fOUGmeCSNM6EmzJZ7jZVr9xVb08NU3suL4lmESvhWQgUdcUHHMf0Njc veMv+e1MQBa04N11V+nmDUsQFjzPXmM= ARC-Authentication-Results: i=1; imf29.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=qvsYqzA5; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf29.hostedemail.com: domain of nathan@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=nathan@kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1687375298; a=rsa-sha256; cv=none; b=AbhHJoQ6dpLXG6Xh81FrXc44RxKRJGu+YM5HLaFF7shKRpf+F74g4qJ4gjES1XMHCj1FBO dLaHIiW5c4F52uwRUXEZle8bRMloC1Xm37l/nh0wZyc24nMk736TmwoxeCEDqIYFWdHYZw prg/nmY6m/vmR4BGWYVeqrWRTW/55fM= Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3FC90616A1; Wed, 21 Jun 2023 19:21:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 530D6C433C0; Wed, 21 Jun 2023 19:21:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687375296; bh=dXl/RcITYryeZDp/bcQ5wJ7/OYXFDVjxEVm67BCHVZs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qvsYqzA5QWIMPhJaQm+yBP+QxYh0+8vZjVBb6WWe4CedNcVdeci9dJ55DW57FAWlH v8h77PSL8j7tiWr/EWfYm0kjUtUtJ7x0O8kK2jLCao9kYL5VQXpoQEgaoVfQ6PQxHd P6rwvXUHOA+W0sa6wF9T6klertLGMbXpEFJWrlEX2Cirbdw1lEIPRi9cIhX+PMlojc AHzY/67zJtoa+bh5OVu1uMVGSA9PY91VUZ330171wKCtbyAycNIbNB6R99iacR0h0e xWKrUyx+06M8Lp/695TzkCE/sY5ma5sfThgWJNWEGXO88Mqt1JUwwGV+qs1QgB+krz UfItkGn73Ul4Q== Date: Wed, 21 Jun 2023 19:21:33 +0000 From: Nathan Chancellor To: Baoquan He Cc: kernel test robot , linux-kernel@vger.kernel.org, oe-kbuild-all@lists.linux.dev, linux-arch@vger.kernel.org, linux-mm@kvack.org, arnd@arndb.de, hch@lst.de, christophe.leroy@csgroup.eu, rppt@kernel.org, willy@infradead.org, agordeev@linux.ibm.com, wangkefeng.wang@huawei.com, schnelle@linux.ibm.com, David.Laight@aculab.com, shorne@gmail.com, deller@gmx.de, glaubitz@physik.fu-berlin.de, Gerald Schaefer , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Sven Schnelle , linux-s390@vger.kernel.org Subject: Re: [PATCH v7 10/19] s390: mm: Convert to GENERIC_IOREMAP Message-ID: <20230621192133.GB842758@dev-arch.thelio-3990X> References: <20230620131356.25440-11-bhe@redhat.com> <202306211329.ticOJCSv-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 461E4120002 X-Rspam-User: X-Rspamd-Server: rspam02 X-Stat-Signature: o6hr41nw417iekfj763xzznm47b4cp5p X-HE-Tag: 1687375298-481938 X-HE-Meta: U2FsdGVkX1+1zM5Fv3fOke9gGp/2sCTBky8aLjX1IA6Y9hJ6fyJNMO6pZW825ABUYMlaSNu00tohsoqbUU1xqjdxQzThGpmbwQFyXnU/XW626DVIbGcVmjJJt9+xO6F8Fz3asNKUnOZCvT90ryA+fcD8EqB+uPy5T12YwZQlu2ywdcIr8qN5vkRKfZ0NlnzHkYSSVawBC18ZPFfWg1YUrUoRUHwuX64mZS9QurbvCF52H9blGFQ9NDUj2kF6e87i5Lt7TAB/3fca0xntn0s/YfJZ6GQqsrYyvYr7VVVy1zm+WzVuKvKdELzYbi7s0NEZ+SlQmCHGGwqfBlw2oh9gkVPMHVXVJnBoA40SXcrxN6v/L+ZS2EAUu1TaJC9tvkM6L5QILDfpojoOFveYVMKeGG47yVmdwRZl/9M3DgtmphPe2I3whtejGK7gxvkLFIITrZzgYSRY/f51A8DOD/7O0GYFw6fQhED9bHYcWwcbUKi9b8Ce/6fpn2jy8TPFUTn0VdmMT+wQIHs80SaDRl2dq6Xo82nqJagh6R14T75obPzPiwCYMfj4EiHeTBCIBFNPTLM3MfJH1eHnMWit58QC+Dxnq3F9PfjQrMSdsyLRd6t9TVxhlFBQpmH310rIuZzRyfXw/iut1CkVohzs+/kdGIvjCS+vn07Rjw+FVChjASUvTHgXdRtTYZHV3MfuufCDW4pMGWdHh11LJlezB5nJtJ/0tKYXlMQDVgJ3p49H7cVeHUo4NtMiQFb8bdsw9iAsPvSJKDCwZ/rZIZC7btf/DRqhVzLdq/IgwwMm2CKKlZszfjk5zdcyZ2LpbYVahThX1PD8DnRs3z9A+LTfQzg/+SJvkyUXZLdhpIx8l6Fw+/fRYF6joiUnymRusTS8vlFIoQ6yz9Kdu5zhfe3yDDoUhipuam3NIWt/Bt8ZyCkFrGhp17HgDs6qrTwPVGPofFiGcGvh8FFY6LPYQUe/Hzo cKDIz0Ag cSvzR/PDzDpHz447NIyOAvYGbVdPRqbpCz8PJFa+ZfDBk+EdEg8AMvWfJn72WP2d9VYR3hHy+Gp4hhQeRUY1ClBHp3bq32lcq2PYsnaaiA7EWmb08JHeNdoKinRMjAY0mqQSZ8StTPHyfIWxCYod58VLyAdVhbkPMlcv83MsWRUBsi4EQPD0vC+kzgC1y5H0emCmwD8nwYuoV141HPO/JIpHIwKmsQknQ7ZabqY6Z1CvLWmru7KGYPePTVgBaMuT4cg0lyjyP4Wg4ckqJ27RL/3xhyhBZGuwnjz56+G2q1kosl3KG09y+jLURan0IRHFjm0ck7+PWEPLFN+vpu4Fd8/50Lh1efFdfIKA0VqVxyO43bPdUBpPy8pccuohpxYwU3jlhxNsId4B1qMul4xAZ0ztiYDs60j5TAgQ51izyaolSPuMDWnrRcx3XH3BUfDhdQgOEQFD3qSI9ngMuQ0AIozt9GlEEhuI36mwAQOjMQJ/d/rM9wGCE09twTewl/RBZklABv9l8kqa+JkqwZG0abaepWdyvFgh4ZbpbyllQXtgrJxY= X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Wed, Jun 21, 2023 at 06:41:09PM +0800, Baoquan He wrote: > Hi, > > On 06/21/23 at 01:43pm, kernel test robot wrote: > > Hi Baoquan, > > > > kernel test robot noticed the following build errors: > > > > [auto build test ERROR on akpm-mm/mm-everything] > > > > url: https://github.com/intel-lab-lkp/linux/commits/Baoquan-He/asm-generic-iomap-h-remove-ARCH_HAS_IOREMAP_xx-macros/20230620-212135 > > base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything > > patch link: https://lore.kernel.org/r/20230620131356.25440-11-bhe%40redhat.com > > patch subject: [PATCH v7 10/19] s390: mm: Convert to GENERIC_IOREMAP > > config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20230621/202306211329.ticOJCSv-lkp@intel.com/config) > > compiler: s390-linux-gcc (GCC) 12.3.0 > > reproduce: (https://download.01.org/0day-ci/archive/20230621/202306211329.ticOJCSv-lkp@intel.com/reproduce) > > Thanks for reporting this. > > I followed steps in above reproduce link, it failed as below. Please > help check if anything is missing. > > [root@intel-knightslanding-lb-02 linux]# COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=s390 olddefconfig > Compiler will be installed in /root/0day > lftpget -c https://download.01.org/0day-ci/cross-package/./gcc-12.3.0-nolibc/x86_64-gcc-12.3.0-nolibc_s390-linux.tar.xz > /root/linux > tar Jxf /root/0day/gcc-12.3.0-nolibc/x86_64-gcc-12.3.0-nolibc_s390-linux.tar.xz -C /root/0day > Please update: libc6 or glibc > ldd /root/0day/gcc-12.3.0-nolibc/s390-linux/bin/s390-linux-gcc > /root/0day/gcc-12.3.0-nolibc/s390-linux/bin/s390-linux-gcc: /lib64/libc.so.6: version `GLIBC_2.36' not found (required by /root/0day/gcc-12.3.0-nolibc/s390-linux/bin/s390-linux-gcc) > setup_crosstool failed Certain recent versions of the kernel.org crosstool toolchains were built against a pretty recent glibc so attempting to run it on a system with an older glibc will result in the error above: https://lore.kernel.org/87mt2eoopo.fsf@kernel.org/ Arnd resolved this and reuploaded the binaries, I suspect the Intel folks need to mirror the updated tarballs to 01.org: https://lore.kernel.org/e9601db2-ff7d-4490-abd5-8d3c5946e108@app.fastmail.com/ According to make.cross, you can override the URL it uses with a variable, you could try removing these files /root/0day/gcc-12.3.0-nolibc/s390-linux /root/0day/gcc-12.3.0-nolibc/x86_64-gcc-12.3.0-nolibc_s390-linux.tar.xz and running $ COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 URL=https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64 ~/bin/make.cross W=1 O=build_dir ARCH=s390 olddefconfig to see if that works now. Cheers, Nathan > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > > the same patch/commit), kindly add following tags > > | Reported-by: kernel test robot > > | Closes: https://lore.kernel.org/oe-kbuild-all/202306211329.ticOJCSv-lkp@intel.com/ > > > > All error/warnings (new ones prefixed by >>): > > > > drivers/tty/ipwireless/main.c: In function 'ipwireless_probe': > > drivers/tty/ipwireless/main.c:115:30: error: implicit declaration of function 'ioremap'; did you mean 'iounmap'? [-Werror=implicit-function-declaration] > > 115 | ipw->common_memory = ioremap(p_dev->resource[2]->start, > > | ^~~~~~~ > > | iounmap > > >> drivers/tty/ipwireless/main.c:115:28: warning: assignment to 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] > > 115 | ipw->common_memory = ioremap(p_dev->resource[2]->start, > > | ^ > > drivers/tty/ipwireless/main.c:139:26: warning: assignment to 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] > > 139 | ipw->attr_memory = ioremap(p_dev->resource[3]->start, > > | ^ > > In file included from include/linux/io.h:13, > > from drivers/tty/ipwireless/main.c:26: > > arch/s390/include/asm/io.h:29:17: error: implicit declaration of function 'iounmap'; did you mean 'vunmap'? [-Werror=implicit-function-declaration] > > 29 | #define iounmap iounmap > > | ^~~~~~~ > > drivers/tty/ipwireless/main.c:155:9: note: in expansion of macro 'iounmap' > > 155 | iounmap(ipw->attr_memory); > > | ^~~~~~~ > > cc1: some warnings being treated as errors > > -- > > drivers/net/ethernet/smsc/smc91c92_cs.c: In function 'mhz_mfc_config': > > >> drivers/net/ethernet/smsc/smc91c92_cs.c:447:17: error: implicit declaration of function 'ioremap'; did you mean 'ifr_map'? [-Werror=implicit-function-declaration] > > 447 | smc->base = ioremap(link->resource[2]->start, > > | ^~~~~~~ > > | ifr_map > > >> drivers/net/ethernet/smsc/smc91c92_cs.c:447:15: warning: assignment to 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] > > 447 | smc->base = ioremap(link->resource[2]->start, > > | ^ > > In file included from include/linux/scatterlist.h:9, > > from include/linux/dma-mapping.h:11, > > from include/linux/skbuff.h:28, > > from include/net/net_namespace.h:43, > > from include/linux/netdevice.h:38, > > from drivers/net/ethernet/smsc/smc91c92_cs.c:38: > > drivers/net/ethernet/smsc/smc91c92_cs.c: In function 'smc91c92_release': > > arch/s390/include/asm/io.h:29:17: error: implicit declaration of function 'iounmap'; did you mean 'vunmap'? [-Werror=implicit-function-declaration] > > 29 | #define iounmap iounmap > > | ^~~~~~~ > > drivers/net/ethernet/smsc/smc91c92_cs.c:962:17: note: in expansion of macro 'iounmap' > > 962 | iounmap(smc->base); > > | ^~~~~~~ > > cc1: some warnings being treated as errors > > -- > > drivers/net/ethernet/xircom/xirc2ps_cs.c: In function 'xirc2ps_config': > > drivers/net/ethernet/xircom/xirc2ps_cs.c:843:28: error: implicit declaration of function 'ioremap'; did you mean 'iounmap'? [-Werror=implicit-function-declaration] > > 843 | local->dingo_ccr = ioremap(link->resource[2]->start, 0x1000) + 0x0800; > > | ^~~~~~~ > > | iounmap > > >> drivers/net/ethernet/xircom/xirc2ps_cs.c:843:26: warning: assignment to 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] > > 843 | local->dingo_ccr = ioremap(link->resource[2]->start, 0x1000) + 0x0800; > > | ^ > > In file included from include/linux/scatterlist.h:9, > > from include/linux/dma-mapping.h:11, > > from include/linux/skbuff.h:28, > > from include/linux/if_ether.h:19, > > from include/linux/ethtool.h:18, > > from drivers/net/ethernet/xircom/xirc2ps_cs.c:77: > > drivers/net/ethernet/xircom/xirc2ps_cs.c: In function 'xirc2ps_release': > > arch/s390/include/asm/io.h:29:17: error: implicit declaration of function 'iounmap'; did you mean 'vunmap'? [-Werror=implicit-function-declaration] > > 29 | #define iounmap iounmap > > | ^~~~~~~ > > drivers/net/ethernet/xircom/xirc2ps_cs.c:934:25: note: in expansion of macro 'iounmap' > > 934 | iounmap(local->dingo_ccr - 0x0800); > > | ^~~~~~~ > > cc1: some warnings being treated as errors > > > > > > vim +447 drivers/net/ethernet/smsc/smc91c92_cs.c > > > > b54bf94bf91e4c drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2008-08-02 422 > > fba395eee7d3f3 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2006-03-31 423 static int mhz_mfc_config(struct pcmcia_device *link) > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 424 { > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 425 struct net_device *dev = link->priv; > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 426 struct smc_private *smc = netdev_priv(dev); > > b5cb259e7fac55 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-24 427 unsigned int offset; > > b54bf94bf91e4c drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2008-08-02 428 int i; > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 429 > > 00990e7ce0b0e5 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-30 430 link->config_flags |= CONF_ENABLE_SPKR | CONF_ENABLE_IRQ | > > 00990e7ce0b0e5 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-30 431 CONF_AUTO_SET_IO; > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 432 > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 433 /* The Megahertz combo cards have modem-like CIS entries, so > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 434 we have to explicitly try a bunch of port combinations. */ > > b54bf94bf91e4c drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2008-08-02 435 if (pcmcia_loop_config(link, mhz_mfc_config_check, NULL)) > > dddfbd824b96a2 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2009-10-18 436 return -ENODEV; > > dddfbd824b96a2 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2009-10-18 437 > > 9a017a910346af drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-24 438 dev->base_addr = link->resource[0]->start; > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 439 > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 440 /* Allocate a memory window, for accessing the ISR */ > > cdb138080b7814 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-28 441 link->resource[2]->flags = WIN_DATA_WIDTH_8|WIN_MEMORY_TYPE_AM|WIN_ENABLE; > > cdb138080b7814 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-28 442 link->resource[2]->start = link->resource[2]->end = 0; > > cdb138080b7814 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-28 443 i = pcmcia_request_window(link, link->resource[2], 0); > > 4c89e88bfde6a3 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2008-08-03 444 if (i != 0) > > dddfbd824b96a2 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2009-10-18 445 return -ENODEV; > > dddfbd824b96a2 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2009-10-18 446 > > cdb138080b7814 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-28 @447 smc->base = ioremap(link->resource[2]->start, > > cdb138080b7814 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-28 448 resource_size(link->resource[2])); > > 7feabb6412ea23 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-29 449 offset = (smc->manfid == MANFID_MOTOROLA) ? link->config_base : 0; > > cdb138080b7814 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2010-07-28 450 i = pcmcia_map_mem_page(link, link->resource[2], offset); > > 8e95a2026f3b43 drivers/net/pcmcia/smc91c92_cs.c Joe Perches 2009-12-03 451 if ((i == 0) && > > 8e95a2026f3b43 drivers/net/pcmcia/smc91c92_cs.c Joe Perches 2009-12-03 452 (smc->manfid == MANFID_MEGAHERTZ) && > > 8e95a2026f3b43 drivers/net/pcmcia/smc91c92_cs.c Joe Perches 2009-12-03 453 (smc->cardid == PRODID_MEGAHERTZ_EM3288)) > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 454 mhz_3288_power(link); > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 455 > > dddfbd824b96a2 drivers/net/pcmcia/smc91c92_cs.c Dominik Brodowski 2009-10-18 456 return 0; > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 457 } > > ^1da177e4c3f41 drivers/net/pcmcia/smc91c92_cs.c Linus Torvalds 2005-04-16 458 > > > > -- > > 0-DAY CI Kernel Test Service > > https://github.com/intel/lkp-tests/wiki > > >