<jow>
what's the recommeded protocol for cherry picking master fixes into openwrt 23.05 now? The mirror hashes are incompatible since the zstd changes, right
<jow>
?
<jow>
and I probably can't just switch branches and redo the bumps either since I most not use the master tools for packing 23.05 tarballs, or does that work?
bluew has quit [Ping timeout: 480 seconds]
<T-Bone>
jow: i think it does work. IIRC I did something close to that for backporting my uspot changes into 23.05
T-Bone is now known as f00b4r0
<f00b4r0>
you can always try, open a PR and let CI tell you if it's all good. That's what I did :)
rua has quit [Quit: Leaving.]
robimarko has joined #openwrt-devel
<jow>
hm, sometimes clang analyzer is a bit too stupid
<jow>
it always assumes that an external function call returning some sort of pointer is allocating memory this pointer is pointing to, and there appears to be no annotation to tell it otherwise
goliath has quit [Quit: SIGSEGV]
goliath has joined #openwrt-devel
rtznprmpftl has joined #openwrt-devel
<Ansuel>
jow i wonder if we should switch 23.05 to zstd too??? aside from that i think any cherry-pick for pkg bump need the hash fixed...
<rtznprmpftl>
hello, i am currently trying to port openwrt to the ubiquiti edgerouter infinity (octeon, similar to edgerouter 4, just bigger). When booting, the kernel panics when trying to initialize PCIe (cvmx_pcie_rc_initialize), i don't think this machine has PCIe, how can i disable this?
<Habbie>
on another octeon, i had to disable usb due to panics, that was 'usbcore.nousb' on the kernel command line
<Ansuel>
Strykar if only it was submitted without making it a clear complain and rant out of nothing....
minimal has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
<jow>
Strykar: why the presure on openwrt? if it ends up in upstream linux, openwret will inherit it automatically
<enyc>
jow: please can you advise on trying to debug / narrow down issues with PPPoE not working 23.05.3 vs 22.03.6-ok ? Can I rebuild upstream OpenWRT to use 2.50 ppp -or- something else you would reccomend? It seems this is a messy area and there doesn't seem to be a clear bug report anywhere, but lots of nebulous/rumours/muddles .........
<jow>
enyc: first of all, a complete logread would be useful
<jow>
also uci set network.wan.pppd_options=debug; ifup wan; logread -f
<PaulFertser>
rtznprmpftl: but there's a command line parameter
<enyc>
jow: Thankyou! Can you also advise if any benefit trying master snapshot openwrt or 23.05-SNAPSHOT ?
<enyc>
cousin_luigi: ^^ i may try onsite, eenutalyl, u bay be a while until i'm able to be there with relevant route etc
<PaulFertser>
rtznprmpftl: I just can't understand what module name it is yet
<slh64>
any potential bugfix would need to go through master anyways, so checking that and basing any potential patches against it makes sense
<PaulFertser>
rtznprmpftl: probably "pci.pcie_disable=1" in kernel command line
<PaulFertser>
rtznprmpftl: or pcie_octeon.pcie_disable=1
<rtznprmpftl>
PaulFertser: thanks, i will try that when i get home
<PaulFertser>
rtznprmpftl: an easy and reliable way to tell for sure which module name is there is to add a syntax error to arch/mips/pci/pcie-octeon.c and then check the command line for -DKBUILD_MODNAME value