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:	Tue, 07 Oct 2014 13:22:44 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	eric.dumazet@...il.com
Cc:	netdev@...r.kernel.org, ja@....bg
Subject: Re: [PATCH v2 net-next] net: better IFF_XMIT_DST_RELEASE support

From: Eric Dumazet <eric.dumazet@...il.com>
Date: Mon, 06 Oct 2014 15:05:26 -0700

> We have a loop over team/bonding members, where we do :
> 
> dst_release_flag &= slave->dev->priv_flags;
> 
> So at the end of the loop, we check if any one of the member had one of
> the bit cleared.
> 
> if dst_release_flags has both bits set, then we are set and we allow the
> IFF_XMIT_DST_RELEASE being set on the master.

Oh I see, I mis-read the patch thinking dst_release_flags was a new variable
when in fact it's an existing one.

Patch applied, thanks Eric.
--
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