ChanServ changed the topic of #linux-msm to:
<bamse> aka_[m]: did i screw something up? or you just mean that i sent a lot of thank-you emails today?
marvin24 has joined #linux-msm
marvin24_ has quit [Ping timeout: 480 seconds]
<aka_[m]> bamse: I'm just surprised you applied rprocs series I sent 2h before pull without any reviews on it
<aka_[m]> *dt rprocs
<krzk> pull? There was no pull from bamse yet.
<krzk> aka_[m]: btw, your patches had incorrect subject prefix. Stick to the subsystem style.
<aka_[m]> i know
<aka_[m]> noticed bit late
<aka_[m]> arm64: boot: dts :qcom: msm8953: should be
<aka_[m]> * arm64: boot: dts: qcom: msm8953: should be
<aka_[m]> s/boot/dts/, s/dts ://
<aka_[m]> <krzk> "pull? There was no pull from..." <- https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/log/?h=for-next
<krzk> aka_[m]: you pointed to his repo, but there is no pull.
<krzk> You can check on soc mailing list - no pull...
<aka_[m]> any idea if i should resend with changed title?
<aka_[m]> i made this same mistake in series previous
<aka_[m]> i need to add some info to my template file >_>
<aka_[m]> so i won't make same mistake once again
<krzk> no need to resend, was already applied
<aka_[m]> sadly Konrad haven't pointed this before i sent it out and rather told me to send away and await responds there
<aka_[m]> nothing i can change
<aka_[m]> sorry.
<aka_[m]> i hope i will learn from this mistake
Daanct12 has joined #linux-msm
Daaanct12 has quit [Ping timeout: 480 seconds]
Danct12 has joined #linux-msm
Daanct12 has quit [Ping timeout: 480 seconds]
<aka_[m]> Marijn: are you aware of such things happening on 6.3?... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/URABMxMgSNsjGJlCyBCaqHIK>)
<aka_[m]> on 8976
<aka_[m]> lumag: there is probably something wrong with that preemption patch i sent
<aka_[m]> testing 6.3 now with it applied yet it still hangcheck
<lumag> aka_[m], probably there is something more to add for that platform.
<aka_[m]> it shouldnt mention ring2
<aka_[m]> or should it?
<aka_[m]> no idea what went broke
<lumag> aka_[m], you patch is not a part of 6.3 cycle. It will be merged into 6.4 and then backported to 6.3.x stable series
<lumag> so, nothing is wrong
<aka_[m]> i added it by cherry picking
<aka_[m]> maybe modules somehow didnt update
* lumag prefers monolithic kernels
<lumag> At least I don't have issues with outdated modules
<lumag> so, could you please recheck everything is up to date?
<lumag> Because your patch fixes nr_rings to 1, so there should be just ring0
<aka_[m]> > * <@_oftc_lumag:matrix.org> prefers monolithic kernels
<aka_[m]> me too, but there is always issue with firmware loading if you build monolithic and it starts loading before rootfs is mounted
<aka_[m]> still somehow doesnt work
<aka_[m]> now im tired
<aka_[m]> it was working fine on newer i think
<aka_[m]> lumag: clean flash ends in error no longer showing
<aka_[m]> tho plasma is dead
<aka_[m]> after unlocking
<aka_[m]> it still does show...
<aka_[m]> lumag: the only chance is that adreno_gpu does not yet contain revision number data so it goes into fail
<aka_[m]> need to check tomorrow
<aka_[m]> need to print revn to check what is inside it before i check it
<aka_[m]> maybe we have to hardcode shit in adreno_gpu_init instead
<aka_[m]> i might need to check on pdev data instead of adreno_gpu
<aka_[m]> lumag: it would be better for now to skip this patch, i will test tomorrow whats exactly wrong with it
<aka_[m]> indeed it was checking before it was initalized
<lumag> aka_[m], then we'll wait for the fix ;-)
<aka_[m]> lumag: it so happens i had Tooniis disabler before
<aka_[m]> and i havent noticed it
<aka_[m]> somewhere else in code
<aka_[m]> thats so shame compiler didnt say about using on uninitialized variable
<aka_[m]> The only way if I want to override it there is to idk, fetch revn from platform_data and then compare it vs 510 bit I don't think I can compare uint32_t with number just like that :/