diff options
author | Mike Pagano <mpagano@gentoo.org> | 2015-10-02 10:07:41 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2015-10-02 10:07:41 -0400 |
commit | 091fc9984e6ea0cdc18d1897742c93f2d425e42f (patch) | |
tree | 6742368c013fe1d019b8d28443eddc82c5016678 /profiles | |
parent | dev-lang/python: add upstream fix for testing w/gcc-5 #547626 (diff) | |
download | gentoo-091fc9984e6ea0cdc18d1897742c93f2d425e42f.tar.gz gentoo-091fc9984e6ea0cdc18d1897742c93f2d425e42f.tar.bz2 gentoo-091fc9984e6ea0cdc18d1897742c93f2d425e42f.zip |
profiles: Mask kernel versions for deadlock bug.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 25d9a65977e5..8e78ff7b9424 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,14 @@ #--- END OF EXAMPLES --- +# Mike Pagano <mpagano@gentoo.org> (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 <mgorny@gentoo.org> (1 Oct 2015) # Thoroughly broken for me since the switch to Python 3 / PyQt5. Masking # to account for opt-in testing. |