ChanServ changed the topic of #linux-msm to:
sskras has joined #linux-msm
jn has joined #linux-msm
Daanct12 has joined #linux-msm
jnn has quit [Ping timeout: 480 seconds]
Caterpillar has quit [Quit: Konversation terminated!]
telent has quit [Ping timeout: 480 seconds]
aklimov_ has joined #linux-msm
aklimov has quit [Ping timeout: 480 seconds]
aklimov_ is now known as aklimov
Chatgirl has joined #linux-msm
Chatgirl has quit [Remote host closed the connection]
<mani_s> konradybcio, yes
<mani_s> because our SoCs support L1 and it works without issues with other drives
user12592851[m] has quit [autokilled: Possible spambot. Mail support@oftc.net if you think this is in error. (2025-11-20 06:26:21)]
telent has joined #linux-msm
pespin has joined #linux-msm
warpme has joined #linux-msm
warpme has left #linux-msm [Textual IRC Client: www.textualapp.com]
warpme has joined #linux-msm
<warpme> guys: i just updated mainline 6.18-rc5 to 6.18-rc6 on qcs6490 board and....boot hangs like this https://gist.github.com/warpme/f1c167d34fbcc46977ac5e2358fbc8c1 Only change is kernel r5->rc6 Is this known regression?
Caterpillar has joined #linux-msm
Caterpillar has quit [Quit: Konversation terminated!]
<konradybcio> warpme: please add `earlycon` to cmdline
Caterpillar has joined #linux-msm
<konradybcio> sorry no, keep_bootcon
jnn has joined #linux-msm
jn has quit [Ping timeout: 480 seconds]
<warpme> @konradybcio : oh you know: if only change of rc5->rc6 breaks device booting then - for me - this is pure regression
<warpme> i'm not sure about: what will be most efficient deal with this.... Alwas I can imply wait for rc7 with hope it will magically resolved....
<konradybcio> your logs stop at the time of "proper" console driver kicking in (which disables earlycon, which the cmdline addition I suggested would prevent) and getting logs from that crash would surely help in resolving that!
<konradybcio> alternatively you can use git bisect to find the offending commit
<warpme> indeed - console related changes was my first thought. but - afaik - there was no changes in this area between rc5 and rc6 - isn't ?
<warpme> when i comparing with working rc5 i see next to last failing line (legacy bootconsole [qcom_geni0] disabled) is rcu stuff. so maybe thing is related to https://www.phoronix.com/news/Linux-6.18-ARM64-Atomics-Issue ?
Daanct12 has quit [Quit: WeeChat 4.7.0]
Caterpillar has quit [Quit: Konversation terminated!]
Caterpillar has joined #linux-msm
Caterpillar has quit [Quit: Konversation terminated!]
Caterpillar has joined #linux-msm
Caterpillar has quit [Quit: Konversation terminated!]
Caterpillar has joined #linux-msm
tomyz21[m] has joined #linux-msm
Caterpillar has quit [Quit: Konversation terminated!]
Caterpillar has joined #linux-msm
Caterpillar has quit [Quit: Konversation terminated!]
Caterpillar has joined #linux-msm
Caterpillar has quit [Quit: Konversation terminated!]
Caterpillar has joined #linux-msm
warpme has quit []
Caterpillar has quit [Quit: Konversation terminated!]
Caterpillar has joined #linux-msm
irungentoo has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
irungentoo has joined #linux-msm
pespin has quit []
eugenhristev has quit [Ping timeout: 480 seconds]
eugenhristev has joined #linux-msm
warpme has joined #linux-msm
pespin has joined #linux-msm
warpme has quit []
eugenhristev has quit [Ping timeout: 480 seconds]
<valpackett> for me, audio broke in next-20251118 (fine in next-20251114) 0.o
<valpackett> btw, as travmurav said that only sc7180 ever had properly deep sleep upstream, i went to read the commits related to that soc..
<valpackett> didn't find anything extraordinary but found that only sc7180 and 7280 have `.pm = &snd_soc_pm_ops` set in sound/soc/qcom
<valpackett> setting that doesn't seem to break anything on hamoa (on top of next-20251114..)
tomyz21[m] has quit [autokilled: Possible spambot. Mail support@oftc.net if you think this is in error. (2025-11-20 19:36:45)]
<valpackett> also camcc-sc7180.c is the only camcc with runtime pm ops (and according to pm_genpd_summary, camcc is holding up mmcx..)
pespin has quit []
warpme has joined #linux-msm
warpme has quit []
warpme has joined #linux-msm
warpme has quit []
eugenhristev has joined #linux-msm
<valpackett> there seems to have been some power usage regression (?) i get 4.2W on next-20251003 and 5W on next-20251114 (screen-on idle)
<valpackett> (both with aspm force) what's weird is that diffing the aspm related lspci output there's a lil difference *only* on the first (wifi) root port
<valpackett> new: ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+ old: ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp+
<valpackett> wtf is Surprise even??
<valpackett> Surprise Down Error Reporting, apparently
<valpackett> also a really weird thing on this kernel is that CPU power domains show up as if always stuck in sleep lol
<valpackett> oh it is actually 'failed to register cpuidle driver'
<valpackett> oh ffs, it's the third time I've debugged a regression introduced by someone from Intel :D
<valpackett> cpuidle: state 1: exit latency 680000 > target residency 600000 → driver rejected
<valpackett> 76934e495cdc "cpuidle: Add sanity check for exit latency and target residency"
mmediouni[m] has joined #linux-msm
<mmediouni[m]> Random hexagon question: where's the DMA documentation and is there anything regarding the v1 DMA descriptors that isn't supported on v68? Currently backporting some code back to that and the HW choked on the DMA descriptors I gave
<mmediouni[m]> Or should I rather use the v0 descriptors there?
<mmediouni[m]> And if this isn't the right place to ask, where should I ask?