Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.9 commit in: /
Date: Wed, 30 May 2018 22:34:13
Message-Id: 1527719632.6249086451bf9c65061b1b7c2bb66c6d4b661930.mpagano@gentoo
1 commit: 6249086451bf9c65061b1b7c2bb66c6d4b661930
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 22:33:52 2018 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 22:33:52 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=62490864
7
8 Linux 4.9.105
9
10 0000_README | 4 ++++
11 1104_linux-4.9.105.patch | 24 ++++++++++++++++++++++++
12 2 files changed, 28 insertions(+)
13
14 diff --git a/0000_README b/0000_README
15 index e808f94..acb7925 100644
16 --- a/0000_README
17 +++ b/0000_README
18 @@ -459,6 +459,10 @@ Patch: 1103_linux-4.9.104.patch
19 From: http://www.kernel.org
20 Desc: Linux 4.9.104
21
22 +Patch: 1104_linux-4.9.105.patch
23 +From: http://www.kernel.org
24 +Desc: Linux 4.9.105
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/1104_linux-4.9.105.patch b/1104_linux-4.9.105.patch
31 new file mode 100644
32 index 0000000..7831777
33 --- /dev/null
34 +++ b/1104_linux-4.9.105.patch
35 @@ -0,0 +1,24 @@
36 +diff --git a/Makefile b/Makefile
37 +index 780dcc8033b2..7d06dba3fde8 100644
38 +--- a/Makefile
39 ++++ b/Makefile
40 +@@ -1,6 +1,6 @@
41 + VERSION = 4
42 + PATCHLEVEL = 9
43 +-SUBLEVEL = 104
44 ++SUBLEVEL = 105
45 + EXTRAVERSION =
46 + NAME = Roaring Lionus
47 +
48 +diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c
49 +index 1ac55b116d5a..cbff0d6ff1ac 100644
50 +--- a/net/ipv4/ip_vti.c
51 ++++ b/net/ipv4/ip_vti.c
52 +@@ -396,6 +396,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;