Re: [VOTE] OpenWrt Two

2025-02-12 Thread Leon Busch-George
Are you expecting a "no" from anyone here? ;) I'll have one, please! On Wed, 12 Feb 2025 19:44:58 +0100 John Crispin wrote: > Hi, > > starting a [VOTE] to get approval allowing me to begin the > development of OpenWrt "Two". > > "Two" will have all of the features that "One" has with the follo

Re: [PATCH usteer v3 0/9] Better handling of unfriendly STAs / IEEE enhancements / MBO

2024-11-07 Thread Leon Busch-George
Sorry, wenn vielleicht unangebracht: https://www.youtube.com/watch?v=NisCkxU544c Kudos zum git-send-email-Meistern! 🍺 On Thu, 7 Nov 2024 12:23:04 +0100 Nils Hendrik Rottgardt wrote: > Hi all. > > I am new to OpenWRT devel so thanks for the replies on V1 and V2. I > decided to make a fresh V3

Re: [PATCH v2] Makefile: use shell to calculate map_size

2024-03-05 Thread Leon Busch-George
A colleague made me aware that the '[ -n "$$end" ]' is not necessary since 'read' already returns an exit code. v3 inc On Mon, 4 Mar 2024 21:38:56 +0100 "Leon M. Busch-George" wrote: > From: "Leon M. Busch-George" > > The error message "bc: command not found" is easily missed since the > bu

Re: [PATCH] Makefile: use shell to calculate map_size

2024-03-04 Thread Leon Busch-George
Oops! That should have went to the list as well... On Mon, 4 Mar 2024 15:40:07 +0100 Leon Busch-George wrote: > Hi Dragan :-) > > Thanks for your reply! > > On Sat, 02 Mar 2024 22:13:08 +0100 > Dragan Simic wrote: > > > > + awk &#x

Re: [PATCH 1/3] respect limitedness of the phy name buffer

2024-03-02 Thread Leon Busch-George
Oops - sorry! Typos, missing words, missing subject prefix.. Let me resubmit that. On Sat, 2 Mar 2024 00:16:20 +0100 "Leon M. Busch-George" wrote: > From: "Leon M. Busch-George" > > This prevents potential buffer overflows while writing to the phy > name buffer buffer. Additionally, truncate

Re: [PATCH master,23.05] ramips: fix ZyXEL NR7101 bricking typo

2023-10-16 Thread Leon Busch-George
Hi, that was my mistake - sorry! Thanks for finding and fixing it :-) I keep accidentally tapping the R key when jumping over words (E) for some reason. "Purging the r's" is something I do quite regularly. But a 't'? :-D Regarding the detection of such mistakes: To retain alphabetical ordering,

Re: [PATCH uci] uci: decrease the n_section when section is freed

2023-09-14 Thread Leon Busch-George
Hi Jan, On Thu, 7 Sep 2023 18:12:56 +0200 Jan Venekamp wrote: > Could you provided a example / test case for this behaviour? Before finding and applying Jeff's patch I had written a small test application that creates a few random sections in the 'dhcp' UCI package and deletes them again (uc

Re: [PATCH uci] uci: decrease the n_section when section is freed

2023-09-03 Thread Leon Busch-George
No idea whether this fix is entirely correct but I also encountered the issue and the patch fixes them. When a large enough number of sections is deleted, it is also possible to go out of bounds leading to segmentation faults. On Tue, 29 Aug 2023 19:58:46 +0800 Jeff Shiu wrote: > The package n_

relying on UCI wireless config being ready in ieee80211 hotplug handlers

2023-08-21 Thread Leon Busch-George
Hi :-) Recently, a race condition was discovered which relates to `wifi config` being called before `board_detect`. It was fixed by creating a marker file `/tmp/.config_pending` (b993a00b82b, in /etc/init.d/boot). While the marker is present, `wifi config` exits without doing anything (exit cod