Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.4 commit in: /
Date: Wed, 30 May 2018 22:35:12
Message-Id: 1527719698.1525bf5cf670abadfa2bf345f41833f2a263cd60.mpagano@gentoo
1 commit: 1525bf5cf670abadfa2bf345f41833f2a263cd60
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 22:34:58 2018 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 22:34:58 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1525bf5c
7
8 Linux patch 4.4.135
9
10 0000_README | 4 ++++
11 1134_linux-4.4.135.patch | 24 ++++++++++++++++++++++++
12 2 files changed, 28 insertions(+)
13
14 diff --git a/0000_README b/0000_README
15 index 300dbde..5c020fc 100644
16 --- a/0000_README
17 +++ b/0000_README
18 @@ -579,6 +579,10 @@ Patch: 1133_linux-4.4.134.patch
19 From: http://www.kernel.org
20 Desc: Linux 4.4.134
21
22 +Patch: 1134_linux-4.4.135.patch
23 +From: http://www.kernel.org
24 +Desc: Linux 4.4.135
25 +
26 Patch: 1500_XATTR_USER_PREFIX.patch
27 From: https://bugs.gentoo.org/show_bug.cgi?id=470644
28 Desc: Support for namespace user.pax.* on tmpfs.
29
30 diff --git a/1134_linux-4.4.135.patch b/1134_linux-4.4.135.patch
31 new file mode 100644
32 index 0000000..d31ea12
33 --- /dev/null
34 +++ b/1134_linux-4.4.135.patch
35 @@ -0,0 +1,24 @@
36 +diff --git a/Makefile b/Makefile
37 +index 119dbcb4f311..9b14a5a224c5 100644
38 +--- a/Makefile
39 ++++ b/Makefile
40 +@@ -1,6 +1,6 @@
41 + VERSION = 4
42 + PATCHLEVEL = 4
43 +-SUBLEVEL = 134
44 ++SUBLEVEL = 135
45 + EXTRAVERSION =
46 + NAME = Blurry Fish Butt
47 +
48 +diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c
49 +index fa79e8118b9b..4b7c81f88abf 100644
50 +--- a/net/ipv4/ip_vti.c
51 ++++ b/net/ipv4/ip_vti.c
52 +@@ -366,6 +366,7 @@ static int vti_tunnel_init(struct net_device *dev)
53 + memcpy(dev->dev_addr, &iph->saddr, 4);
54 + memcpy(dev->broadcast, &iph->daddr, 4);
55 +
56 ++ dev->mtu = ETH_DATA_LEN;
57 + dev->flags = IFF_NOARP;
58 + dev->addr_len = 4;
59 + dev->features |= NETIF_F_LLTX;