Re: [PATCH 12/18] staging: gasket: annotate ioctl arg with __user

From: Greg Kroah-Hartman
Date: Sun Jul 15 2018 - 05:01:02 EST


On Sat, Jul 14, 2018 at 12:20:51PM -0700, Todd Poynor wrote:
> >> I think I'm following http://www.kroah.com/log/linux/linux-staging-update.html,
> >> but if I'm off in the weeds do clue me in, thanks.
> >
> > That's something I wrote 9 years ago :)
>
> Still the top search result for how to work in staging, suggest an update. :)

Do all subsystems have such descriptions? No, working in staging is no
different from working in any other kernel subsystem. If you want to
find the location of the latest code, look in the MAINTAINERS file for
the git tree.

There's nothing "special" about drivers/staging, except the quality of
the code...

greg k-h