Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:3.18 commit in: /
Date: Tue, 03 Nov 2015 18:39:59
Message-Id: 1446575986.22cf0359e3a1f6a2406230bdd75bb7a63c3212d0.mpagano@gentoo
1 commit: 22cf0359e3a1f6a2406230bdd75bb7a63c3212d0
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 18:39:46 2015 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 18:39:46 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=22cf0359
7
8 Linux patch 3.18.24
9
10 0000_README | 4 ++++
11 1023_linux-3.18.24.patch | 24 ++++++++++++++++++++++++
12 2 files changed, 28 insertions(+)
13
14 diff --git a/0000_README b/0000_README
15 index 84e11a6..d829823 100644
16 --- a/0000_README
17 +++ b/0000_README
18 @@ -135,6 +135,10 @@ Patch: 1022_linux-3.18.23.patch
19 From: http://www.kernel.org
20 Desc: Linux 3.18.23
21
22 +Patch: 1023_linux-3.18.24.patch
23 +From: http://www.kernel.org
24 +Desc: Linux 3.18.24
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/1023_linux-3.18.24.patch b/1023_linux-3.18.24.patch
31 new file mode 100644
32 index 0000000..bed3a75
33 --- /dev/null
34 +++ b/1023_linux-3.18.24.patch
35 @@ -0,0 +1,24 @@
36 +diff --git a/Makefile b/Makefile
37 +index 2ebc49903d33..9769e3bce6a2 100644
38 +--- a/Makefile
39 ++++ b/Makefile
40 +@@ -1,6 +1,6 @@
41 + VERSION = 3
42 + PATCHLEVEL = 18
43 +-SUBLEVEL = 23
44 ++SUBLEVEL = 24
45 + EXTRAVERSION =
46 + NAME = Diseased Newt
47 +
48 +diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c
49 +index fea7d905e77c..04e7d8e38c53 100644
50 +--- a/drivers/tty/n_tty.c
51 ++++ b/drivers/tty/n_tty.c
52 +@@ -364,7 +364,6 @@ static void n_tty_packet_mode_flush(struct tty_struct *tty)
53 + spin_lock_irqsave(&tty->ctrl_lock, flags);
54 + if (tty->link->packet) {
55 + tty->ctrl_status |= TIOCPKT_FLUSHREAD;
56 +- spin_unlock_irqrestore(&tty->ctrl_lock, flags);
57 + wake_up_interruptible(&tty->link->read_wait);
58 + }
59 + spin_unlock_irqrestore(&tty->ctrl_lock, flags);