netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* qlcnic binary sysfs file abuse
@ 2013-07-07  0:29 Greg KH
  2013-07-25 19:37 ` Sony Chacko
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2013-07-07  0:29 UTC (permalink / raw)
  To: Rajesh Borundia, Shahed Shaikh, Jitendra Kalsaria, Sony Chacko,
	linux-driver
  Cc: netdev, linux-kernel

Hi all,

I was doing a kernel-wide audit on all of the binary sysfs files, and
noticed a metric ton of them in the qlcnic driver.

The rules about binary sysfs files are that they can not be touched by
the kernel at all, they are "pass-through" directly to the hardware, and
it seems that this driver is not doing that properly.

It also seems that almost all of these files are merely "debugging"
files, but as I can't seem to find the relevant Documentation/ABI/
documentation for them, I can't be sure.

So, any objection to me just deleting these entirely?  Or, if they
really are needed, can I just move them to debugfs, which is where I
think they should have been from the beginning?

Oh, and I'm pretty sure that the creation of these is totally racy, so I
really doubt that anyone is using them otherwise they would have noticed
this already.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-25 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-07  0:29 qlcnic binary sysfs file abuse Greg KH
2013-07-25 19:37 ` Sony Chacko
2013-07-25 20:08   ` Greg KH
2013-07-25 21:09   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).