CC: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> TO: Joe Damato <[email protected]> TO: [email protected] TO: [email protected] TO: [email protected] TO: [email protected] TO: [email protected] CC: Joe Damato <[email protected]>
Hi Joe, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Joe-Damato/page_pool-Add-page_pool-stat-counters/20220130-074147 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git ff58831fa02deb42fd731f830d8d9ec545573c7c :::::: branch date: 5 hours ago :::::: commit date: 5 hours ago config: x86_64-randconfig-s022 (https://download.01.org/0day-ci/archive/20220130/[email protected]/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce: # apt-get install sparse # sparse version: v0.6.4-dirty # https://github.com/0day-ci/linux/commit/5f0fd838269d51e7a97662eaf54868a248b8bd42 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Joe-Damato/page_pool-Add-page_pool-stat-counters/20220130-074147 git checkout 5f0fd838269d51e7a97662eaf54868a248b8bd42 # save the config file to linux build tree mkdir build_dir make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash net/core/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> sparse warnings: (new ones prefixed by >>) >> net/core/net-procfs.c:399:1: sparse: sparse: unused label 'out_ptype' vim +/out_ptype +399 net/core/net-procfs.c 5f0fd838269d51 Joe Damato 2022-01-29 398 900ff8c6321418 Cong Wang 2013-02-18 @399 out_ptype: 900ff8c6321418 Cong Wang 2013-02-18 400 remove_proc_entry("ptype", net->proc_net); 900ff8c6321418 Cong Wang 2013-02-18 401 out_softnet: 900ff8c6321418 Cong Wang 2013-02-18 402 remove_proc_entry("softnet_stat", net->proc_net); 900ff8c6321418 Cong Wang 2013-02-18 403 out_dev: 900ff8c6321418 Cong Wang 2013-02-18 404 remove_proc_entry("dev", net->proc_net); 900ff8c6321418 Cong Wang 2013-02-18 405 goto out; 900ff8c6321418 Cong Wang 2013-02-18 406 } 900ff8c6321418 Cong Wang 2013-02-18 407 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected] _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
