]> git.proxmox.com Git - pve-kernel-jessie.git/blobdiff - Makefile
sd: Fix rw_max for devices that report an optimal xfer size
[pve-kernel-jessie.git] / Makefile
index 38df2ebb56baf9700a89180fd6c8deb5078f4a68..8c724fee5c5b9c9be44e7aeccfa355b052d18c50 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.2
 
 # also update proxmox-ve/changelog if you change KERNEL_VER or KREL
 KERNEL_VER=4.4.16
-PKGREL=62
+PKGREL=63
 # also include firmware of previous version into
 # the fw package:  fwlist-2.6.32-PREV-pve
 KREL=1
@@ -266,6 +266,8 @@ ${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
        sed -i ${KERNEL_SRC}/Makefile -e 's/^EXTRAVERSION.*$$/EXTRAVERSION=${EXTRAVERSION}/'
        touch $@