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:	Sun, 11 May 2014 12:46:34 +0000
From:	Wilfried Klaebe <w-lkml@...enslange-mailadresse.de>
To:	Anish Khurana <anish.khurana130181@...il.com>
Cc:	"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	"David S. Miller" <davem@...emloft.net>,
	linux-rdma@...r.kernel.org, linux-acenic@...site.dk,
	nios2-dev@...ts.rocketboards.org, linuxppc-dev@...ts.ozlabs.org,
	e1000-devel@...ts.sourceforge.net, devel@...uxdriverproject.org,
	linux-usb@...r.kernel.org,
	virtualization@...ts.linux-foundation.org,
	linux-wireless@...r.kernel.org, xen-devel@...ts.xenproject.org,
	linux-s390@...r.kernel.org, devel@...verdev.osuosl.org,
	b.a.t.m.a.n@...ts.open-mesh.org, bridge@...ts.linux-foundation.org,
	dev@...nvswitch.org, trivial@...nel.org,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] [resend] net: get rid of SET_ETHTOOL_OPS

Am Sun, May 11, 2014 at 01:13:47PM +0530 schrieb Anish Khurana:
> SET_ETHTOOL_OPS is equivalent to :
> #define SET_ETHTOOL_OPS(netdev,ops) \
>     ( (netdev)->ethtool_ops = (ops) )
> 
> how it makes difference  removing this code and replacing with the
> code mentioned ?

It doesn't change anything in the resulting binaries. The whole point
is to remove the macro, which is something Dave wants to happen.

Kind regards,
Wilfried

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ