Bug 209043
Summary: | ftrace self tests failing from 5.7+ | ||
---|---|---|---|
Product: | Tracing/Profiling | Reporter: | Colin Ian King (colin.king) |
Component: | Ftrace | Assignee: | Steven Rostedt (rostedt) |
Status: | NEW --- | ||
Severity: | blocking | CC: | a.kawashiro |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 5.7+ | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
config-5.8.3-050803-generic
config-5.9.0-rc2+ ftrace passed config Succeeded test log Result of `LOCALVERSION=-dev-master sudo make kselftest KCFLAGS="-W" CC="ccache gcc" -j 12 TARGETS="ftrace" 2>&1 | tee kselftest.log` |
Description
Colin Ian King
2020-08-26 09:40:49 UTC
Urgh, typo. It should be "AMD64", in a QEMU VM. I suspect I've got some config settings disabled. I wonder if the require config settings are described somewhere for these tests to work correctly? Created attachment 292173 [details]
config-5.8.3-050803-generic
Created attachment 292175 [details]
config-5.9.0-rc2+
Is it possible to have a copy of a config where all these tests pass? Make alldefconfig isn't producing passing results on amd64 for me either. I confirmed all ftrace related tests passed with `LOCALVERSION=-dev-master sudo make kselftest KCFLAGS="-W" CC="ccache clang-12" -j 12 TARGETS="ftrace"`. Commit is 0457e5153e0e8420134f60921349099e907264ca Merge: fc93310c67ff f3136c4ce7ac Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Fri Feb 4 16:28:11 2022 -0800 . (In reply to Akira Kawata from comment #7) > I confirmed all ftrace related tests passed with `LOCALVERSION=-dev-master > sudo make kselftest KCFLAGS="-W" CC="ccache clang-12" -j 12 > TARGETS="ftrace"`. Commit is > 0457e5153e0e8420134f60921349099e907264ca Merge: fc93310c67ff f3136c4ce7ac > Author: Linus Torvalds <torvalds@linux-foundation.org> > Date: Fri Feb 4 16:28:11 2022 -0800 > . Does this mean that we can close this bug? -- Steve Created attachment 300400 [details]
ftrace passed config
> Does this mean that we can close this bug?
I think so. I attached the succeded config.
Created attachment 300401 [details]
Succeeded test log
Result of test here.
`LOCALVERSION=-dev-master sudo make kselftest KCFLAGS="-W" CC="ccache clang-12" -j 12 TARGETS="ftrace" 2>& | tee kselftest.log
Ooops, I ran kselftest with old kernel. I will upload the correct log soon. Sorry. Created attachment 300402 [details]
Result of `LOCALVERSION=-dev-master sudo make kselftest KCFLAGS="-W" CC="ccache gcc" -j 12 TARGETS="ftrace" 2>&1 | tee kselftest.log`
I attached the correct one. All tests passed also.
|