commit: 825a76a29e443fae726e588302eecc24061133e3 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Mon Jul 5 00:06:28 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Jul 5 00:08:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825a76a2
profiles: mask kernels 5.13.0 due to page_alloc bug non-maintainer fix due to holiday schedule breaks nfs completely Bug: https://bugs.gentoo.org/800551 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 5942b82e540..4c6e862664d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Georgy Yakovlev <[email protected]> +# severely broken nfs +# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ff4b2b4014cbffb3d32b22629252f4dc8616b0fe +# feel free to unmask if it works for you +=sys-kernel/gentoo-sources-5.13.0 +=sys-kernel/vanilla-sources-5.13.0 + # Matt Turner <[email protected]> (2021-07-04) # Not used by any package. Has not worked for a very long time # as far as I can tell.
