]> git.proxmox.com Git - pve-kernel-3.10.0.git/blobdiff - README
use upstream bnx2 and aacraid drivers
[pve-kernel-3.10.0.git] / README
diff --git a/README b/README
index c3d39360b9204237b1d7513f4d32dfe3293e0287..30e37218feecf7f82f3beea88bfad71a5080381c 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,13 @@
 KERNEL SOURCE:
 ==============
 
-We use the RHEL7 kernel sources, available from:
+We use the CENTOS7/RHEL7 kernel sources, available from:
 
-ftp://ftp.redhat.com/redhat/rhel/
+http://vault.centos.org/
+
+or
+
+http://oss.oracle.com/ol7/SRPMS-updates/
 
 
 Additional/Updated Modules:
@@ -15,18 +19,29 @@ Additional/Updated Modules:
 
 - include latest e1000e driver from intel/sourceforge
 
-- include latest Broadcom bnx2 drivers
+#- include latest Broadcom bnx2 drivers: http://driverdownloads.qlogic.com/
+#
+#  * original file linux-7.11.05.zip contains
+#    netxtreme2-7.11.05.tar.gz (added to repository)
+#
+#- include latest Adaptec aacraid driver
+#
+#  * http://download.adaptec.com/raid/aac/linux/aacraid-linux-src-1.2.1-40300.tgz
 
-  * original file linux-7.8.56.zip contains
-    netxtreme2-7.8.56.tar.gz (added to repository)
+- include latest ARECA RAID drivers
 
-- include latest Adaptec aacraid driver
+  * http://www.areca.com.tw/support/s_linux/linux.htm
 
-  * http://download.adaptec.com/raid/aac/linux/aacraid-linux-src-1.2.1-40300.tgz
+- include native OpenZFS filesystem kernel modules for Linux
 
-- include latest ARECA RAID drivers
+  * https://github.com/zfsonlinux/
+
+  For licensing questions, see: http://open-zfs.org/wiki/Talk:FAQ
+
+- include latest HPSA driver (HP Smart Array)
+
+  * http://sourceforge.net/projects/cciss/
 
-  * http://www.areca.com.tw/support/s_linux/linux.htm
 
 FIRMWARE:
 =========
@@ -72,6 +87,8 @@ the following modification:
 
 see config-3.10.0.diff
 
+- enable CONFIG_CEPH_FS=m (request from user)
+
 - enable common CONFIG_BLK_DEV_XXX to avoid hardware detection
   problems (udev, undate-initramfs hav serious problems without that)
 
@@ -79,6 +96,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 +115,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
@@ -107,6 +133,10 @@ see config-3.10.0.diff
 
   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 
 #
@@ -123,5 +153,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