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:	Fri, 16 May 2014 16:35:13 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	vfalico@...il.com
Cc:	netdev@...r.kernel.org, j.vosburgh@...il.com, andy@...yhouse.net
Subject: Re: [PATCH v3 net-next 0/9] bonding: simple macro cleanup

From: Veaceslav Falico <vfalico@...il.com>
Date: Thu, 15 May 2014 21:39:50 +0200

> Trivial patchset that converts most of the bonding's macros into inline
> functions. It introduces only one macro, BOND_MODE(), which is just
> bond->params.mode, better to write/understand/remember.
> 
> The only real change is the removal of IFF_UP verification, which always
> came in pair with && netif_running(), and is though useless, as it's always
> IFF_UP when LINK_STATE_RUNNING.
> 
> v2->v3: fix 3/9 to actually invert bond_mode_uses_arp() and add
> 	bond_uses_arp() alongside bond_mode_uses_arp()
> v1->v2: use inlined functions instead of macros.

Series applied, thank you.
--
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