Re: Linux 6.8-rc5

2024-02-20 Thread Shuah Khan
On 2/20/24 13:16, Linus Torvalds wrote: On Tue, 20 Feb 2024 at 11:57, Linus Torvalds wrote: It turns out that that commit is buggy for another reason, but it's hidden by the fact that apparently KUNIT_ASSERT_FALSE_MSG() doesn't check the format string. The fix for that is this: --- a/inc

Re: Linux 6.8-rc5

2024-02-20 Thread Linus Torvalds
On Tue, 20 Feb 2024 at 11:57, Linus Torvalds wrote: > > It turns out that that commit is buggy for another reason, but it's > hidden by the fact that apparently KUNIT_ASSERT_FALSE_MSG() doesn't > check the format string. The fix for that is this: --- a/include/kunit/test.h +++ b/include/kuni