valku has quit [Quit: valku]
dansan_ has joined #openwrt-devel
minimal has joined #openwrt-devel
dansan has joined #openwrt-devel
dansan_ has quit [Ping timeout: 480 seconds]
dansan_ has joined #openwrt-devel
dansan has quit [Ping timeout: 480 seconds]
tvc has quit [Quit: tvc]
minimal has quit [Quit: Leaving]
dansan has joined #openwrt-devel
dansan_ has quit [Ping timeout: 480 seconds]
muushin has joined #openwrt-devel
<muushin> firefox web client
gromero has quit [Ping timeout: 480 seconds]
muushin has left #openwrt-devel [#openwrt-devel]
lucascastro has joined #openwrt-devel
Nilsro has joined #openwrt-devel
Nilsro_ has quit [Ping timeout: 480 seconds]
dansan has quit [Read error: Connection reset by peer]
lemoer has quit [Ping timeout: 480 seconds]
<swalker> FiniteField[m]: random *additional* places (such as PKG_SRC_VERSION) to stick the upstream tarball version are always fun
dermoth has quit [Ping timeout: 480 seconds]
dermoth has joined #openwrt-devel
ScrewDriver1337 has quit [Ping timeout: 480 seconds]
sorinello has joined #openwrt-devel
eluks has quit [Remote host closed the connection]
eluks has joined #openwrt-devel
ScrewDriver1337 has joined #openwrt-devel
lucascastro has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
sorinello has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
gromero has joined #openwrt-devel
n3ph has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
robimarko has joined #openwrt-devel
slh has quit [Remote host closed the connection]
slh64 has quit [Quit: gone]
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
<enyc> f00b4r0 nbd : I've got my slab-leak ea8300 maybe-improved by reducing other kmods and not running rpcd/httpd ... hoping not to poke the bear too much :O BUT Please let me know if anything be helpful to try to test/narrow-down bug related wise.
<enyc> ** I'd be interested, in any case, in script that watches for SUnreclaim or whatever and restarts wifi in good time ...
<enyc> I could make sometihg mysef but sowemoy vto was got it going already would be better ....
minimal has joined #openwrt-devel
<opty> enyc: naive approach: while true; do if [ "$(awk '/SUnreclaim/ { print $2 }' /proc/meminfo)" -gt 65535 ]; then echo wifi up; else echo NOP; fi; sleep 1; done
<opty> enyc: * * * * */5 [ "$(awk '/SUnreclaim/ { print $2 }' /proc/meminfo)" -gt 65535 ] && wifi up
tohojo has quit [Remote host closed the connection]
<enyc> opty: that sill has "echo wifi up" that wont do anything
<opty> enyc: of course, you have to remove the 'echo ' to actually run 'wifi up' as i didn't want it to :)
<enyc> opty: do you actively usie this 65535 min limit trigger setup?
<opty> enyc: no, just a guess (about a half of the memory size)
<opty> enyc: i didn't test the crontab line, though
xes has joined #openwrt-devel
<opty> enyc: maybe redirect the first part stderr to /dev/null in case of e.g. '[ "" -gt 65535 ]' which returns 'ash: out of range', i.e. '[ "" -gt 65535 ] 2> /dev/null'
<opty> enyc: i mean: * * * * */5 [ "$(awk '/SUnreclaim/ { print $2 }' /proc/meminfo)" -gt 65535 ] 2> /dev/null && wifi up
rua has joined #openwrt-devel
gromero has joined #openwrt-devel
<enyc> opty: OoO but should there be a bug for this memory leak; did you see < Lynx-> Is this a memory leak associated with wifi chip: https://pastebin.com/raw/cSrbEdxw
* opty shrugs
<enyc> hauke[m]: Am I correct in understanding issues with lantiq/xrx200 switch errors and DSA are 'probably' sorted/harmless/etc now?
gromero has quit [Ping timeout: 480 seconds]
sorinello has joined #openwrt-devel
valku has joined #openwrt-devel
danitool has joined #openwrt-devel
tohojo has joined #openwrt-devel
minimal has quit [Quit: Leaving]
fakuivan_ has joined #openwrt-devel
gromero has joined #openwrt-devel
fakuivan has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
dryimpact has quit [Quit: Quit]
minimal has joined #openwrt-devel
lucascastro has joined #openwrt-devel
goliath has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
fakuivan has joined #openwrt-devel
fakuivan_ has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]
n3ph_ has quit [Ping timeout: 480 seconds]
<f00b4r0> awk '/SUnreclaim:/ { exit ($2 >=50000) ? 0 : 1 }' /proc/meminfo && wifi up is how I do it
dqfext_ has quit [Quit: ZNC 1.9.0+deb2build3 - https://znc.in]
dqfext has joined #openwrt-devel
<f00b4r0> enyc: also I'm afraid I can't help you much. This is something the relevant maintainer (if any) should look into. Or someone with time and skill
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
n3ph has joined #openwrt-devel
goliath has joined #openwrt-devel
n3ph has quit [Read error: Connection reset by peer]
n3ph has joined #openwrt-devel
<hauke> enyc: I think the errors from the lantiq DSA switch driver are real, but not such a big problem in "normal" use cases
<enyc> f00b4r0: in a cron job each 5mins or something?
<enyc> hauke: what effect could they have in other cases? flooding frames needlessly ?
<enyc> f00b4r0: Thankyou; noted anyhow nice different examples of awk and such tools I appreciate anyhow =))).
goliath has quit [Quit: SIGSEGV]
n3ph has quit [Ping timeout: 480 seconds]
<hauke> enyc: I do not know exactly any more. I think not all tests are passing. I think the forwarding table could contain wrong entries when you reconfigure something
<enyc> hauke: tests, as in something DSA does on the fly? driver tests hardware? tests when building OpenWrt ?
<hauke> there are some kernel self tests
<hauke> some bash scripts in the kernel repo
goliath has joined #openwrt-devel
<enyc> hauke: thankyou; that figures.
<enyc> hauke: any $guidance on how to get this OOM-madness sorted out? notice f00b4r0 has workaround, others log in and notice; there isn't a bug report apparently, some mention nbd aware, .........
<enyc> I'm not as-yet aware of the true scope of issue, etc but changed a few things to see if improved/worsened, etc
penguintamer has quit [Read error: Connection reset by peer]
penguintamer has joined #openwrt-devel
<mrnuke> robimarko: I just noticed that you pushed your qualcommax v6.12 support at the same time that I pushed qualcommbe v6.12 support
<robimarko> mrnuke: Yeah, I saw your PR, it was quite confusing until I realized it was qualcommbe
sorinello has quit [Ping timeout: 480 seconds]
cmonroe has quit [Ping timeout: 480 seconds]
<mrnuke> is it required or normal to split a kernel update PR over several commits ?
<mrnuke> I see yours has quite granular commits
<robimarko> Its normal, makes it much much easier to review
<robimarko> Otherwise its just a big blob
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
lemoer has joined #openwrt-devel
gromero_ has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
efahl has quit [Read error: Connection reset by peer]
slh has quit [Remote host closed the connection]
slh has joined #openwrt-devel
slh64 has quit [Ping timeout: 480 seconds]
slh_ has joined #openwrt-devel
efahl has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
slh_ has quit [Ping timeout: 480 seconds]
slh has quit [Ping timeout: 480 seconds]
slh has joined #openwrt-devel
matoro has quit []
matoro has joined #openwrt-devel
minimal has quit [Quit: Leaving]
dansan has joined #openwrt-devel