ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
hexdump0815 has quit [Ping timeout: 480 seconds]
hexdump0815 has joined #aarch64-laptops
hexdump01 has joined #aarch64-laptops
hexdump0815 has quit [Ping timeout: 480 seconds]
jhovold has joined #aarch64-laptops
tomf has joined #aarch64-laptops
matthias_bgg has joined #aarch64-laptops
vsp has joined #aarch64-laptops
Lucanis0 has joined #aarch64-laptops
jhugo_ has joined #aarch64-laptops
CosmicPenguin has joined #aarch64-laptops
ndec has joined #aarch64-laptops
arnd_ has joined #aarch64-laptops
falk689_ has joined #aarch64-laptops
falk689 has quit [Write error: connection closed]
alexeymin has joined #aarch64-laptops
<steev>
bamse: i left the flex5g running overnight with bottom (https://github.com/clementtsang/bottom ) running, and when i got to it today... there's an serror :/
<robclark>
so, sync serror like the first one, gives you a more useful backtrace.. the backtrace on async serror tends to point to random innocent victim
<bamse>
steev: that callstack actually matches very well the partial noc error that i've been able to capture
<bamse>
steev: the ath10k_ce_enable_interrupt() one that is
<steev>
it was off to the side building an image for a kali release... and i was actually at the store when it happened :(
<steev>
oh
<bamse>
unfortunately i only have a partial noc error report, because the detailed one needs to be dug out of the modem
<steev>
yeah
<steev>
i have no idea how to do that, or even if i would be able to
<bamse>
you need the secret tooling :/
<bamse>
but in line with your callstack, sometimes writing that register causes the wifi noc to return a noc error
<steev>
yeah, i figured i wouldn't have the tooling for it
<steev>
no idea what was being written to that register either, since it was just btm running (i'm assuming it has something to do with that thermal read sync stuff)
<bamse>
you had wifi enabled, no?
<steev>
yes
<steev>
but it was just sitting there at tty1 running btm
<bamse>
then you will write to that register all the time
<steev>
oh
<bamse>
iirc that's written every time something is added to the tx fifo
<bamse>
to one of the tx fifos*
<bamse>
robclark: any suggestion to why the first dev_pm_qos_add_request() in msm_devfreq_init() would fail as the passed request is "between kernel and userspace"?
<bamse>
robclark: i.e. &df->idle_freq is an invalid address
<robclark>
hmm, didn't I send a fix for that recently? I think that was the issue that we could hit a window where we have runpm enabled before everything is fully setup?