<owrt-images-builds> Build [#242](https://buildbot.openwrt.org/images/#/builders/266/builds/242) of `main_qualcommax/ipq50xx` failed: failed Packages installed (failure)
<owrt-images-builds> Build [#322](https://buildbot.openwrt.org/images/#/builders/52/builds/322) of `main_omap/generic` failed: failed Git remote refs fetched (failure)
goliath has quit [Quit: SIGSEGV]
gch981213 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
gch981213 has joined #openwrt-devel
efahl is now known as Guest25433
efahl has joined #openwrt-devel
Guest25433 has quit [Remote host closed the connection]
rua has quit [Quit: Leaving.]
mapb has quit [Ping timeout: 480 seconds]
mapb has joined #openwrt-devel
KGB-2 has quit [Remote host closed the connection]
KGB-2 has joined #openwrt-devel
efahl has quit [Remote host closed the connection]
efahl has joined #openwrt-devel
schwicht has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
efahl has quit [Remote host closed the connection]
valku has quit [Quit: valku]
Fijxu_ has quit []
Fijxu has joined #openwrt-devel
etra has quit [Quit: ZNC 1.8.2 - https://znc.in]
etra has joined #openwrt-devel
etra has quit [Quit: ZNC 1.8.2 - https://znc.in]
etra has joined #openwrt-devel
etra has quit [Quit: ZNC 1.8.2 - https://znc.in]
etra has joined #openwrt-devel
etra has quit []
etra has joined #openwrt-devel
rua has joined #openwrt-devel
sorinello has joined #openwrt-devel
n3ph has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
<enyc> Habbie: many reasons, many small fixes security or otherwise; if a bug still present reporting it against that point, useful as delineator clear version change on those back-and-forth partition routers; ...
n3ph has joined #openwrt-devel
<enyc> Habbie: tends to be a time for me to re-run my imagebuilder commands, make images etc...
Borromini has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
meiser79 has joined #openwrt-devel
goliath has joined #openwrt-devel
rua has quit [Remote host closed the connection]
mark22k has joined #openwrt-devel
rua has joined #openwrt-devel
etra has quit [Quit: ZNC 1.8.2 - https://znc.in]
etra has joined #openwrt-devel
<T-Bone> nbd: test location looking really good with no visible side effects so far
T-Bone is now known as f00b4r0
<f00b4r0> nbd: also I'll open a GH issue with my current findings on the filogic VLAN leak, maybe it'll be useful. The gist of it is there is an untagged LLC frame being emitted on non-DSA ports when a new MAC is learnt by the device for a bridge vlan tagged member. This doesn't happen on DSA ports so I suspect some internal DSA thing is leaking out but couldn't find clues in the code yet.
Borromini has quit [Ping timeout: 480 seconds]
grift has quit [Quit: Bye]
grift has joined #openwrt-devel
grift has quit [Quit: Bye]
grift has joined #openwrt-devel
xdarklight_ has quit [Quit: ZNC - https://znc.in]
xdarklight has joined #openwrt-devel
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
<f00b4r0> nbd: https://github.com/openwrt/openwrt/issues/19916 tried to be as detailed yet concise as possible
Sawzallz has joined #openwrt-devel
Sawzall has quit [Ping timeout: 480 seconds]
n3ph_ has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
minimal has joined #openwrt-devel
Borromini has joined #openwrt-devel
noahm has quit [Quit: reboot]
noahm has joined #openwrt-devel
valku has joined #openwrt-devel
valku has quit [Remote host closed the connection]
Borromini has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
<owrt-images-builds> Build [#321](https://buildbot.openwrt.org/images/#/builders/58/builds/321) of `main_apm821xx/sata` failed: failed Packages installed (failure)
schwicht has joined #openwrt-devel
efahl has joined #openwrt-devel
rua has joined #openwrt-devel
efahl has quit [Read error: Connection reset by peer]
rua has quit []
rua has joined #openwrt-devel
efahl has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rua has quit [Quit: Leaving.]
grafcube has joined #openwrt-devel
vincejv has quit []
vincejv has joined #openwrt-devel
rua has joined #openwrt-devel
efahl has quit [Remote host closed the connection]
Borromini has joined #openwrt-devel
killgufo has quit [Quit: Byez]
killgufo has joined #openwrt-devel
plappermaul has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
noltari has quit [Quit: Bye ~ Happy Hacking!]
noltari has joined #openwrt-devel
<nbd> f00b4r0: ping
<f00b4r0> nbd: pong
<nbd> thanks for the update and the detailed information on the vlan leak
<f00b4r0> nbd: np yw. I'm hoping that someone with more knowledge of that code will "immediately" know what's going on :)
<nbd> regarding the VLAN leak: one thing you could try is disable vlan tx offload on the non-DSA port sending the untagged packets
<nbd> via ethtool
<f00b4r0> more knowledge than I*
<nbd> and then check if the packets make it out tagged
<f00b4r0> I can do that right now
<f00b4r0> just a sec while I power up the test setup
<nbd> my theory is that maybe mtk_eth_soc vlan tx offload doesn't work with LLC packets
<nbd> if that's the case, it would be easy to fix
<f00b4r0> I'm not completely clear why there even is an LLC packet tbh
<nbd> generated by mac80211
<f00b4r0> ah ok
<nbd> it is emitted when a client is connected
<f00b4r0> I know nothing about wifi stuff. It shows :)
<nbd> to ensure that address tables know where the new location is
<f00b4r0> understood
<nbd> so the frame is never sent by the client, mac80211 acts as if it received that packet
<f00b4r0> ethertype 802.1Q (0x8100), length 60: vlan 2, p 0, 802.3LLC,
<f00b4r0> success
<f00b4r0> your hunch is correct
<nbd> cool
<nbd> i'll look into making a test patch for you
<f00b4r0> i'll update the issue
<f00b4r0> thanks. If we can get this into .3 it would be über cool
<nbd> sure. once it works, i'll backport it immediately
<f00b4r0> awesome thanks
_Lechu has quit [Ping timeout: 480 seconds]
Lechu has joined #openwrt-devel
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
<f00b4r0> thanks. Build host is booting :)
<f00b4r0> nbd: that's a builtin driver, right? I need to update the whole thing?
<nbd> yes
<f00b4r0> ok. that's going to take a lil longer but I'll do it now, next week is going to be a zoo for me
<nbd> ok, thx
<f00b4r0> np yw
n3ph_ has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
<f00b4r0> nbd: Works For Me™
<nbd> yay
<nbd> will send it upstream now, then add it to master/24.10
<f00b4r0> thanks a lot
n3ph has quit [Ping timeout: 480 seconds]
<djfe> <3
<nbd> f00b4r0: so is that bug the primary cause of the reported roaming failures?
<nbd> or are there other related issues?
<f00b4r0> my current analysis is that it is the primary cause yes.
<f00b4r0> it messes up ARP tables on routers and switches and then hell breaks loose
<f00b4r0> DHCP seems especially affected: renewals REPLYs where never reaching the clients
<f00b4r0> I don't want to jinx it but I think that all the major bugs I'm aware of would now be fixed (assuming the slab leak is fixed also, which I haven't had time to confirm yet)
<f00b4r0> so kudos
<owrt-images-builds> Build [#243](https://buildbot.openwrt.org/images/#/builders/266/builds/243) of `main_qualcommax/ipq50xx` completed successfully.
<nbd> it's in master now, will backport later
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
<nbd> f00b4r0: done
<f00b4r0> thx!
plappermaul has quit [Quit: Page closed]
n3ph has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
minimal has quit [Quit: Leaving]
valku has joined #openwrt-devel
sorinello has quit [Ping timeout: 480 seconds]
<stintel> looks like perf now also no longer builds for me due to host gcc leakage, previously hit this when testing 6.12 kernel on qoriq, I suspect it's this commit which was backported in 6.6.99 https://github.com/torvalds/linux/commit/440cf77625e300e683ca0edc39fbc4b6f3175feb
<stintel> hmm, might be the same dead end I hit before when trying to debug this
<stintel> at some point CROSS_COMPILE is unset
<stintel> but this code is such a maze, can't figure out where this happens
<nbd> stintel: theoretically that commit should be fine for us, since openwrt does export PKG_CONFIG_PATH and PKG_CONFIG
<stintel> nbd: yeah like I said, probably same dead end
<stintel> just at the end https://gist.github.com/stintel/ff57d575f1f24cb618e3a45400be94ec#file-logspackagedevelperfcompile-txt-L233-L235 CROSS_COMPILE is unset, CC="gcc", and thus it uses host gcc
<stintel> hmmm, found something
<stintel> that failing part seems to be $(LIBBPF_BOOTSTRAP): in tools/bpf/bpftool/Makefile but that hasn't been changed since 2023 (at least in 6.6.102 git log)
<owrt-images-builds> Build [#171](https://buildbot.openwrt.org/images/#/builders/242/builds/171) of `openwrt-24.10_malta/le64` failed: failed Tools built and installed (failure)
goliath has quit [Quit: SIGSEGV]
<stintel> I really don't understand why this is failing all of a sudden
<stintel> seems that LIBBPF_BOOTSTRAP uses CC="$HOSTCC" for ages
kenny has quit [Quit: WeeChat 4.6.3]
<owrt-images-builds> Build [#164](https://buildbot.openwrt.org/images/#/builders/245/builds/164) of `openwrt-24.10_ramips/mt76x8` failed: failed Git remote refs fetched (failure)
<owrt-images-builds> Build [#162](https://buildbot.openwrt.org/images/#/builders/44/builds/162) of `openwrt-24.10_ramips/mt7621` failed: failed Git remote refs fetched (failure)
<nbd> stintel: pushed some fixes - it should build now
<stintel> nbd: thanks, testing
aiyion has joined #openwrt-devel
<stintel> nbd: can confirm it builds now, thanks again
<stintel> anyone else noticed uhttpd in master being broken (I suspect due to the openssl bump)? Mon Sep 1 01:09:34 2025 daemon.err uhttpd[6651]: Failed to load certificate/key files
<stintel> removing / regenerating the certs doesn't help
danitool has joined #openwrt-devel
kenny has joined #openwrt-devel
<stintel> and the EAP615-Wall says no after sysupgrade
<stintel> Uncompressing Kernel Image ... lzma compressed: uncompress error 1
<stintel> Must RESET board to recover
<stintel> I guess the kernel got too big, but this uboot env is as good as empty
<stintel> ok it boots with the tftpboot command in the commit message
<stintel> aaaand brick