lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 22 Mar 2019 01:58:42 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Kevin 'ldir' Darbyshire-Bryant <ldir@...byshire-bryant.me.uk>
Cc:     kbuild-all@...org,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "jiri@...nulli.us" <jiri@...nulli.us>,
        "xiyou.wangcong@...il.com" <xiyou.wangcong@...il.com>,
        "jhs@...atatu.com" <jhs@...atatu.com>,
        Kevin 'ldir' Darbyshire-Bryant <ldir@...byshire-bryant.me.uk>
Subject: Re: [PATCH 1/1] net: sched: Introduce conndscp action

Hi Kevin,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on net/master]
[also build test ERROR on v5.1-rc1 next-20190321]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Kevin-ldir-Darbyshire-Bryant/net-sched-Introduce-conndscp-action/20190322-010455
config: mips-allmodconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> net//sched/act_conndscp.c:290:3: error: 'struct tc_action_ops' has no member named 'type'
     .type  = TCA_ACT_CONNDSCP,
      ^~~~

vim +290 net//sched/act_conndscp.c

   287	
   288	static struct tc_action_ops act_conndscp_ops = {
   289		.kind		=	"conndscp",
 > 290		.type		=	TCA_ACT_CONNDSCP,
   291		.owner		=	THIS_MODULE,
   292		.act		=	tcf_conndscp_act,
   293		.dump		=	tcf_conndscp_dump,
   294		.init		=	tcf_conndscp_init,
   295		.walk		=	tcf_conndscp_walker,
   296		.lookup		=	tcf_conndscp_search,
   297		.size		=	sizeof(struct tcf_conndscp_info),
   298	};
   299	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/gzip" (59090 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ