commit: c7f0cf36664af591f3168497c4e0de810b84ab48 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Fri Dec 18 16:47:34 2020 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Fri Dec 18 16:47:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f0cf36
package.mask: Fix for serious data corruption bug when using F2FS See https://bugzilla.kernel.org/show_bug.cgi?id=210765 Feel free to manually unmask when not using F2Fs. Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> profiles/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 6611593a20b..7a8cad85ec5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,15 @@ #--- END OF EXAMPLES --- +# Mike Pagano <[email protected]> (2020-12-18) +# Serious data corruption bug when using F2FS, +# see https://bugzilla.kernel.org/show_bug.cgi?id=210765 +# Feel free to manually unmask when not using F2FS. +=sys-kernel/gentoo-sources-5.10.0 +=sys-kernel/gentoo-sources-5.10.1 +=sys-kernel/vanilla-sources-5.10.1 +=sys-kernel/vanilla-sources-5.10.0 + # Michał Górny <[email protected]> (2020-12-18) # Unmaintained. Last bumped in 2008. Last upstream (beta) in 2014. # The current Gentoo version fails to install.
