mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 23:30:03 +02:00
This kernel supports the mesa OpenGL, OpenCL and Vulkan driver of the soon to be released mesa-25.1.0. As of 2025-05-2 =media-libs/mesa-9999[video_cards_asahi] will have working drivers. Both genpatches and the Asahi Linux tree carry the change from 1740_x86-insn-decoder-test-allow-longer-symbol-names.patch. So revert it after applying genpatches so that the Asahi Linux diff applies cleanly. Switch the Asahi Linux kernel patchset to '.diff' github URLs since the Asahi Linux tree has duplicate rust commits to ease change management. The duplicate commits are unfortunately reproduced in URLs like https://github.com/AsahiLinux/linux/compare/v6.14.4...asahi-6.14.4-1.patch. The '.diff' ones produce a simple diff between the two tags. Signed-off-by: Janne Grunau <j@jannau.net> Part-of: https://github.com/gentoo/gentoo/pull/41901 Closes: https://github.com/gentoo/gentoo/pull/41901 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
192 B
Diff
11 lines
192 B
Diff
--- b/arch/x86/tools/insn_decoder_test.c
|
|
+++ a/arch/x86/tools/insn_decoder_test.c
|
|
@@ -106,7 +106,7 @@
|
|
}
|
|
}
|
|
|
|
+#define BUFSIZE 256
|
|
-#define BUFSIZE 4096
|
|
|
|
int main(int argc, char **argv)
|
|
{
|