Re: realtek/rtl838x: regression in f909059b74 caused by procd segfault in libubox

2024-01-26 Thread Dustin Howett
> Please try the latest version. It works! Thanks for the quick fix. d ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

realtek/rtl838x: regression in f909059b74 caused by procd segfault in libubox

2024-01-26 Thread Dustin Howett
I am seeing this on x86/64-glibc as well. It looks like procd is falling over in udebug_entry_vprintf at the *second* vprintf after udebug_buf_alloc. This appears to occur when there are log messages longer than the minimum allocation size (128) and we trip into the second allocation pass.

Re: [OpenWrt-Devel] Proposal: Differentiating "skinny" platforms from others... (resending)

2020-05-02 Thread Dustin Howett
I'm concerned about introducing a global configuration symbol that changes the behavior of any individual package--right now, large- and small-format devices share the same package feeds, and there's no provision in opkg for package variant flags. This suggests that we'd need to host a feed for

Re: [OpenWrt-Devel] EFI images for x86

2019-06-06 Thread Dustin Howett
I've been running with some version or another of the EFI patches for about six months now; sysupgrade works fine, and there aren't any reboot or stability issues that I've seen. I'd be happy to contribute a review, especially if it helps EFI support land in master. Is there any desire to move

Re: [OpenWrt-Devel] [RFC 6/6] grub2: add preinit hook for bootloader upgrade

2019-01-16 Thread Dustin Howett
I'm somewhat apprehensive about this applying to all targets that consume GRUB2. On x86 and x86_64 images, I believe sysupgrade lays down every partition in the image over its equivalent already on the device. Since the bootloader (MBR, presumably, for most x86 targets) lives in the early part of