> How should I proceed? Which kernel sources?
> 
> https://kernel-team.pages.debian.net/kernel-handbook/ch-common-tasks.html#s-common-official
> 
> 
> is 4.3 correct for me? 4.6 ?

You should clone the upstream Git repo, otherwise bisecting will be much
more difficult.

I think these instructions are still valid:
https://wiki.debian.org/DebianKernel/GitBisect

You can also skip the Debian-specific stuff and simply do
make -j8 && make modules_install && make install

It's better to use at least a compatible kernel config, though.

Reply via email to