On Tue, 26 Oct 2021 21:27:00 -0700 Kalesh Singh kaleshsingh@google.com wrote:
Interesting. There should be test logs under logs/ directory in the ftracetest. Can you share the logs/*/ftracetest.log and your kernel kconfig?
Thank you,
Hi Masami,
I have attached the config and ftracetest.log here.
Actually, could you attach the other files in that log?
tar cvjf log.tar.bz2 logs/<date>/
Where <date> is the value for the log that failed.
That will give me more information to why the tests failed.
I'm currently going to test the config you sent.
Thanks!
-- Steve
On Wed, 27 Oct 2021 10:31:19 -0400 Steven Rostedt rostedt@goodmis.org wrote:
On Tue, 26 Oct 2021 21:27:00 -0700 Kalesh Singh kaleshsingh@google.com wrote:
Interesting. There should be test logs under logs/ directory in the ftracetest. Can you share the logs/*/ftracetest.log and your kernel kconfig?
Thank you,
Hi Masami,
I have attached the config and ftracetest.log here.
Thanks! but it seems that the tests were randomely failed...
Actually, could you attach the other files in that log?
tar cvjf log.tar.bz2 logs/<date>/
Where <date> is the value for the log that failed.
That will give me more information to why the tests failed.
I'm currently going to test the config you sent.
I'm also trying to reproduce it, but it seems to need full qemu mode. If you share the above logs, it is easier to check why the tests have been failed.
Thanks!
-- Steve
On Wed, 27 Oct 2021 23:52:29 +0900 Masami Hiramatsu mhiramat@kernel.org wrote:
I'm currently going to test the config you sent.
I'm also trying to reproduce it, but it seems to need full qemu mode. If you share the above logs, it is easier to check why the tests have been failed.
And my build failed with:
make[2]: *** No rule to make target 'kernel/drivers/char/hw_random/tpm-rng.o', needed by 'modules-only.symvers'. Stop. make[1]: *** [/work/git/linux-test.git/Makefile:1783: modules] Error 2
I'll tweak the config to go further.
-- Steve
On Wed, 27 Oct 2021 11:01:49 -0400 Steven Rostedt rostedt@goodmis.org wrote:
And my build failed with:
make[2]: *** No rule to make target 'kernel/drivers/char/hw_random/tpm-rng.o', needed by 'modules-only.symvers'. Stop. make[1]: *** [/work/git/linux-test.git/Makefile:1783: modules] Error 2
I'll tweak the config to go further.
I got it booted, but also had to disable selinux. I wonder if that caused any issues?
It did find a minor bug. A warning happens if you try to connect an event-probe to an event that does not exist. That should not warn.
I'll go fix that, but it would still be good to see the logs.
Thanks,
-- Steve
linux-kselftest-mirror@lists.linaro.org