Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.14 commit in: /
Date: Wed, 30 May 2018 22:33:06
Message-Id: 1527719573.261a8d3776a053c2625797b867d00d9e978b3a0a.mpagano@gentoo
1 commit: 261a8d3776a053c2625797b867d00d9e978b3a0a
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 22:32:53 2018 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 22:32:53 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=261a8d37
7
8 Linux patch 4.14.47
9
10 0000_README | 4 ++++
11 1046_linux-4.14.47.patch | 25 +++++++++++++++++++++++++
12 2 files changed, 29 insertions(+)
13
14 diff --git a/0000_README b/0000_README
15 index 63dde0e..7a38d72 100644
16 --- a/0000_README
17 +++ b/0000_README
18 @@ -227,6 +227,10 @@ Patch: 1045_linux-4.14.46.patch
19 From: http://www.kernel.org
20 Desc: Linux 4.14.46
21
22 +Patch: 1046_linux-4.14.47.patch
23 +From: http://www.kernel.org
24 +Desc: Linux 4.14.47
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/1046_linux-4.14.47.patch b/1046_linux-4.14.47.patch
31 new file mode 100644
32 index 0000000..ded7b4e
33 --- /dev/null
34 +++ b/1046_linux-4.14.47.patch
35 @@ -0,0 +1,25 @@
36 +diff --git a/Makefile b/Makefile
37 +index 3b1845f2b8f8..d6db01a02252 100644
38 +--- a/Makefile
39 ++++ b/Makefile
40 +@@ -1,7 +1,7 @@
41 + # SPDX-License-Identifier: GPL-2.0
42 + VERSION = 4
43 + PATCHLEVEL = 14
44 +-SUBLEVEL = 46
45 ++SUBLEVEL = 47
46 + EXTRAVERSION =
47 + NAME = Petit Gorille
48 +
49 +diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c
50 +index 5c5699c08575..00d4371d4573 100644
51 +--- a/net/ipv4/ip_vti.c
52 ++++ b/net/ipv4/ip_vti.c
53 +@@ -396,6 +396,7 @@ static int vti_tunnel_init(struct net_device *dev)
54 + memcpy(dev->dev_addr, &iph->saddr, 4);
55 + memcpy(dev->broadcast, &iph->daddr, 4);
56 +
57 ++ dev->mtu = ETH_DATA_LEN;
58 + dev->flags = IFF_NOARP;
59 + dev->addr_len = 4;
60 + dev->features |= NETIF_F_LLTX;