ucode: update to Git HEAD (2025-11-19)
authorHauke Mehrtens <[email protected]>
Fri, 21 Nov 2025 01:08:09 +0000 (02:08 +0100)
committerHauke Mehrtens <[email protected]>
Sat, 22 Nov 2025 11:50:01 +0000 (12:50 +0100)
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 <[email protected]>
package/utils/ucode/Makefile
package/utils/ucode/patches/010-Revert-nl80211-read-all-pending-event-messages.patch [deleted file]

index 45740848fb651e0dff9b45904abf575fa19ba937..1ca10cb88d5f37b6aedabedd7a209bf722ae41eb 100644 (file)
@@ -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 <[email protected]>
 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 (file)
index 0af66b2..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Felix Fietkau <[email protected]>
-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 <[email protected]>
----
-
---- 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 *