From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: Re: [PATCHv2 net-next 04/15] net: sched: sch: add extack for init callback Date: Sun, 17 Dec 2017 03:37:00 +0800 Message-ID: <201712170354.OmGIWb6i%fengguang.wu@intel.com> References: <20171214183905.23066-5-aring@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kbuild-all@01.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, davem@davemloft.net, netdev@vger.kernel.org, kernel@mojatatu.com, Alexander Aring , David Ahern To: Alexander Aring Return-path: Received: from mga01.intel.com ([192.55.52.88]:52845 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756815AbdLPThz (ORCPT ); Sat, 16 Dec 2017 14:37:55 -0500 Content-Disposition: inline In-Reply-To: <20171214183905.23066-5-aring@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: Hi Alexander, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Alexander-Aring/net-sched-sch-introduce-extack-support/20171217-015839 reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) vim +679 net/sched/sch_atm.c ^1da177e4 Linus Torvalds 2005-04-16 671 20fea08b5 Eric Dumazet 2007-11-14 672 static struct Qdisc_ops atm_qdisc_ops __read_mostly = { ^1da177e4 Linus Torvalds 2005-04-16 673 .cl_ops = &atm_class_ops, ^1da177e4 Linus Torvalds 2005-04-16 674 .id = "atm", ^1da177e4 Linus Torvalds 2005-04-16 675 .priv_size = sizeof(struct atm_qdisc_data), ^1da177e4 Linus Torvalds 2005-04-16 676 .enqueue = atm_tc_enqueue, ^1da177e4 Linus Torvalds 2005-04-16 677 .dequeue = atm_tc_dequeue, 8e3af9789 Jarek Poplawski 2008-10-31 678 .peek = atm_tc_peek, ^1da177e4 Linus Torvalds 2005-04-16 @679 .init = atm_tc_init, ^1da177e4 Linus Torvalds 2005-04-16 680 .reset = atm_tc_reset, ^1da177e4 Linus Torvalds 2005-04-16 681 .destroy = atm_tc_destroy, ^1da177e4 Linus Torvalds 2005-04-16 682 .dump = atm_tc_dump, ^1da177e4 Linus Torvalds 2005-04-16 683 .owner = THIS_MODULE, ^1da177e4 Linus Torvalds 2005-04-16 684 }; ^1da177e4 Linus Torvalds 2005-04-16 685 :::::: The code at line 679 was first introduced by commit :::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2 :::::: TO: Linus Torvalds :::::: CC: Linus Torvalds --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation