Many times after the kernel upgrade something has stopped working or started crashing. The very last one that provoked me to submit this question is vscode.
I need to run it with --disable-gpu now. I would like to find the root cause of this (and any other similar issue) by bisecting the kernel - starting at particular version that worked and then apply one patch a time (or set of patches) to see which caused this problem.
I would appreciate some good Ubuntu-specific howto on this topic - with possible script automating the task. Thanks.