user@host:~/path/openwrt$  git status
HEAD detached at 25cb37bc00
You are currently bisecting, started from branch 'a46fa5c3a7'.
 (use "git bisect reset" to get back to the original branch)

nothing to commit, working tree clean
user@host:~/path/openwrt$  git bisect reset
Previous HEAD position was 25cb37bc00 procd: update to git HEAD
HEAD is now at a46fa5c3a7 bcm53xx: drop DTS based workaround for serial support
in procd
user@host:~/path/openwrt$  git bisect start
user@host:~/path/openwrt$  git bisect bad
user@host:~/path/openwrt$  git checkout 9baca410644b
3f0fe94e2d5b6558c9c4bf61e712
Previous HEAD position was a46fa5c3a7 bcm53xx: drop DTS based workaround for ser
ial support in procd
HEAD is now at 9baca41064 ipq806x: fix min<>target opp-microvolt DTS mixup
user@host:~/path/openwrt$  git bisect good
Bisecting: 67 revisions left to test after this (roughly 6 steps)
[25cb37bc009341da8afff0335cd7f9590a6bb411] procd: update to git HEAD
user@host:~/path/openwrt$  git checkout 9baca410644b
3f0fe94e2d5b6558c9c4bf61e712
Previous HEAD position was 25cb37bc00 procd: update to git HEAD
HEAD is now at 9baca41064 ipq806x: fix min<>target opp-microvolt DTS mixup
user@host:~/path/openwrt$  git status
HEAD detached at 9baca41064
You are currently bisecting, started from branch 'a46fa5c3a7'.
 (use "git bisect reset" to get back to the original branch)

nothing to commit, working tree clean
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  git status
HEAD detached at 9baca41064
You are currently bisecting, started from branch 'a46fa5c3a7'.
 (use "git bisect reset" to get back to the original branch)

nothing to commit, working tree clean
user@host:~/path/openwrt$  git bisect good
Bisecting: 67 revisions left to test after this (roughly 6 steps)
[25cb37bc009341da8afff0335cd7f9590a6bb411] procd: update to git HEAD
user@host:~/path/openwrt$  git status
HEAD detached at 25cb37bc00
You are currently bisecting, started from branch 'a46fa5c3a7'.
 (use "git bisect reset" to get back to the original branch)

nothing to commit, working tree clean
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  git status
HEAD detached at 25cb37bc00
You are currently bisecting, started from branch 'a46fa5c3a7'.
 (use "git bisect reset" to get back to the original branch)

nothing to commit, working tree clean
user@host:~/path/openwrt$  git bisect good
Bisecting: 33 revisions left to test after this (roughly 5 steps)
[c98ddf0f019986bbb4c868bfcaf97e0d1f4ee2dc] mvebu: backport CN9130 dts necessary
files changes to 5.4
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk master  
user@host:~/path/openwrt$  git bisect good
Bisecting: 16 revisions left to test after this (roughly 4 steps)
[a88b32bf6e870baae95eeb129483c3ee1447205e] kernel: bump 5.4 to 5.4.145
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  git status
HEAD detached at a88b32bf6e
You are currently bisecting, started from branch 'a46fa5c3a7'.
 (use "git bisect reset" to get back to the original branch)

nothing to commit, working tree clean
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  git bisect bad
Bisecting: 8 revisions left to test after this (roughly 3 steps)
[d0ffc175350f2be6174932dc0afd4d2737afe52d] ipq40xx: Fix board-2.bin package name
for Plasma Cloud PA1200
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk master
user@host:~/path/openwrt$  gitk master
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk master
user@host:~/path/openwrt$  git bisect good
Bisecting: 4 revisions left to test after this (roughly 2 steps)
[d27f6e2c5d2a2315cc8fe684d117c80aa9984ca8] build: Replace KERNEL_LOCKUP_DETECTOR
with KERNEL_SOFTLOCKUP_DETECTOR
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk master
user@host:~/path/openwrt$  git bisect bad
Bisecting: 1 revision left to test after this (roughly 1 step)
[ebe800765ec883d1df4f7327199145b4d88e4264] ipq-wifi: Drop empty wifi package for
Netgear WAC510
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk master
user@host:~/path/openwrt$  gitk master
user@host:~/path/openwrt$  gitk master
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  git bisect good
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab] ipq806x: switch to kernel 5.10
user@host:~/path/openwrt$  gitk
user@host:~/path/openwrt$  gitk master
user@host:~/path/openwrt$  git bisect bad
0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab is the first bad commit
commit 0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab
Author: Ansuel Smith <ansuelsmth@gmail.com>
Date:   Tue Sep 7 21:47:14 2021 +0200

   ipq806x: switch to kernel 5.10
    
   Move kernel version to 5.10 as has been tested by many users
   with positive feedback.
    
   Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
   [Tested on: ipq8064/g10; ipq8065/nbg6817]
   Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>

target/linux/ipq806x/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
user@host:~/path/openwrt$