Re: [GIT PULL] Kselftest update for Linux 6.5-rc1
From: Linus Torvalds
Date: Tue Jun 27 2023 - 14:16:39 EST
On Sun, 25 Jun 2023 at 08:42, Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Please pull the following Kselftest update for Linux 6.5-rc1.
Hmm. I pulled this, but it causes multiple objtool warnings.
The cause seems to be __kunit_abort() being no-return and objtool
having not being told about it, and I'm double-checking the fix for
that.
But I'm unhappy with how clearly nobody seems to have looked at
non-fatal warning output again.
This was why we made the kernel use -Werror, because people would
ignore build warnings that weren't fatal. Now objtool warnings seem to
be triggering the same laissez-faire behavior.
Linus