commit: 091fc9984e6ea0cdc18d1897742c93f2d425e42f Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Fri Oct 2 14:07:41 2015 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Fri Oct 2 14:07:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091fc998
profiles: Mask kernel versions for deadlock bug. profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 25d9a65..8e78ff7b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,14 @@ #--- END OF EXAMPLES --- +# Mike Pagano <[email protected]> (2 Oct 2015) +# A regression in kernel 4.1.9 could lead to a system +# lockup. This has been fixed in gentoo-sources-4.1.9-r1 +# and the hope is that this patch will make it to 4.1.10 +# Expires (2 Oct 2017) +=sys-kernel/vanilla-sources-4.1.9 +=sys-kernel/gentoo-sources-4.1.9 + # Michał Górny <[email protected]> (1 Oct 2015) # Thoroughly broken for me since the switch to Python 3 / PyQt5. Masking # to account for opt-in testing.
