crabbedhaloablut has quit [Ping timeout: 244 seconds]
crabbedhaloablut has joined #tegra
dobson` has joined #tegra
dobson has quit [*.net *.split]
torez has joined #tegra
torez has quit [Ping timeout: 252 seconds]
torez has joined #tegra
torez has quit [Ping timeout: 276 seconds]
torez has joined #tegra
quarkyalice_ has joined #tegra
quarkyalice has quit [Ping timeout: 240 seconds]
quarkyalice has joined #tegra
quarkyalice_ has quit [Ping timeout: 256 seconds]
quarkyalice_ has joined #tegra
quarkyalice_ has joined #tegra
quarkyalice_ has quit [Changing host]
quarkyalice has quit [Ping timeout: 276 seconds]
quarkyalice_ has quit [Ping timeout: 256 seconds]
quarkyalice has joined #tegra
quarkyalice has quit [Changing host]
quarkyalice has joined #tegra
quarkyalice has quit [Ping timeout: 252 seconds]
<DavidHeidelberg>
Someone just reminded me, that since I dumped 5.9_rc2-next-grate to pmOS, it's still there :D so, now question is comming -> if you would want kernel for end-users, which should I use? 1. just take latest -next-grate and test it, or is there something like LTS or mainline with -grate patches?
<DavidHeidelberg>
generally I think since 5.9_rc2 is without complaints, some LTS would make sense, so distribution maintainers can just linux-5.xx.y+1 easily without requiring some extra testing or cooperation from me or #tegra
<digetx>
there is CONFIG_FRAME_WARN which can silence that warning
torez has quit [Quit: torez]
<digetx>
the mainline 5.13+ should work okay on nexus, but it will miss out the WIP power management improvements of next-grate
<DavidHeidelberg>
so let's say, for now I'll bump it to another -next-grate, is it currently good time?
<digetx>
I'm finding all kinds of new problems all the time in -next, so there is a trade off
<DavidHeidelberg>
digetx btw. shouldn't FRAME_WARN should stay 1024 for arm and this just be exceptioned? I plan to send mail to author of the patch to send it again, if it makes sense
<digetx>
I don't have that warning
<digetx>
on next
<DavidHeidelberg>
yeah, I see from CI, it's due to different defconfig it seems to be
<digetx>
maybe it was fixed already, but not backported in older kernels
<DavidHeidelberg>
nope, that's from current grate master
<DavidHeidelberg>
this is just CI I'm preparing, which compiles also asus-grouper kernel config
<digetx>
you may try to ask about the fix then
<digetx>
FRAME_WARN should be 1024 for arm
quarkyalice has joined #tegra
<DavidHeidelberg>
digetx with his proposal no warnings, compiled, now I'll give a shot in pmaports. Anyway, also I'm thinking about adding CI builds with Thumb2
<DavidHeidelberg>
would be interesting for Tegra2 devices with low memory
<DavidHeidelberg>
and also I guess thumb2 is largely untested
<digetx>
I'm using thumb2 since nobody else testing it
<DavidHeidelberg>
digetx did u found some issues or noticed some performance gains?
<DavidHeidelberg>
also kernel for grouper would be good adept for thumb2, since it needs to be under 3.x MB boundary
<digetx>
ftrace doesn't with thumb2, which is unimportant
<DavidHeidelberg>
"Is being held until the list moderator can review it for approval.".. linux-arm-kernel ML is not friendly to me
<digetx>
thumb helps the kernel size, not sure about performance
<DavidHeidelberg>
I assume performance for kernel should suffer only 1-2% (at least looking at some presentation).
<DavidHeidelberg>
What I perceived that regular software have sometimes performance tuning for arm without thumb2, but with thumb2 enabled these optimizations gets disabled, which can hurt