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:	Wed, 3 Feb 2016 18:14:04 +0800
From:	kbuild test robot <lkp@...el.com>
To:	John Fastabend <john.fastabend@...il.com>
Cc:	kbuild-all@...org, amir@...ai.me, ogerlitz@...lanox.com,
	jiri@...nulli.us, jhs@...atatu.com, jeffrey.t.kirsher@...el.com,
	netdev@...r.kernel.org, davem@...emloft.net
Subject: Re: [net-next PATCH 3/7] net: sched: add cls_u32 offload hooks for
 netdevs

Hi John,

[auto build test ERROR on net-next/master]

url:    https://github.com/0day-ci/linux/commits/John-Fastabend/tc-offload-for-cls_u32-on-ixgbe/20160203-173342
config: i386-randconfig-x009-02010231 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   net/sched/cls_u32.c: In function 'u32_replace_hw_knode':
>> net/sched/cls_u32.c:478:33: error: 'struct tc_u_knode' has no member named 'val'
      offload.cls_u32->knode.val = n->val;
                                    ^
>> net/sched/cls_u32.c:479:34: error: 'struct tc_u_knode' has no member named 'mask'
      offload.cls_u32->knode.mask = n->mask;
                                     ^

vim +478 net/sched/cls_u32.c

   472		offload.cls_u32 = &u32_offload;
   473	
   474		if (dev->netdev_ops->ndo_setup_tc) {
   475			offload.cls_u32->command = TC_CLSU32_REPLACE_KNODE;
   476			offload.cls_u32->knode.handle = n->handle;
   477			offload.cls_u32->knode.fshift = n->fshift;
 > 478			offload.cls_u32->knode.val = n->val;
 > 479			offload.cls_u32->knode.mask = n->mask;
   480			offload.cls_u32->knode.sel = &n->sel;
   481			offload.cls_u32->knode.exts = &n->exts;
   482			if (n->ht_down)

---
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/octet-stream" (27112 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ