kbuild test robot <l...@intel.com> 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.