commit: 1525bf5cf670abadfa2bf345f41833f2a263cd60 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Wed May 30 22:34:58 2018 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Wed May 30 22:34:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1525bf5c
Linux patch 4.4.135 0000_README | 4 ++++ 1134_linux-4.4.135.patch | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/0000_README b/0000_README index 300dbde..5c020fc 100644 --- a/0000_README +++ b/0000_README @@ -579,6 +579,10 @@ Patch: 1133_linux-4.4.134.patch From: http://www.kernel.org Desc: Linux 4.4.134 +Patch: 1134_linux-4.4.135.patch +From: http://www.kernel.org +Desc: Linux 4.4.135 + Patch: 1500_XATTR_USER_PREFIX.patch From: https://bugs.gentoo.org/show_bug.cgi?id=470644 Desc: Support for namespace user.pax.* on tmpfs. diff --git a/1134_linux-4.4.135.patch b/1134_linux-4.4.135.patch new file mode 100644 index 0000000..d31ea12 --- /dev/null +++ b/1134_linux-4.4.135.patch @@ -0,0 +1,24 @@ +diff --git a/Makefile b/Makefile +index 119dbcb4f311..9b14a5a224c5 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 4 +-SUBLEVEL = 134 ++SUBLEVEL = 135 + EXTRAVERSION = + NAME = Blurry Fish Butt + +diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c +index fa79e8118b9b..4b7c81f88abf 100644 +--- a/net/ipv4/ip_vti.c ++++ b/net/ipv4/ip_vti.c +@@ -366,6 +366,7 @@ static int vti_tunnel_init(struct net_device *dev) + memcpy(dev->dev_addr, &iph->saddr, 4); + memcpy(dev->broadcast, &iph->daddr, 4); + ++ dev->mtu = ETH_DATA_LEN; + dev->flags = IFF_NOARP; + dev->addr_len = 4; + dev->features |= NETIF_F_LLTX;
