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:	Tue, 29 Oct 2013 14:34:26 +0100
From:	Linus Walleij <linus.walleij@...aro.org>
To:	Tejun Heo <tj@...nel.org>, Mark Brown <broonie@...nel.org>,
	darkstar6262@...il.com
Cc:	Grant Likely <grant.likely@...retlab.ca>,
	Wolfram Sang <w.sang@...gutronix.de>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	ext Tony Lindgren <tony@...mide.com>
Subject: Re: READ/WRITE definitions in drivers/spi/spi-omap-100k.c

On Thu, Oct 24, 2013 at 2:46 PM, Tejun Heo <tj@...nel.org> wrote:

> Hey, guys.
>
> I was modifying includes in a core header file and got duplicate macro
> definition warnings on READ / WRITE in drivers/spi/spi-omap-100k.c.
> Apparently that driver defines READ / WRITE as macros and assigns the
> opposite values to them from the usual READ / WRITE constants defined
> in include/linux/fs.h.
>
> I just skimmed through it and there doesn't seem to be any user of the
> macros.  Can we *please* remove these?  Please note that READ / WRITE
> defined in include/linux/fs.h is something which is widely used
> throughout the kernel and there are multiple interfaces which take
> those constants.  Re-defining them in the other way around in a driver
> file can lead to subtle issues and just is a bad idea.  In general,
> refraining from using generic symbols without any qualitification in
> low level drivers would be nice.

That seems like a good idea, but we better poke the people who wrote
the code and the SPI maintainer :-)

Yours,
Linus Walleij
--
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