From 7798ed86eb0c6ff7e505c97b9f43d02e8f7baa9a Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Sun, 17 May 2026 15:25:36 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20P20=20forward=20patch=20?= =?UTF-8?q?=E2=80=94=20cascading=20context=20issues=20with=20P16-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit x2APIC ICR mode fix cannot be a forward patch because P16-1-sipi-timing references the ICR line as context. Modifying P1 (which introduces the line) would require updating P16-1's offsets. Will address by consolidating into an existing early patch in a future revision. --- recipes/core/kernel/recipe.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/core/kernel/recipe.toml b/recipes/core/kernel/recipe.toml index 122849a46d..ed293261f3 100644 --- a/recipes/core/kernel/recipe.toml +++ b/recipes/core/kernel/recipe.toml @@ -34,7 +34,6 @@ patches = [ "../../../local/patches/kernel/P17-3-sched-affinity.patch", "../../../local/patches/kernel/P17-3-syscall-dispatch.patch", "../../../local/patches/kernel/P19-2-irq-debug.patch", - "../../../local/patches/kernel/P20-x2apic-icr-mode-fix.patch", ] [build]