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] [day] [month] [year] [list]
Date:   Thu, 09 Nov 2017 09:52:44 -0500
From:   Vivien Didelot <vivien.didelot@...oirfairelinux.com>
To:     David Miller <davem@...emloft.net>, andrew@...n.ch
Cc:     netdev@...r.kernel.org, f.fainelli@...il.com
Subject: Re: [PATCH v2 net-next 0/6] mv88e6xxx broadcast flooding in hardware

Hi,

David Miller <davem@...emloft.net> writes:

> net/dsa/slave.c: In function ‘dsa_slave_port_attr_get’:
> net/dsa/slave.c:349:35: error: ‘struct dsa_switch_tree’ has no member named ‘tree’
>    attr->u.ppid.id_len = sizeof(dst->tree);
>                                    ^~
> net/dsa/slave.c:350:32: error: ‘struct dsa_switch_tree’ has no member named ‘tree’
>    memcpy(&attr->u.ppid.id, &dst->tree, attr->u.ppid.id_len);
>                                 ^~

The 'u32 tree' of dsa_switch_tree is now an 'unsigned int index',
as for dsa_switch and dsa_port structures.


Thanks,

        Vivien

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ