On Fri, Feb 19, 2021 at 12:16:12PM +0100, Greg Kroah-Hartman wrote: > > Great! Can you run 'git bisect' on the 4.14.y stable tree to find the > offending change?
To be fair, especially with WiFi bugs, you may need to run for hours or days before you are absolutely sure that a particular bisection point will result in the the locking/kernel crash bug to manifest itself. Worse, you have to be actively using the Wifi in order to see the problem, and in some cases, it only triggers when you switch between AP's, so you have to be actively using it in the work office, and taking it between conference rooms, only to see your machine crash taking your unsaved work, email drafts, etc. with it. That being said, users should at least report the bug. (That's what I did, when I ran into this a bunch of years ago, with an explanation of "I'm trying to do a bisect, but it may take a few weeks for me to figure out what the !@#!? is going on. In my case, I was trying to use upstream -rcX kernels to dogfood on my work laptop, but the principle is the same.) Ultiumately, I solved the problem, by switching laptops to one that didn't use an NVidia GPU (which sometimes forced me to stay 1-2 upstream versions behind, making life even more difficult when debugging these issues, until the out-of-tree video driver got updated to work with newer upstream), and which also had WiFi hardware which was less subject to these issues. It's unfortunate, but not all hardware is as well supported on Linux. And in my case, because $WORK was using Enterprise WiFi systems with AP's that don't get as much testing by developers, very few other people could repro the bugs. That's life, and sometimes the only solution is to switch hardware. And/or you just use a Chromebook in those sorts of situations, separating your work/enterprise and upstream development hardware, and be done with it. :-) Cheers, - Ted