Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Fri, 02 Oct 2015 14:07:51
Message-Id: 1443794861.091fc9984e6ea0cdc18d1897742c93f2d425e42f.mpagano@gentoo
1 commit: 091fc9984e6ea0cdc18d1897742c93f2d425e42f
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 14:07:41 2015 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 14:07:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091fc998
7
8 profiles: Mask kernel versions for deadlock bug.
9
10 profiles/package.mask | 8 ++++++++
11 1 file changed, 8 insertions(+)
12
13 diff --git a/profiles/package.mask b/profiles/package.mask
14 index 25d9a65..8e78ff7b 100644
15 --- a/profiles/package.mask
16 +++ b/profiles/package.mask
17 @@ -30,6 +30,14 @@
18
19 #--- END OF EXAMPLES ---
20
21 +# Mike Pagano <mpagano@g.o> (2 Oct 2015)
22 +# A regression in kernel 4.1.9 could lead to a system
23 +# lockup. This has been fixed in gentoo-sources-4.1.9-r1
24 +# and the hope is that this patch will make it to 4.1.10
25 +# Expires (2 Oct 2017)
26 +=sys-kernel/vanilla-sources-4.1.9
27 +=sys-kernel/gentoo-sources-4.1.9
28 +
29 # Michał Górny <mgorny@g.o> (1 Oct 2015)
30 # Thoroughly broken for me since the switch to Python 3 / PyQt5. Masking
31 # to account for opt-in testing.