patches: carry forward libubox runqueue fix (0030)

Prevents clearing the cancelled flag when a runqueue task is cancelled.

Renumbered from patches/0041.

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-10-19 00:00:00 +02:00
parent 8f21896227
commit 1451c0aa13

View File

@@ -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 <john@phrozen.org>
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 <john@phrozen.org>
---
.../libs/libubox/patches/000-runqueue-cancle.patch | 12 ++++++++++++