]> git.proxmox.com Git - pve-kernel-3.10.0.git/blobdiff - README
add download target (from vault.centos.org)
[pve-kernel-3.10.0.git] / README
diff --git a/README b/README
index d5c07d853328328a2da57f3bd1723ca5c6db5c30..34ceba705c511a0ea215aa0c8a3f0aa026b755d7 100644 (file)
--- a/README
+++ b/README
@@ -15,10 +15,11 @@ Additional/Updated Modules:
 
 - include latest e1000e driver from intel/sourceforge
 
-- include latest Broadcom bnx2 drivers
-
-  * original file linux-7.8.56.zip contains
-    netxtreme2-7.8.56.tar.gz (added to repository)
+# this driver does not compile with RHEL7 kernel
+#- include latest Broadcom bnx2 drivers
+#
+#  * original file linux-7.8.56.zip contains
+#    netxtreme2-7.8.56.tar.gz (added to repository)
 
 - include latest Adaptec aacraid driver
 
@@ -79,6 +80,13 @@ see config-3.10.0.diff
         CONFIG_BLK_DEV_SR=y
         CONFIG_BLK_DEV_DM=y
 
+- compile NBD and RBD modules
+        CONFIG_BLK_DEV_NBD=m
+        CONFIG_BLK_DEV_RBD=m
+
+- set LOOP_MIN_COUNT to 8 (debian defaults)
+        CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
+
 - disable module signatures (CONFIG_MODULE_SIG)
  
 - enable IBM JFS file system 
@@ -91,6 +99,8 @@ see config-3.10.0.diff
   This is disabled in RHEL kernel for no real reason, so we enable
   it as requested by users
 
+- enable CONFIG_BCACHE=m (requested by user)
+
 - enable CONFIG_BRIDGE=y
 
   Else we get warnings on boot, that
@@ -100,6 +110,17 @@ see config-3.10.0.diff
 
   Use same SELINUX config as debian kernels (CONFIG_DEFAULT_SECURITY_DAC=y)
 
+- set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+
+  because if not set, it can give some dynamic memory or cpu frequencies 
+  change, and vms can crash (mainly windows guest).
+
+  see http://forum.proxmox.com/threads/18238-Windows-7-x64-VMs-crashing-randomly-during-process-termination?p=93273#post93273
+
+- set CONFIG_CC_STACKPROTECTOR_REGULAR=y
+
+  gcc on debian wheezy does not supportCONFIG_CC_STACKPROTECTOR_STRONG
 # Note: enable now for testing
 #- disable CONFIG_BRIDGE_IGMP_SNOOPING 
 #
@@ -116,5 +137,5 @@ see config-3.10.0.diff
 Testing final kernel with kvm
 -----------------------------
 
-kvm -kernel data/boot/vmlinuz-3.10.0-1-pve -initrd initrd.img-3.10.0-1-pve -append "vga=791 video=vesafb:ywrap,mtrr" /dev/zero
+kvm -kernel data/boot/vmlinuz-3.10.0-2-pve -initrd initrd.img-3.10.0-2-pve -append "vga=791 video=vesafb:ywrap,mtrr" /dev/zero