[openwrt/openwrt] ucode: update to Git HEAD (2025-11-19)

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 22 03:50:39 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/34aa00892359184ab68c8e66ba2b1aefdf5b2f06

commit 34aa00892359184ab68c8e66ba2b1aefdf5b2f06
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Fri Nov 21 02:08:09 2025 +0100

    ucode: update to Git HEAD (2025-11-19)
    
    8567eef4d3a5 examples/execute-file: free program
    292e0f87cbf7 examples: free syntax_error
    fd5889028f5e Revert "nl80211: read all pending event messages"
    80a88b852620 types: add ucv_string_alloc helper function
    
    The removed patch was applied upstream.
    
    Link: https://github.com/openwrt/openwrt/pull/20850
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/utils/ucode/Makefile                       |  6 +++---
 ...t-nl80211-read-all-pending-event-messages.patch | 22 ----------------------
 2 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index 45740848fb..1ca10cb88d 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/jow-/ucode.git
-PKG_SOURCE_DATE:=2025-11-07
-PKG_SOURCE_VERSION:=ea579046a619e5325b994780bf2ce1ffde448794
-PKG_MIRROR_HASH:=4c152c337963eda588650f439f7633fc1ead20864d8939e45fd95563ea2b0b4f
+PKG_SOURCE_DATE:=2025-11-19
+PKG_SOURCE_VERSION:=48ed18d2532e9197212c34473ab926c7b5e8ac73
+PKG_MIRROR_HASH:=34529706bcb413dffb3d73e78fe97971bd2b518c097c86470edadc1ca79a480c
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 
diff --git a/package/utils/ucode/patches/010-Revert-nl80211-read-all-pending-event-messages.patch b/package/utils/ucode/patches/010-Revert-nl80211-read-all-pending-event-messages.patch
deleted file mode 100644
index 0af66b25ad..0000000000
--- a/package/utils/ucode/patches/010-Revert-nl80211-read-all-pending-event-messages.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Felix Fietkau <nbd at nbd.name>
-Date: Tue, 14 Oct 2025 10:59:26 +0000
-Subject: [PATCH] Revert "nl80211: read all pending event messages"
-
-This reverts commit 387880348c89b5be54ddf13b9543b19266dd02ae.
-This commit is broken and causes infinite polling on netlink sockets.
-
-Signed-off-by: Felix Fietkau <nbd at nbd.name>
----
-
---- a/lib/nl80211.c
-+++ b/lib/nl80211.c
-@@ -2722,8 +2722,7 @@ uc_nl_request(uc_vm_t *vm, size_t nargs)
- static void
- uc_nl_listener_cb(struct uloop_fd *fd, unsigned int events)
- {
--	while (nl_recvmsgs(nl80211_conn.evsock, nl80211_conn.evsock_cb) == 0)
--		;
-+	nl_recvmsgs(nl80211_conn.evsock, nl80211_conn.evsock_cb);
- }
- 
- static uc_value_t *




More information about the lede-commits mailing list