From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 337FF1396D9 for ; Tue, 21 Nov 2017 13:23:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5318DE0F18; Tue, 21 Nov 2017 13:23:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FB93E0F18 for ; Tue, 21 Nov 2017 13:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C030B33D3CE for ; Tue, 21 Nov 2017 13:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 536BBA284 for ; Tue, 21 Nov 2017 13:23:14 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1511270460.9ee3b0b4ce959bb60863808200d969b7e7bc394e.alicef@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: 9ee3b0b4ce959bb60863808200d969b7e7bc394e X-VCS-Branch: master Date: Tue, 21 Nov 2017 13:23:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bfe0e262-1556-40aa-9f10-8bb4fb477c49 X-Archives-Hash: 56a9dcc840bb30e17a750e2966a911e7 commit: 9ee3b0b4ce959bb60863808200d969b7e7bc394e Author: Alice Ferrazzi gentoo org> AuthorDate: Tue Nov 21 13:21:00 2017 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Tue Nov 21 13:21:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee3b0b4 profiles: mask sys-kernel/ck-sources-4.14.0.ebuild Data corruption bug (bug 638206) profiles/package.mask | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/package.mask b/profiles/package.mask index 73c50a35177..d7c0a9167ea 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -31,11 +31,12 @@ # Alice Ferrazzi (21 Nov 2017) # A regression in kernel 4.14.0 -# Using bcache can destroy the filesystem. +# Data corruption issue that affects at minimum bcache. # The hope is that this patch will make it to 4.14.1 Bug #638206 =sys-kernel/vanilla-sources-4.14.1 =sys-kernel/vanilla-sources-4.14.0 =sys-kernel/gentoo-sources-4.14.0 +=sys-kernel/ck-sources-4.14.0 # Andreas Sturmlechner (16 Nov 2017) # Qt4WebKit is ancient and full of security holes.