diff --git a/patches/0041-libubox-do-not-clear-the-cancled-flag-when-a-runqueu.patch b/patches-24.10/0030-libubox-do-not-clear-the-cancled-flag-when-a-runqueu.patch similarity index 79% rename from patches/0041-libubox-do-not-clear-the-cancled-flag-when-a-runqueu.patch rename to patches-24.10/0030-libubox-do-not-clear-the-cancled-flag-when-a-runqueu.patch index a5d62f10f..b544bc50b 100644 --- a/patches/0041-libubox-do-not-clear-the-cancled-flag-when-a-runqueu.patch +++ b/patches-24.10/0030-libubox-do-not-clear-the-cancled-flag-when-a-runqueu.patch @@ -1,9 +1,11 @@ -From 87373db3b74851bc9ff550cb42189a9051a01052 Mon Sep 17 00:00:00 2001 +From a38d5964530b70fe16d13345dc27342686724170 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 7 Sep 2022 11:08:14 +0200 -Subject: [PATCH 41/68] libubox: do not clear the cancled flag when a runqueue +Subject: [PATCH 30/55] libubox: do not clear the cancled flag when a runqueue task is aborted +Preserves cancelled state when runqueue tasks complete, allowing completion handlers to distinguish between normal and cancelled task termination. + Signed-off-by: John Crispin --- .../libs/libubox/patches/000-runqueue-cancle.patch | 12 ++++++++++++