X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=567bf4f90bb77221a864fedd474a972ca38c7dfc;hb=6b2bfc16cd26b8e590b0eeb57d7b61379e683dad;hp=4765c6a0e62407f80912fca8acf9f2658486d23e;hpb=6680fb7c485c468656fa45d9be84270c061d7147;p=pve-kernel-jessie.git diff --git a/Makefile b/Makefile index 4765c6a..567bf4f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=4.3 +RELEASE=4.4 # also update proxmox-ve/changelog if you change KERNEL_VER or KREL -KERNEL_VER=4.4.30 -PKGREL=73 +KERNEL_VER=4.4.35 +PKGREL=76 # also include firmware of previous version into # the fw package: fwlist-2.6.32-PREV-pve KREL=1 @@ -72,7 +72,7 @@ ZFS_MODULES=zfs.ko zavl.ko znvpair.ko zunicode.ko zcommon.ko zpios.ko SPL_MODULES=spl.ko splat.ko # DRBD9 -DRBDVER=9.0.4-1 +DRBDVER=9.0.5-1 DRBDDIR=drbd-${DRBDVER} DRBDSRC=${DRBDDIR}.tar.gz DRBD_MODULES=drbd.ko drbd_transport_tcp.ko @@ -127,7 +127,7 @@ ${VIRTUAL_HDR_DEB} pve-headers: proxmox-ve/pve-headers.control download: rm -rf ${KERNEL_SRC} ${KERNELSRCTAR} #git clone git://kernel.ubuntu.com/ubuntu/ubuntu-vivid.git - git clone --single-branch -b Ubuntu-4.4.0-51.72 git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git ${KERNEL_SRC} + git clone --single-branch -b Ubuntu-4.4.0-58.79 git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git ${KERNEL_SRC} tar czf ${KERNELSRCTAR} --exclude .git ${KERNEL_SRC} check_gcc: @@ -265,8 +265,6 @@ ${KERNEL_SRC}/README ${KERNEL_CFG_ORG}: ${KERNELSRCTAR} cd ${KERNEL_SRC}; patch -p1 < ../watchdog_implement-mei-iamt-driver.patch cd ${KERNEL_SRC}; patch -p1 < ../mei_drop-watchdog-code.patch cd ${KERNEL_SRC}; patch -p1 < ../mei_bus-whitelist-watchdog-client.patch - #sd: Fix rw_max for devices that report an optimal xfer size - cd ${KERNEL_SRC}; patch -p1 < ../sd-fix-rw_max.patch # IPoIB performance regression fix cd ${KERNEL_SRC}; patch -p1 < ../IB-ipoib-move-back-the-IB-LL-address-into-the-hard-header.patch sed -i ${KERNEL_SRC}/Makefile -e 's/^EXTRAVERSION.*$$/EXTRAVERSION=${EXTRAVERSION}/'