Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Tue, 21 Nov 2017 13:23:19
Message-Id: 1511270460.9ee3b0b4ce959bb60863808200d969b7e7bc394e.alicef@gentoo
1 commit: 9ee3b0b4ce959bb60863808200d969b7e7bc394e
2 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 21 13:21:00 2017 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 21 13:21:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee3b0b4
7
8 profiles: mask sys-kernel/ck-sources-4.14.0.ebuild Data corruption bug (bug 638206)
9
10 profiles/package.mask | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/profiles/package.mask b/profiles/package.mask
14 index 73c50a35177..d7c0a9167ea 100644
15 --- a/profiles/package.mask
16 +++ b/profiles/package.mask
17 @@ -31,11 +31,12 @@
18
19 # Alice Ferrazzi <alicef@g.o> (21 Nov 2017)
20 # A regression in kernel 4.14.0
21 -# Using bcache can destroy the filesystem.
22 +# Data corruption issue that affects at minimum bcache.
23 # The hope is that this patch will make it to 4.14.1 Bug #638206
24 =sys-kernel/vanilla-sources-4.14.1
25 =sys-kernel/vanilla-sources-4.14.0
26 =sys-kernel/gentoo-sources-4.14.0
27 +=sys-kernel/ck-sources-4.14.0
28
29 # Andreas Sturmlechner <asturm@g.o> (16 Nov 2017)
30 # Qt4WebKit is ancient and full of security holes.