]> git.proxmox.com Git - pve-kernel-2.6.32.git/blobdiff - Makefile
fix CVE 2016-5195
[pve-kernel-2.6.32.git] / Makefile
index 189204ace34cd3725b86c0124efb891ab60b5e39..7e79bebbef7f893e9d054112bb61708689e2836d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=3.4
 
 KERNEL_VER=2.6.32
-PKGREL=179
+PKGREL=180
 # also include firmware of previous versrion into 
 # the fw package:  fwlist-2.6.32-PREV-pve
 KREL=47
@@ -207,6 +207,7 @@ ${KERNEL_SRC}/README: ${KERNEL_SRC}.org/README
        cd ${KERNEL_SRC}; patch -p1 <../fix-idr-header-for-drbd-compilation.patch
        cd ${KERNEL_SRC}; patch -p1 <../kvm-x86-ignore-ioapic-polarity.patch
        cd ${KERNEL_SRC}; patch -p1 <../fix-jfs-compile-error.patch
+       cd ${KERNEL_SRC}; patch -p1 <../CVE-2016-5195.patch
        sed -i ${KERNEL_SRC}/Makefile -e 's/^EXTRAVERSION.*$$/EXTRAVERSION=${EXTRAVERSION}/'
        touch $@