All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [SVN] Please Merge 7 VirtualBox Kernel Modules into the Linux Kernel
@ 2013-05-08  4:09 quickbooks office
  2013-05-08 15:40 ` Josh Boyer
  0 siblings, 1 reply; 4+ messages in thread
From: quickbooks office @ 2013-05-08  4:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, vbox-dev

Please Merge VirtualBox Kernel Modules into the Kernel.

-----------------------------------------------------------------------------------------------------------

svn co http://www.virtualbox.org/svn/vbox/trunk vbox
sh '/home/user/vbox/src/VBox/Additions/linux/export_modules'
VBoxGuestModules.tar.gz

Extracting VBoxGuestModules.tar.gz will give the Source Code for 3
modules (used in a Linux Guest):

1. vboxguest (VirtualBox guest kernel module)

2. vboxsf (VirtualBox guest kernel module for shared folders)

3. vboxvideo (VirtualBox guest kernel module for drm support)

-----------------------------------------------------------------------------------------------------------

sh '/home/user/vbox/src/VBox/HostDrivers/linux/export_modules'
VBoxHostModules.tar.gz

Extracting VBoxHostModules.tar.gz will give the Source Code for 4
modules (used in a Linux Host):

1. vboxdrv (VirtualBox host kernel module)

2. vboxnetflt (VirtualBox netfilter kernel module)

3. vboxnetadp (VirtualBox network adapter kernel module)

4. vboxpci (VirtualBox host PCI access kernel module)


-----------------------------------------------------------------------------------------------------------


Maintaner contacts:

1. vbox-dev Mailing List:
https://www.virtualbox.org/mailman/listinfo/vbox-dev  (Probably
Requires you to join the mailing list in order to post) -
vbox-dev@virtualbox.org

or

2. Public bugtracker: https://www.virtualbox.org/wiki/Bugtracker
(Requires an Oracle account for sign on)

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

* Re: [PATCH] [SVN] Please Merge 7 VirtualBox Kernel Modules into the Linux Kernel
  2013-05-08  4:09 [PATCH] [SVN] Please Merge 7 VirtualBox Kernel Modules into the Linux Kernel quickbooks office
@ 2013-05-08 15:40 ` Josh Boyer
  2013-05-10  3:40   ` quickbooks office
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Boyer @ 2013-05-08 15:40 UTC (permalink / raw)
  To: quickbooks office
  Cc: Linux-Kernel@Vger. Kernel. Org, Linus Torvalds, vbox-dev

On Wed, May 8, 2013 at 12:09 AM, quickbooks office
<quickbooks.office@gmail.com> wrote:
> Please Merge VirtualBox Kernel Modules into the Kernel.
>
> -----------------------------------------------------------------------------------------------------------
>
> svn co http://www.virtualbox.org/svn/vbox/trunk vbox
> sh '/home/user/vbox/src/VBox/Additions/linux/export_modules'
> VBoxGuestModules.tar.gz
>
> Extracting VBoxGuestModules.tar.gz will give the Source Code for 3
> modules (used in a Linux Guest):
>
> 1. vboxguest (VirtualBox guest kernel module)
>
> 2. vboxsf (VirtualBox guest kernel module for shared folders)
>
> 3. vboxvideo (VirtualBox guest kernel module for drm support)

That's not how this works.  The vbox developers need to submit them as
patches to the appropriate maintainers and they need to go through
proper review.  As far as I can tell, that hasn't been done because
they don't want to settle on a single API/ABI between the kernel and
userspace interfaces for vbox.

josh

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

* Re: [PATCH] [SVN] Please Merge 7 VirtualBox Kernel Modules into the Linux Kernel
  2013-05-08 15:40 ` Josh Boyer
@ 2013-05-10  3:40   ` quickbooks office
  2013-05-10  5:38     ` richard -rw- weinberger
  0 siblings, 1 reply; 4+ messages in thread
From: quickbooks office @ 2013-05-10  3:40 UTC (permalink / raw)
  To: Josh Boyer; +Cc: Linux-Kernel@Vger. Kernel. Org, Linus Torvalds, vbox-dev

On Wed, May 8, 2013 at 8:40 AM, Josh Boyer <jwboyer@gmail.com> wrote:
> On Wed, May 8, 2013 at 12:09 AM, quickbooks office
> <quickbooks.office@gmail.com> wrote:
>> Please Merge VirtualBox Kernel Modules into the Kernel.
>>
>> -----------------------------------------------------------------------------------------------------------
>>
>> svn co http://www.virtualbox.org/svn/vbox/trunk vbox
>> sh '/home/user/vbox/src/VBox/Additions/linux/export_modules'
>> VBoxGuestModules.tar.gz
>>
>> Extracting VBoxGuestModules.tar.gz will give the Source Code for 3
>> modules (used in a Linux Guest):
>>
>> 1. vboxguest (VirtualBox guest kernel module)
>>
>> 2. vboxsf (VirtualBox guest kernel module for shared folders)
>>
>> 3. vboxvideo (VirtualBox guest kernel module for drm support)
>
> That's not how this works.  The vbox developers need to submit them as
> patches to the appropriate maintainers and they need to go through
> proper review.  As far as I can tell, that hasn't been done because
> they don't want to settle on a single API/ABI between the kernel and
> userspace interfaces for vbox.
>
> josh

Who are the appropriate maintainers for adding new (VirtualBox) kernel
modules to the Linux kernel?
And how would they go through proper review?

Thanks.

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

* Re: [PATCH] [SVN] Please Merge 7 VirtualBox Kernel Modules into the Linux Kernel
  2013-05-10  3:40   ` quickbooks office
@ 2013-05-10  5:38     ` richard -rw- weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: richard -rw- weinberger @ 2013-05-10  5:38 UTC (permalink / raw)
  To: quickbooks office
  Cc: Josh Boyer, Linux-Kernel@Vger. Kernel. Org, Linus Torvalds, vbox-dev

On Fri, May 10, 2013 at 5:40 AM, quickbooks office
<quickbooks.office@gmail.com> wrote:
> On Wed, May 8, 2013 at 8:40 AM, Josh Boyer <jwboyer@gmail.com> wrote:
>> On Wed, May 8, 2013 at 12:09 AM, quickbooks office
>> <quickbooks.office@gmail.com> wrote:
>>> Please Merge VirtualBox Kernel Modules into the Kernel.
>>>
>>> -----------------------------------------------------------------------------------------------------------
>>>
>>> svn co http://www.virtualbox.org/svn/vbox/trunk vbox
>>> sh '/home/user/vbox/src/VBox/Additions/linux/export_modules'
>>> VBoxGuestModules.tar.gz
>>>
>>> Extracting VBoxGuestModules.tar.gz will give the Source Code for 3
>>> modules (used in a Linux Guest):
>>>
>>> 1. vboxguest (VirtualBox guest kernel module)
>>>
>>> 2. vboxsf (VirtualBox guest kernel module for shared folders)
>>>
>>> 3. vboxvideo (VirtualBox guest kernel module for drm support)
>>
>> That's not how this works.  The vbox developers need to submit them as
>> patches to the appropriate maintainers and they need to go through
>> proper review.  As far as I can tell, that hasn't been done because
>> they don't want to settle on a single API/ABI between the kernel and
>> userspace interfaces for vbox.
>>
>> josh
>
> Who are the appropriate maintainers for adding new (VirtualBox) kernel
> modules to the Linux kernel?
> And how would they go through proper review?

Please read:
Documentation/development-process/*
Documentation/SubmittingPatches

--
Thanks,
//richard

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

end of thread, other threads:[~2013-05-10  5:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-08  4:09 [PATCH] [SVN] Please Merge 7 VirtualBox Kernel Modules into the Linux Kernel quickbooks office
2013-05-08 15:40 ` Josh Boyer
2013-05-10  3:40   ` quickbooks office
2013-05-10  5:38     ` richard -rw- weinberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.