quarkyalice has joined #tegra
torez has quit [Quit: torez]
quarkyalice has quit [Ping timeout: 256 seconds]
quarkyalice has joined #tegra
quarkyalice has quit [Changing host]
quarkyalice has joined #tegra
quarkyalice_ has joined #tegra
quarkyalice_ has quit [Changing host]
quarkyalice_ has joined #tegra
quarkyalice has quit [Ping timeout: 265 seconds]
quarkyalice_ has quit [Ping timeout: 250 seconds]
quarkyalice has joined #tegra
quarkyalice has quit [Changing host]
quarkyalice has joined #tegra
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
<DavidHeidelberg> digetx btw. I tried integrate asus-grouper pmOS kconfig into CI, but sadly warning (so error) appears, any idea: https://github.com/okias/linux/runs/3204916202?check_suite_focus=true#step:8:3225 ?
<DavidHeidelberg> https://patchwork.kernel.org/project/linux-arm-kernel/patch/7301172.5fH67MHlU9@wuerfel/ implies it's harmful, but it's from Feb 2016
<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
<digetx> ah
<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
<DavidHeidelberg> digetx thumb2 version seems to be circa 300K bigger, not sure what to think ;-) https://github.com/okias/linux/releases
<DavidHeidelberg> and I guess I know why. xz compression algoritm seems to be unable to handle it so well
<DavidHeidelberg> decompressed vmlinuz with thumb 10,539,992
<DavidHeidelberg> without thumb: 12,359,772
<DavidHeidelberg> dmn, it seems that changelog is too big (which gets generated from commits)
<DavidHeidelberg> digetx I think it's solvable with this, not yet merged, PR https://github.com/marvinpinto/actions/pull/72
<DavidHeidelberg> 3. thing -> would it make sense to convert grouper pmOS config into defconfig, since it has to be standalone from default tegra one?
<DavidHeidelberg> s/1./3./
<DavidHeidelberg> https://github.com/okias/linux/runs/3205372530?check_suite_focus=true 2x2x2 combinations, clang x gcc, arm x thumb2, tegra_defconfig x asus-grouper
<DavidHeidelberg> all good
<digetx> we can add min size defconfig, but it doesn't need to be specific to grouper