gentoo-ebuilds/sys-kernel/asahi-sources/files/1740_revert_x86-insn-decoder-test-allow-longer-symbol-names.patch
Janne Grunau d07534377f
sys-kernel/asahi-sources: add 6.14.4_p1
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>
2025-05-21 23:00:41 +01:00

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)
{