Activity log for bug #1677126

Date Who What changed Old value New value Message
2017-03-29 06:17:44 Po-Hsu Lin bug added bug
2017-03-29 08:29:11 Colin Ian King linux-hwe-edge (Ubuntu): importance Undecided Medium
2017-03-29 08:29:13 Colin Ian King linux-hwe-edge (Ubuntu): assignee Colin Ian King (colin-king)
2017-03-29 13:28:13 Colin Ian King description Test failed with "Kernel tracer not available" root@michael:/home/ubuntu/autotest-client-tests/ubuntu_lttng_smoke_test# ./ubuntu_lttng_smoke_test.sh == lttng smoke test of session create/destroy == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Session test-kernel-session destroyed PASSED (lttng destroy) == lttng smoke test list kernel events == Error: Unable to list kernel events: Kernel tracer not available Error: Command error FAILED (lttng list --kernel) FAILED (lttng list --kernel more output expected) == lttng smoke test trace open/close system calls == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Error: Event open: Kernel tracer not available (channel channel0, session test-kernel-session) Error: Event openat: Kernel tracer not available (channel channel0, session test-kernel-session) Error: Event close: Kernel tracer not available (channel channel0, session test-kernel-session) FAILED (lttng enable-event) Session test-kernel-session destroyed == lttng smoke test trace context switches == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Error: Event sched_switch: Kernel tracer not available (channel channel0, session test-kernel-session) FAILED (lttng enable-event) Session test-kernel-session destroyed Summary: 4 passed, 4 failed ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.10.0-14-generic 4.10.0-14.16~16.04.1 ProcVersionSignature: Ubuntu 4.10.0-14.16~16.04.1-generic 4.10.3 Uname: Linux 4.10.0-14-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 Date: Wed Mar 29 06:08:00 2017 SourcePackage: linux-hwe-edge UpgradeStatus: No upgrade log present (probably fresh install) == SRU REQUEST [Xenial] == We are getting lttng module build failures on the HWE 4.10.0 kernel because we are missing the 4.9 and 4.10 compatibility patches to build for a 4.10 kernel. == Fix == Apply minimal set of upstream patches to enable 4.9 + 4.10 builds: 769b62a02f62ff8db93f109d9f63a1df6ea9990b Fix-unregister-cpu-hotplug-notifier-on-buffer-alloc-.patch 489de24bfb835022b64c2e71d717eaf333ab3633 Add-load-unload-messages-to-kernel-log.patch 3e86016420272ce5ef0139ad52f20c83305f0f15 Fix-update-scsi-instrumentation-for-4.7-kernels.patch f3166f27f5e2d2210cec32d68c277940a7473281 btrfs-instrumentation-update-to-4.10-kernel.patch 507143bc5de50c0e5493d63fb5c300fa42326842 timer-instrumentation-adapt-to-ktime_t-without-union.patch 1e36732678d7cc650940b4508031acf2f6ffcd1b Adapt-lttng-modules-to-Linux-4.10-cpu-hotplug-state-.patch == Testing == Without the fix, lttng modules won't install and build on HWE 4.10 kernels. With the fix, the lttng modules build and also pass the ubuntu kernel team autotest lttng smoke tests. Should be tested with xenial 4.4 kernel to ensure backward compatibility is not broken on the default Xenial kernels == Regression potential == Can potential break lttng. ------------------------------------------------------------------------- Test failed with "Kernel tracer not available" root@michael:/home/ubuntu/autotest-client-tests/ubuntu_lttng_smoke_test# ./ubuntu_lttng_smoke_test.sh == lttng smoke test of session create/destroy == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Session test-kernel-session destroyed PASSED (lttng destroy) == lttng smoke test list kernel events == Error: Unable to list kernel events: Kernel tracer not available Error: Command error FAILED (lttng list --kernel) FAILED (lttng list --kernel more output expected) == lttng smoke test trace open/close system calls == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Error: Event open: Kernel tracer not available (channel channel0, session test-kernel-session) Error: Event openat: Kernel tracer not available (channel channel0, session test-kernel-session) Error: Event close: Kernel tracer not available (channel channel0, session test-kernel-session) FAILED (lttng enable-event) Session test-kernel-session destroyed == lttng smoke test trace context switches == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Error: Event sched_switch: Kernel tracer not available (channel channel0, session test-kernel-session) FAILED (lttng enable-event) Session test-kernel-session destroyed Summary: 4 passed, 4 failed ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.10.0-14-generic 4.10.0-14.16~16.04.1 ProcVersionSignature: Ubuntu 4.10.0-14.16~16.04.1-generic 4.10.3 Uname: Linux 4.10.0-14-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 Date: Wed Mar 29 06:08:00 2017 SourcePackage: linux-hwe-edge UpgradeStatus: No upgrade log present (probably fresh install)
2017-03-29 15:01:50 Colin Ian King description == SRU REQUEST [Xenial] == We are getting lttng module build failures on the HWE 4.10.0 kernel because we are missing the 4.9 and 4.10 compatibility patches to build for a 4.10 kernel. == Fix == Apply minimal set of upstream patches to enable 4.9 + 4.10 builds: 769b62a02f62ff8db93f109d9f63a1df6ea9990b Fix-unregister-cpu-hotplug-notifier-on-buffer-alloc-.patch 489de24bfb835022b64c2e71d717eaf333ab3633 Add-load-unload-messages-to-kernel-log.patch 3e86016420272ce5ef0139ad52f20c83305f0f15 Fix-update-scsi-instrumentation-for-4.7-kernels.patch f3166f27f5e2d2210cec32d68c277940a7473281 btrfs-instrumentation-update-to-4.10-kernel.patch 507143bc5de50c0e5493d63fb5c300fa42326842 timer-instrumentation-adapt-to-ktime_t-without-union.patch 1e36732678d7cc650940b4508031acf2f6ffcd1b Adapt-lttng-modules-to-Linux-4.10-cpu-hotplug-state-.patch == Testing == Without the fix, lttng modules won't install and build on HWE 4.10 kernels. With the fix, the lttng modules build and also pass the ubuntu kernel team autotest lttng smoke tests. Should be tested with xenial 4.4 kernel to ensure backward compatibility is not broken on the default Xenial kernels == Regression potential == Can potential break lttng. ------------------------------------------------------------------------- Test failed with "Kernel tracer not available" root@michael:/home/ubuntu/autotest-client-tests/ubuntu_lttng_smoke_test# ./ubuntu_lttng_smoke_test.sh == lttng smoke test of session create/destroy == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Session test-kernel-session destroyed PASSED (lttng destroy) == lttng smoke test list kernel events == Error: Unable to list kernel events: Kernel tracer not available Error: Command error FAILED (lttng list --kernel) FAILED (lttng list --kernel more output expected) == lttng smoke test trace open/close system calls == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Error: Event open: Kernel tracer not available (channel channel0, session test-kernel-session) Error: Event openat: Kernel tracer not available (channel channel0, session test-kernel-session) Error: Event close: Kernel tracer not available (channel channel0, session test-kernel-session) FAILED (lttng enable-event) Session test-kernel-session destroyed == lttng smoke test trace context switches == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Error: Event sched_switch: Kernel tracer not available (channel channel0, session test-kernel-session) FAILED (lttng enable-event) Session test-kernel-session destroyed Summary: 4 passed, 4 failed ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.10.0-14-generic 4.10.0-14.16~16.04.1 ProcVersionSignature: Ubuntu 4.10.0-14.16~16.04.1-generic 4.10.3 Uname: Linux 4.10.0-14-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 Date: Wed Mar 29 06:08:00 2017 SourcePackage: linux-hwe-edge UpgradeStatus: No upgrade log present (probably fresh install) == SRU REQUEST [Xenial] == We are getting lttng module build failures on the HWE 4.10.0 kernel because we are missing the 4.9 and 4.10 compatibility patches to build for a 4.10 kernel. == Fix == Apply minimal set of upstream patches to enable 4.9 + 4.10 builds: 769b62a02f62ff8db93f109d9f63a1df6ea9990b      Fix-unregister-cpu-hotplug-notifier-on-buffer-alloc-.patch 489de24bfb835022b64c2e71d717eaf333ab3633      Add-load-unload-messages-to-kernel-log.patch 3e86016420272ce5ef0139ad52f20c83305f0f15      Fix-update-scsi-instrumentation-for-4.7-kernels.patch f3166f27f5e2d2210cec32d68c277940a7473281      btrfs-instrumentation-update-to-4.10-kernel.patch 507143bc5de50c0e5493d63fb5c300fa42326842      timer-instrumentation-adapt-to-ktime_t-without-union.patch 1e36732678d7cc650940b4508031acf2f6ffcd1b      Adapt-lttng-modules-to-Linux-4.10-cpu-hotplug-state-.patch da3b99a6386302158785e1f8fd1679c106850d0e Fix: only include linux/cpuhotplug.h for kernels >= 4.10 ce4a2f0c273d4077c6eb9e6e0f28379ddaf61382 Fix: 4.10 hotplug adaptation backward compat == Testing == Without the fix, lttng modules won't install and build on HWE 4.10 kernels. With the fix, the lttng modules build and also pass the ubuntu kernel team autotest lttng smoke tests. Should be tested with xenial 4.4 kernel to ensure backward compatibility is not broken on the default Xenial kernels == Regression potential == Can potential break lttng. ------------------------------------------------------------------------- Test failed with "Kernel tracer not available" root@michael:/home/ubuntu/autotest-client-tests/ubuntu_lttng_smoke_test# ./ubuntu_lttng_smoke_test.sh == lttng smoke test of session create/destroy == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Session test-kernel-session destroyed PASSED (lttng destroy) == lttng smoke test list kernel events == Error: Unable to list kernel events: Kernel tracer not available Error: Command error FAILED (lttng list --kernel) FAILED (lttng list --kernel more output expected) == lttng smoke test trace open/close system calls == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Error: Event open: Kernel tracer not available (channel channel0, session test-kernel-session) Error: Event openat: Kernel tracer not available (channel channel0, session test-kernel-session) Error: Event close: Kernel tracer not available (channel channel0, session test-kernel-session) FAILED (lttng enable-event) Session test-kernel-session destroyed == lttng smoke test trace context switches == Session test-kernel-session created. Traces will be written in /tmp/lttng-kernel-trace-12675-session PASSED (lttng create) Error: Event sched_switch: Kernel tracer not available (channel channel0, session test-kernel-session) FAILED (lttng enable-event) Session test-kernel-session destroyed Summary: 4 passed, 4 failed ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.10.0-14-generic 4.10.0-14.16~16.04.1 ProcVersionSignature: Ubuntu 4.10.0-14.16~16.04.1-generic 4.10.3 Uname: Linux 4.10.0-14-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 Date: Wed Mar 29 06:08:00 2017 SourcePackage: linux-hwe-edge UpgradeStatus: No upgrade log present (probably fresh install)
2017-03-29 15:02:48 Colin Ian King linux-hwe-edge (Ubuntu): status New In Progress
2017-03-29 15:03:27 Colin Ian King bug task added lttng-modules (Ubuntu)
2017-03-29 15:03:33 Colin Ian King lttng-modules (Ubuntu): status New In Progress
2017-03-29 15:03:37 Colin Ian King lttng-modules (Ubuntu): importance Undecided Medium
2017-03-29 15:03:39 Colin Ian King lttng-modules (Ubuntu): assignee Colin Ian King (colin-king)
2017-04-05 13:13:08 Chris J Arges nominated for series Ubuntu Xenial
2017-04-05 13:13:08 Chris J Arges bug task added lttng-modules (Ubuntu Xenial)
2017-04-05 13:13:08 Chris J Arges bug task added linux-hwe-edge (Ubuntu Xenial)
2017-04-05 22:45:58 Brian Murray lttng-modules (Ubuntu Xenial): status New Fix Committed
2017-04-05 22:46:00 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2017-04-05 22:46:03 Brian Murray bug added subscriber SRU Verification
2017-04-05 22:46:09 Brian Murray tags amd64 apport-bug package-from-proposed uec-images xenial amd64 apport-bug package-from-proposed uec-images verification-needed xenial
2017-04-06 07:43:23 Colin Ian King tags amd64 apport-bug package-from-proposed uec-images verification-needed xenial amd64 apport-bug package-from-proposed uec-images verification-done xenial
2017-04-13 21:02:11 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2017-04-13 21:12:13 Launchpad Janitor lttng-modules (Ubuntu Xenial): status Fix Committed Fix Released
2017-05-17 14:11:53 Colin Ian King lttng-modules (Ubuntu): status In Progress Fix Released
2017-05-17 14:11:56 Colin Ian King linux-hwe-edge (Ubuntu): status In Progress Fix Released