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:	Thu, 9 Jul 2015 15:15:35 +0300
From:	Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To:	sfeldma@...il.com, netdev@...r.kernel.org
Cc:	jiri@...nulli.us, roopa@...ulusnetworks.com
Subject: Re: [PATCH net-next 2/5] net: add phys ID compare helper to test if
 two IDs are the same

Hello.

On 7/9/2015 2:16 AM, sfeldma@...il.com wrote:

> From: Scott Feldman <sfeldma@...il.com>

> Signed-off-by: Scott Feldman <sfeldma@...il.com>
> ---
>   include/linux/netdevice.h |    7 +++++++
>   net/switchdev/switchdev.c |    8 ++------
>   2 files changed, 9 insertions(+), 6 deletions(-)

[...]
> diff --git a/net/switchdev/switchdev.c b/net/switchdev/switchdev.c
> index 84f77a0..e16586f 100644
> --- a/net/switchdev/switchdev.c
> +++ b/net/switchdev/switchdev.c
> @@ -906,13 +906,9 @@ static struct net_device *switchdev_get_dev_by_nhs(struct fib_info *fi)
>   		if (switchdev_port_attr_get(dev, &attr))
>   			return NULL;
>
> -		if (nhsel > 0) {
> -			if (prev_attr.u.ppid.id_len != attr.u.ppid.id_len)
> +		if (nhsel > 0 &&
> +		    !netdev_phys_item_id_same(&prev_attr.u.ppid, &attr.u.ppid))
>   				return NULL;

    This line should be re-indented now, it starts too far to the right.

[...]

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ