]> git.proxmox.com Git - pve-kernel-jessie.git/commitdiff
update e1000e to 3.3.5.3
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 3 Mar 2017 14:04:19 +0000 (15:04 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 3 Mar 2017 15:26:24 +0000 (16:26 +0100)
Makefile
e1000e-3.3.5.3.tar.gz [new file with mode: 0644]
e1000e-3.3.5.tar.gz [deleted file]
igb_e1000e-kcompat-version-check-fix.patch [deleted file]

index e0cc16f817ad71ed3bbe7a3fe6e62ca81efc74a7..e72e496f6c6e66a082cea9a1d8b7153e03e5cef7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ FW_VER=1.1
 FW_REL=11
 FW_DEB=pve-firmware_${FW_VER}-${FW_REL}_all.deb
 
-E1000EDIR=e1000e-3.3.5
+E1000EDIR=e1000e-3.3.5.3
 E1000ESRC=${E1000EDIR}.tar.gz
 
 IGBDIR=igb-5.3.5.3
@@ -282,8 +282,6 @@ e1000e.ko e1000e: .compile_mark ${E1000ESRC}
        rm -rf ${E1000EDIR}
        tar xf ${E1000ESRC}
        [ ! -e /lib/modules/${KVNAME}/build ] || rm /lib/modules/${KVNAME}/build
-       # patch used for igb and e1000e!
-       cd ${E1000EDIR}; patch -p1 < ../igb_e1000e-kcompat-version-check-fix.patch
        cd ${E1000EDIR}/src; make BUILD_KERNEL=${KVNAME} KSRC=${TOP}/${KERNEL_SRC}
        cp ${E1000EDIR}/src/e1000e.ko e1000e.ko
 
diff --git a/e1000e-3.3.5.3.tar.gz b/e1000e-3.3.5.3.tar.gz
new file mode 100644 (file)
index 0000000..c67490d
Binary files /dev/null and b/e1000e-3.3.5.3.tar.gz differ
diff --git a/e1000e-3.3.5.tar.gz b/e1000e-3.3.5.tar.gz
deleted file mode 100644 (file)
index 9c543ad..0000000
Binary files a/e1000e-3.3.5.tar.gz and /dev/null differ
diff --git a/igb_e1000e-kcompat-version-check-fix.patch b/igb_e1000e-kcompat-version-check-fix.patch
deleted file mode 100644 (file)
index 8f72387..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/src/kcompat.h.orig b/src/kcompat.h
-index ceabd81..e1fa5ac 100644
---- a/src/kcompat.h.orig
-+++ b/src/kcompat.h
-@@ -4809,14 +4809,6 @@ static inline bool page_is_pfmemalloc(struct page __maybe_unused *page)
- #endif /* 4.5.0 */
- #if (LINUX_VERSION_CODE < KERNEL_VERSION(4,6,0))
--#if !(UBUNTU_VERSION_CODE && UBUNTU_VERSION_CODE >= UBUNTU_VERSION(4,4,0,21))
--static inline void napi_consume_skb(struct sk_buff *skb,
--                                  int __always_unused budget)
--{
--      dev_consume_skb_any(skb);
--}
--
--#endif /* UBUNTU_VERSION(4,4,0,21) */
- static inline void csum_replace_by_diff(__sum16 *sum, __wsum diff)
- {
-       * sum = csum_fold(csum_add(diff, ~csum_unfold(*sum)));