On Wed, Aug 15, 2018 at 01:19:46AM +0000, Linaro QA wrote:
Summary
kernel: 4.9.120-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.9.y git commit: 484c51a343c620862ef4a8aa9f3641c550b5e836 git describe: v4.9.119-23-g484c51a343c6 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.9-oe/build/v4.9.119-23-...
Regressions (compared to build v4.9.119-6-gcf8be5910969)
qemu_arm: ltp-syscalls-tests: * runltp_syscalls * syslog08
This is a minor error for function "restart_syslog_daemon()" from syslog-lib.sh (testcases/kernel/syscalls/syslog/syslog-lib.sh). It is already considering a 2 second delay to have syslog fully restarted, which, in this emulated environment might not have been enough. Check code's comment:
restart_daemon $SYSLOG_DAEMON if [ $? -eq 0 ]; then # XXX: this really shouldn't exist; if *syslogd isn't # ready once the restart directive has been issued, # then it needs to be fixed. sleep 2
-Rafael