Activity log for bug #1841751

Date Who What changed Old value New value Message
2019-08-28 09:57:59 Po-Hsu Lin bug added bug
2019-08-28 09:58:12 Po-Hsu Lin description Test failed to build: stdout: cc -O -Wall -Wpedantic -Werror -c -o checktsc.o checktsc.c stderr: checktsc.c: In function ‘slave_thread’: checktsc.c:159:2: error: impossible constraint in ‘asm’ __asm__ __volatile__("rdtsc" : "=A" (tsc)); ^~~~~~~ make: *** [: checktsc.o] Error 1 It looks like this has something to do with its assembly, maybe this test should be disabled on ARM64 like the monotonic test. Test failed to build:         stdout:         cc -O -Wall -Wpedantic -Werror -c -o checktsc.o checktsc.c         stderr:         checktsc.c: In function ‘slave_thread’:         checktsc.c:159:2: error: impossible constraint in ‘asm’         __asm__ __volatile__("rdtsc" : "=A" (tsc));         ^~~~~~~         make: *** [: checktsc.o] Error 1 It looks like this has something to do with its assembly, maybe this test should be disabled on ARM64 (or even non-x86) like the monotonic test.
2019-08-28 09:58:26 Po-Hsu Lin tags 5.0 aws disco sru-20190812 tsc
2019-08-28 16:18:16 Sean Feole ubuntu-kernel-tests: importance Undecided Critical
2019-08-28 16:18:20 Sean Feole ubuntu-kernel-tests: status New Fix Released
2019-08-28 16:18:21 Sean Feole ubuntu-kernel-tests: assignee Sean Feole (sfeole)