ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion
stikonas has quit [Read error: Connection reset by peer]
kevery has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
archetyp has joined #linux-rockchip
archetyp` has joined #linux-rockchip
archetyp has quit [Ping timeout: 245 seconds]
kevery1 has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
kevery1 is now known as kevery
vagrantc has quit [Quit: leaving]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
lurchi__ has joined #linux-rockchip
lurchi__ has quit [Ping timeout: 252 seconds]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
stikonas has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery has joined #linux-rockchip
kevery has quit [Quit: kevery]
warpme__ has joined #linux-rockchip
archetyp` has quit [Quit: Leaving]
archetyp has joined #linux-rockchip
<diederik> Can someone help me with bisect-ing my multichannel issue? I've managed to find a good and bad commit which are 634 commits apart, which I think is a good starting point
psydroid has joined #linux-rockchip
<diederik> What I've done so far is pick a certain commit, check that out in a branch, apply 3 commits of my own (which can be squased as needed) and then build the kernel, which I then install on my rock64 and boot into that and test whether multichannel audio works or not.
<diederik> But I _think_ that adding 1 or 3 commits would 'mess up' the 'git bisect' run. How can/should I deal with that?
<diederik> good + bad commit and my own 3 patches: https://paste.debian.net/1214856/
lurchi__ has joined #linux-rockchip
loki_val has quit [Remote host closed the connection]
lurchi__ has quit [Ping timeout: 252 seconds]
crabbedhaloablut has joined #linux-rockchip
kevery has joined #linux-rockchip
kevery has quit [Ping timeout: 265 seconds]
kevery has joined #linux-rockchip
<sigmaris> diederik: you can use scripts/config -e CONFIG_OPTION to enable stuff in .config without needing to commit it to defconfig
<sigmaris> diederik: use that to set CONFIG_LOCALVERSION to append the -rock64 part
<diederik> sigmaris: thx for the tip :) I did experiment with something similar, but without the -e option, so will look into that.
<diederik> The CONFIG_LOCALVERSION seems like a better option then what I did.
<diederik> I went ahead and tried 'my' way and it appears to work (too). When running 'git bisect [good|bad]' I just specify the original commit id that git bisect reported
<diederik> "907f0a3051869a61499905377212500155bd28ec is the first bad commit"
<diederik> I just build a 5.14.10 kernel with my config changes applied and commit 907f0a3051869a61499905377212500155bd28ec reverted and booted into that. And I have my multichannel audio back :D
kevery has quit [Quit: kevery]
nullx has quit [Ping timeout: 252 seconds]
sndb has joined #linux-rockchip
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
indy has joined #linux-rockchip
shailangsa has quit [Killed (NickServ (GHOST command used by shailangsa_))]
vagrantc has joined #linux-rockchip
sndb has quit [Quit: Leaving]
shailangsa has joined #linux-rockchip
macc24 has quit [Ping timeout: 245 seconds]
archetyp has quit [Remote host closed the connection]
archetyp has joined #linux-rockchip
<punit> That commit only seems to change the name - do you know what software / component in userspace is breaking due to the name change? It maybe that a configuration update may also fix it without requiring a kernel revert
<CounterPumpkin> Kernel shouldn't break userspace.