commit: 856f939b83d68eb3bab444cdcea2918e1248f7cb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 12 14:54:22 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 14:54:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856f939b
profiles/arch/sparc: mask liburing[test] Exposes a kernel bug which causes system lockup on catbus at least. Bug: https://bugs.gentoo.org/899540 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 533968ff55b2..b2ef13e178fd 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2024-10-12) +# Exposes a kernel bug which causes system lockup (bug #899540) +sys-libs/liburing test + # David Roman <[email protected]> (2024-10-04) # dev-libs/libunibreak not keyworded here media-libs/libass libunibreak
