On Mon, Apr 05, 2021 at 09:33:46AM -0700, Shannon Nelson wrote: > Yes, I supposed they could have gone together. However, I believe that in a > bisection this will only slightly confuse the user space tools, but won't > cause any kernel pain.
Bisection typically involves running tests from user space. The test failing or passing determines whether the commit will be marked GOOD or BAD. This use case is a real thing. Thanks, Richard