From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934475AbcECRfi (ORCPT ); Tue, 3 May 2016 13:35:38 -0400 Received: from Chamillionaire.breakpoint.cc ([80.244.247.6]:50255 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964982AbcECRev (ORCPT ); Tue, 3 May 2016 13:34:51 -0400 Date: Tue, 3 May 2016 19:34:45 +0200 From: Florian Westphal To: kbuild test robot Cc: Florian Westphal , kbuild-all@01.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 5/5] net: remove dev->trans_start Message-ID: <20160503173445.GI2395@breakpoint.cc> References: <1462286613-499-1-git-send-email-fw@strlen.de> <201605040155.Rs5zkvy3%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201605040155.Rs5zkvy3%fengguang.wu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org kbuild test robot wrote: > [auto build test ERROR on net-next/master] > > url: https://github.com/0day-ci/linux/commits/Florian-Westphal/net-remove-trans_start-from-struct-net_device/20160503-234813 > config: s390-default_defconfig (attached as .config) > compiler: s390x-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205 > 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 > # save the attached .config to linux build tree > make.cross ARCH=s390 > > Note: the linux-review/Florian-Westphal/net-remove-trans_start-from-struct-net_device/20160503-234813 HEAD 2f61b7d5d947dad50a74493b21fe750103f74b1c builds fine. > It only hurts bisectibility. > > All errors (new ones prefixed by >>): > > drivers/s390/net/qeth_core_main.c: In function 'qeth_flush_buffers': > >> drivers/s390/net/qeth_core_main.c:3484:18: error: 'struct net_device' has no member named 'trans_start' > queue->card->dev->trans_start = jiffies; Indeed, patch #4 missed this when doing the replacement. There is a similar mistake for a tilera-specific driver. I'll submit a v2 of this series later.