From b9d52a4c73495a85495edf318271fa7726f112f9 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Tue, 5 May 2026 21:41:10 +0100 Subject: [PATCH] fix: remove kernel eventfd patch from recipe (needs compile fix) Kernel eventfd patch (P0-eventfd-kernel.patch) caused build failure. Removed from recipe; patch preserved in local/patches/kernel/ for future fix. S1+S2 shipped: sem_open refcounting + name canonicalization. --- recipes/core/kernel/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/kernel/recipe.toml b/recipes/core/kernel/recipe.toml index cb98f1b06..ddd294b11 100644 --- a/recipes/core/kernel/recipe.toml +++ b/recipes/core/kernel/recipe.toml @@ -20,7 +20,7 @@ [source] git = "https://gitlab.redox-os.org/redox-os/kernel.git" rev = "866dfad0" -patches = ["../../../local/patches/kernel/redbear-consolidated.patch", "../../../local/patches/kernel/P8-msi.patch", "../../../local/patches/kernel/P2-rebrand-start-message.patch", "P0-eventfd-kernel.patch"] +patches = ["../../../local/patches/kernel/redbear-consolidated.patch", "../../../local/patches/kernel/P8-msi.patch", "../../../local/patches/kernel/P2-rebrand-start-message.patch"] [build] template = "custom"