<Ashy>
are any of you running a kernelci cluster at all?
<HdkR>
I'm not at least
<Ashy>
it's my plan to eventually get into kernel dev for arm boards but i think my first step will be to set up a small kernelci cluster tracking the relevant repos
<Ashy>
i want to run a fully open source platform at some point
<Lyude>
Ashy: HdkR was planning on doing some ci stuff I thought
<Ashy>
probably gonna buy a raptor power9 system next year sometime but the whole world carries arm machines in their pockets already so that's clearly the long term future
<Lyude>
also man i hope i'm almost finished fixing all of these driver bugs so I can actually figure out what's going on with mali_kbase :(
<HdkR>
Does kernelci just test kernel boot?
<Lyude>
HdkR: it is meant to test most things, but what it actually tests at the moment I'm not sure
<Lyude>
the goal is though to have a ci system that's just available to anyone who needs it for any driver for anything basicalluy
<Lyude>
*basically
<HdkR>
Makes sense
<Lyude>
yesss
<Lyude>
finally no kasan warnings on my vim2
<Lyude>
now hopefully the filesystem drivers will stop randomly crashing
<HdkR>
Always a nice result :)
<Lyude>
today has quite literally been a "why is my panfrost system randomly crashing in f2fs? oh, of course, it's the wifi driver and video driver"
<Ashy>
i think it mostly just tests boot but yeah supposedly you can plug in whatever tests you want
<Ashy>
i'd like to have some phoronix benchmarks set up to get boots plus performance regressions etc
<chewitt>
I'm reading the backlog discussion with @narmstrong but didn't quite follow it
_whitelogger has joined #panfrost
_whitelogger has joined #panfrost
_whitelogger has joined #panfrost
chewitt has quit [Quit: Zzz..]
chewitt has joined #panfrost
urjaman has quit [Read error: Connection reset by peer]
urjaman has joined #panfrost
chewitt has quit [Quit: Zzz..]
cwabbott_ has joined #panfrost
cwabbott has quit [Ping timeout: 244 seconds]
cwabbott_ is now known as cwabbott
chewitt has joined #panfrost
cwabbott has quit [Ping timeout: 252 seconds]
cwabbott has joined #panfrost
cwabbott has quit [Ping timeout: 252 seconds]
belgin has joined #panfrost
<belgin>
hello
cwabbott has joined #panfrost
belgin has quit [Quit: Leaving]
<lvrp16>
chewitt: jerome of baylibre is working on emmc again, i gave him the wrong schematic of le potato and he is re-working the tuning code again
<NeuroScr>
hrm now to find one of my 2 USB to TTL adapters
<daniels>
Lyude: awesome :) lmk if i can help any more
<daniels>
Ashy: kci is far more difficult to set up than you'd think - to the point where it's easier to just get the stuff you want to do upstream
<daniels>
Ashy: most kci labs (including collabora's) use lava though, so you could just reuse the lava definitions to run and test new kernels; those are pretty simple and standard
<NeuroScr>
found one but I don’t want to unwire it, I’ll keep looking
chewitt has quit [Ping timeout: 240 seconds]
chewitt has joined #panfrost
<Lyude>
chewitt: no-that's another issue I found while trying to get lockdep working (it'd turn lockdep off whenever I hit it)
<Lyude>
want to see if I can get lockdep working for the mali_kbase debugging, so I can get resetting the GPU to work