<hurricos>
specifically Linux Kernel commit 1023355234ca ("powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n"). The panic occurs when initializing the second processor (https://paste.c-net.org/GreedyAllowing), so it makes sense that something touching SMP initialization would be the source of the panic.
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
spacewrench has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<\x>
I wonder if i can just simply increase the size
<\x>
0x00100000 < this is the size right?
<\x>
then I need to 0x81000000 + new size
<\x>
oh nvm
<PaulFertser>
\x: you'll have to catch robimarko to ask for details
<\x>
yeah
<\x>
I guess I will
<PaulFertser>
\x: I think you should first revert to pre-"cannot initialize host" state. The BAR size plays a role later when the device is discovered and its PCI windows are read.
dedeckeh has quit [Remote host closed the connection]
<hurricos>
nitroshift: wrt3200acm is pretty powerful, but I think you'll find that e.g. EA8500 are also very strong, and the fact that they come with ath10k helps a ton
<hurricos>
Oh, but he's gone
danitool has quit [Ping timeout: 480 seconds]
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
kenny has joined #openwrt-devel
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
hgl has quit [Remote host closed the connection]
<mrkiko>
mangix: do you know if mt76 does it's own sequence numbers handling or uses mach80211 ? I guess the second but didn't even try to look
<stintel>
fail to spot what is using all the mem all of a sudden
<nbd>
slab_unreclaimable:8439
<nbd>
that's ~33 MB unreclaimable slab use
<stintel>
doesn't entirely explain a peak from ~31MB to ~94MB though ?
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
<stintel>
that's going to be fun to figure out
danitool has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
<mrkiko>
nbd: sysupgrading I seen a message like Command Failed: Connection failed; sysupgrade seemed to go fine anyway
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
Borromini has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
<mangix>
mrkiko: no idea.
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
<Habbie>
have there been attempts to add support for interface namespacing (ip netns) to openwrt (to the uci network stuff, i guess) ?
<dwfreed>
would be netifd handling that
<Habbie>
right
<Habbie>
hmm, which contains code for it
hgl has quit [Remote host closed the connection]
<Habbie>
ah, that appears to be for ujail
hgl has joined #openwrt-devel
<dangole_>
mrkiko: probably caused by killing ubus too early on shutdown. so what you see is probably hotplug script triggered by hostapd or netifd shutdown which tries to send something to ubus. we may have to switch iteration order when stopping everything (or just ignore it)
<mrkiko>
dangole_: thanks!!!!
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
pmelange has joined #openwrt-devel
Borromini has quit [Quit: leaving]
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
hgl has quit [Remote host closed the connection]
hgl has joined #openwrt-devel
<Habbie>
so, digging into netifd, distracted by another issue (wg config), apparently that is not handled there
<dwfreed>
yeah, wg is entirely a proto plugin
<dwfreed>
or do you mean netns
<Habbie>
i have a problem divided between wg and netns