[PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

Greg Kroah-Hartman gregkh at linuxfoundation.org
Mon Jun 12 12:56:40 UTC 2017


On Mon, Jun 12, 2017 at 02:46:54PM +0200, Michael Thayer wrote:
> Hello Greg,
> 
> 12.06.2017 13:47, Greg Kroah-Hartman wrote:
> > On Mon, Jun 12, 2017 at 01:44:09PM +0200, Greg Kroah-Hartman wrote:
> > > On Mon, Jun 12, 2017 at 12:07:41PM +0200, Hans de Goede wrote:
> > > > > The most important thing is for the driver to be atomic if it's KMS
> > > > > only, and it would be good to have someone review that properly.
> > > > 
> > > > I believe it does not use the atomic APIs atm, so that would be one
> > > > of the first things to fix then. Another question is if people
> > > > (you and Daniel at least) can live with the non kernel-coding
> > > > style shared files under the osindependent dir ?
> > > 
> > > Why not just spend a few days and fix up all of the kernel-style issues
> > > so it can be a "real" driver?  It shouldn't take all that long,
> > > especially for someone with Linux kernel experience (hint, hint...)
> 
> The idea was that bits which are device-specific and which there would be no
> interest in sharing with other drivers in the kernel could stay in the
> VirtualBox coding style.  Since most updates to this code are likely to come
> from us and it is shared with our drivers for other platforms, that would
> make it easier for the in-kernel driver maintainer to pull fixes from the
> VirtualBox tree.

Sorry, but no, in-kernel code has to follow the in-kernel style guide,
we do this for a very good reason (i.e. so others can fix your bugs.)

Why not just use the kernel style rules for your code as well?  That way
no need to be confused when switching between the two :)

> > > Only put stuff in staging for a good reason, and that reason can be "I
> > > don't know how to clean this stuff up", but I don't think that is the
> > > case here...
> > 
> > And why are you cc:ing a mailing list that does not accept non-members
> > to post?  that's just annoying...
> 
> Isn't dri-devel members only too?

I don't get any bounces from it complaining, so I doubt it.  If it is,
that's the correct way to manage a mailing list, don't have it bounce
nasty messages back at you...

thanks,

greg k-h


More information about the dri-devel mailing list