Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'char-misc-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc fix from Greg Kroah-Hartman:
"Here is a single Kconfig dependancy build fix for 3.9.

It's been in linux-next for a while, and fixes a problem that has been
reported multiple times."

* tag 'char-misc-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
misc/vmw_vmci: Add dependency on CONFIG_NET

+1 -1
+1 -1
drivers/misc/vmw_vmci/Kconfig
··· 4 4 5 5 config VMWARE_VMCI 6 6 tristate "VMware VMCI Driver" 7 - depends on X86 && PCI 7 + depends on X86 && PCI && NET 8 8 help 9 9 This is VMware's Virtual Machine Communication Interface. It enables 10 10 high-speed communication between host and guest in a virtual