[linux] 03/04: [!x86] net: Disable VMXNET3, only useful in VMware x86 virtual machines

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Oct 4 01:51:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 0762a217c3d224a6235b49e1311b0be9028d9f59
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Oct 4 02:50:33 2015 +0100

    [!x86] net: Disable VMXNET3, only useful in VMware x86 virtual machines
---
 debian/changelog                    | 1 +
 debian/config/config                | 2 +-
 debian/config/kernelarch-x86/config | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index de52929..4023aef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -129,6 +129,7 @@ linux (4.2.3-1) UNRELEASED; urgency=medium
   * [mips*/octeon] Enable MMC, MMC_BLOCK, OCTEON_MMC and other drivers as
     modules (Closes: #800594)
   * ath10k: add qca6164 support (Closes: #800703)
+  * [!x86] net: Disable VMXNET3, only useful in VMware x86 virtual machines
 
   [ Salvatore Bonaccorso ]
   * ipc: Initialize msg/shm IPC objects before doing ipc_addid()
diff --git a/debian/config/config b/debian/config/config
index 2367858..059260c 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -2424,7 +2424,7 @@ CONFIG_VIRTIO_NET=m
 CONFIG_NLMON=m
 CONFIG_XEN_NETDEV_FRONTEND=m
 CONFIG_XEN_NETDEV_BACKEND=m
-CONFIG_VMXNET3=m
+# CONFIG_VMXNET3 is not set
 
 ##
 ## file: drivers/net/appletalk/Kconfig
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index 521ebe4..1acdb90 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -960,6 +960,7 @@ CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
 CONFIG_DUMMY=m
 CONFIG_NET_FC=y
 CONFIG_NET_SB1000=m
+CONFIG_VMXNET3=m
 
 ##
 ## file: drivers/net/arcnet/Kconfig

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list