Activity log for bug #2004644

Date Who What changed Old value New value Message
2023-02-03 12:16:59 Roxana Nicolescu bug added bug
2023-02-03 13:39:43 Roxana Nicolescu bug task added lttng-modules (Ubuntu)
2023-02-03 13:40:45 Roxana Nicolescu nominated for series Ubuntu Focal
2023-02-03 13:40:45 Roxana Nicolescu bug task added lttng-modules (Ubuntu Focal)
2023-02-03 16:32:32 Roxana Nicolescu attachment added 20.0.5-20.0.4.debdiff https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2004644/+attachment/5644665/+files/20.0.5-20.0.4.debdiff
2023-02-03 20:21:41 Ubuntu Foundations Team Bug Bot tags patch
2023-02-03 20:21:47 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2023-02-06 10:55:10 Po-Hsu Lin tags patch 5.4 focal patch ubuntu-lttng-smoke-test
2023-02-09 08:32:02 Roxana Nicolescu description [SRU Justification] Impact: Upstream stable added a change in the format of jbd2 in 5.4.229. This is incompatible with the current changes in the lttng-module. Fix: Picking 4 patches from upstream lttng-modules which handle the changed interface as well as add the required code to enable that change for other versions as well: LTTNG_KERNEL_RANGE(5,4,229, 5,5,0) LTTNG_KERNEL_RANGE(5,10,163, 5,11,0) LTTNG_KERNEL_RANGE(5,15,87, 5,16,0) LTTNG_KERNEL_RANGE(6,0,18, 6,1,0) LTTNG_KERNEL_RANGE(6,1,4, 6,2,0) Tescase: lttng-smoke-test fail to compile with the error from below Regression potential: We may notice regressions with lttng-modules on kernels < 5.4.229 760 21:14:39 DEBUG| [stdout] In file included from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/define_trace.h:87, 761 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:177, 762 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:29: 763 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:131:6: error: conflicting types for ‘trace_jbd2_run_stats’ 764 21:14:39 DEBUG| [stdout] 131 | void trace_##_name(_proto); 765 21:14:39 DEBUG| [stdout] | ^~~~~~ 766 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:43:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’ 767 21:14:39 DEBUG| [stdout] 43 | LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args)) 768 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 769 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:85:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’ 770 21:14:39 DEBUG| [stdout] 85 | LTTNG_TRACEPOINT_EVENT_MAP(name, name, \ 771 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 772 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:104:1: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’ 773 21:14:39 DEBUG| [stdout] 104 | LTTNG_TRACEPOINT_EVENT(jbd2_run_stats, 774 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~ 775 21:14:39 DEBUG| [stdout] In file included from ./include/trace/events/jbd2.h:9, 776 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:18: 777 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:243:21: note: previous definition of ‘trace_jbd2_run_stats’ was here 778 21:14:39 DEBUG| [stdout] 243 | static inline void trace_##name(proto) \ 779 21:14:39 DEBUG| [stdout] | ^~~~~~ 780 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:406:2: note: in expansion of macro ‘__DECLARE_TRACE’ 781 21:14:39 DEBUG| [stdout] 406 | __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ 782 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~ 783 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:542:2: note: in expansion of macro ‘DECLARE_TRACE’ 784 21:14:39 DEBUG| [stdout] 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 785 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~ 786 21:14:39 DEBUG| [stdout] ./include/trace/events/jbd2.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ 787 21:14:39 DEBUG| [stdout] 234 | TRACE_EVENT(jbd2_run_stats, 788 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~ 789 21:14:39 DEBUG| [stdout] In file included from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/define_trace.h:87, 790 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:177, 791 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:29: 792 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:131:6: error: conflicting types for ‘trace_jbd2_checkpoint_stats’ 793 21:14:39 DEBUG| [stdout] 131 | void trace_##_name(_proto); 794 21:14:39 DEBUG| [stdout] | ^~~~~~ 795 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:43:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’ 796 21:14:39 DEBUG| [stdout] 43 | LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args)) 797 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 798 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:85:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’ 799 21:14:39 DEBUG| [stdout] 85 | LTTNG_TRACEPOINT_EVENT_MAP(name, name, \ 800 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 801 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:124:1: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’ 802 21:14:39 DEBUG| [stdout] 124 | LTTNG_TRACEPOINT_EVENT(jbd2_checkpoint_stats, 803 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~ 804 21:14:39 DEBUG| [stdout] In file included from ./include/trace/events/jbd2.h:9, 805 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:18: 806 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:243:21: note: previous definition of ‘trace_jbd2_checkpoint_stats’ was here 807 21:14:39 DEBUG| [stdout] 243 | static inline void trace_##name(proto) \ 808 21:14:39 DEBUG| [stdout] | ^~~~~~ 809 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:406:2: note: in expansion of macro ‘__DECLARE_TRACE’ 810 21:14:39 DEBUG| [stdout] 406 | __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ 811 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~ 812 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:542:2: note: in expansion of macro ‘DECLARE_TRACE’ 813 21:14:39 DEBUG| [stdout] 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 814 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~ 815 21:14:39 DEBUG| [stdout] ./include/trace/events/jbd2.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 816 21:14:39 DEBUG| [stdout] 282 | TRACE_EVENT(jbd2_checkpoint_stats, 817 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~ 818 21:14:39 DEBUG| [stdout] make[2]: *** [scripts/Makefile.build:270: /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.o] Error 1 819 21:14:39 DEBUG| [stdout] make[1]: *** [scripts/Makefile.build:519: /var/lib/dkms/lttng-modules/2.12.5/build/probes] Error 2 820 21:14:39 DEBUG| [stdout] make: *** [Makefile:1767: /var/lib/dkms/lttng-modules/2.12.5/build] Error 2 821 21:14:39 DEBUG| [stdout] make: Leaving directory '/usr/src/linux-headers-5.4.0-143-generic' 822 21:14:39 ERROR| Exception escaping from test: 823 Traceback (most recent call last): 824 File "/home/ubuntu/autotest/client/shared/test.py", line 378, in _exec 825 _cherry_pick_call(self.initialize, *args, **dargs) 826 File "/home/ubuntu/autotest/client/shared/test.py", line 738, in _cherry_pick_call 827 return func(*p_args, **p_dargs) 828 File "/home/ubuntu/autotest/client/tests/ubuntu_lttng_smoke_test/ubuntu_lttng_smoke_test.py", line 58, in initialize 829 raise error.TestError('DKMS failed to install') [SRU Justification] Impact: Upstream stable added a change in the format of jbd2 in 5.4.229. This is incompatible with the current changes in the lttng-module. Fix: Picking 4 patches from upstream lttng-modules which handle the changed interface as well as add the required code to enable that change for other versions as well: LTTNG_KERNEL_RANGE(5,4,229, 5,5,0) LTTNG_KERNEL_RANGE(5,10,163, 5,11,0) LTTNG_KERNEL_RANGE(5,15,87, 5,16,0) LTTNG_KERNEL_RANGE(6,0,18, 6,1,0) LTTNG_KERNEL_RANGE(6,1,4, 6,2,0) Tescase: lttng-smoke-test fail to compile with the error from below. Regression potential: We may notice new failures in ubuntu_lttng_smoke_test once this will compile and run. 760 21:14:39 DEBUG| [stdout] In file included from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/define_trace.h:87,       761 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:177,       762 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:29:       763 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:131:6: error: conflicting types for ‘trace_jbd2_run_stats’       764 21:14:39 DEBUG| [stdout] 131 | void trace_##_name(_proto);       765 21:14:39 DEBUG| [stdout] | ^~~~~~       766 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:43:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’       767 21:14:39 DEBUG| [stdout] 43 | LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args))       768 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       769 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:85:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’       770 21:14:39 DEBUG| [stdout] 85 | LTTNG_TRACEPOINT_EVENT_MAP(name, name, \       771 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~       772 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:104:1: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’       773 21:14:39 DEBUG| [stdout] 104 | LTTNG_TRACEPOINT_EVENT(jbd2_run_stats,       774 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~       775 21:14:39 DEBUG| [stdout] In file included from ./include/trace/events/jbd2.h:9,       776 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:18:       777 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:243:21: note: previous definition of ‘trace_jbd2_run_stats’ was here       778 21:14:39 DEBUG| [stdout] 243 | static inline void trace_##name(proto) \       779 21:14:39 DEBUG| [stdout] | ^~~~~~       780 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:406:2: note: in expansion of macro ‘__DECLARE_TRACE’       781 21:14:39 DEBUG| [stdout] 406 | __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \       782 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~       783 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:542:2: note: in expansion of macro ‘DECLARE_TRACE’       784 21:14:39 DEBUG| [stdout] 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))       785 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~       786 21:14:39 DEBUG| [stdout] ./include/trace/events/jbd2.h:234:1: note: in expansion of macro ‘TRACE_EVENT’       787 21:14:39 DEBUG| [stdout] 234 | TRACE_EVENT(jbd2_run_stats,       788 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~       789 21:14:39 DEBUG| [stdout] In file included from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/define_trace.h:87,       790 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:177,       791 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:29:       792 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:131:6: error: conflicting types for ‘trace_jbd2_checkpoint_stats’       793 21:14:39 DEBUG| [stdout] 131 | void trace_##_name(_proto);       794 21:14:39 DEBUG| [stdout] | ^~~~~~       795 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:43:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’       796 21:14:39 DEBUG| [stdout] 43 | LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args))       797 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       798 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:85:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’       799 21:14:39 DEBUG| [stdout] 85 | LTTNG_TRACEPOINT_EVENT_MAP(name, name, \       800 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~       801 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:124:1: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’       802 21:14:39 DEBUG| [stdout] 124 | LTTNG_TRACEPOINT_EVENT(jbd2_checkpoint_stats,       803 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~       804 21:14:39 DEBUG| [stdout] In file included from ./include/trace/events/jbd2.h:9,       805 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:18:       806 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:243:21: note: previous definition of ‘trace_jbd2_checkpoint_stats’ was here       807 21:14:39 DEBUG| [stdout] 243 | static inline void trace_##name(proto) \       808 21:14:39 DEBUG| [stdout] | ^~~~~~       809 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:406:2: note: in expansion of macro ‘__DECLARE_TRACE’       810 21:14:39 DEBUG| [stdout] 406 | __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \       811 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~       812 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:542:2: note: in expansion of macro ‘DECLARE_TRACE’       813 21:14:39 DEBUG| [stdout] 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))       814 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~       815 21:14:39 DEBUG| [stdout] ./include/trace/events/jbd2.h:282:1: note: in expansion of macro ‘TRACE_EVENT’       816 21:14:39 DEBUG| [stdout] 282 | TRACE_EVENT(jbd2_checkpoint_stats,       817 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~       818 21:14:39 DEBUG| [stdout] make[2]: *** [scripts/Makefile.build:270: /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.o] Error 1       819 21:14:39 DEBUG| [stdout] make[1]: *** [scripts/Makefile.build:519: /var/lib/dkms/lttng-modules/2.12.5/build/probes] Error 2       820 21:14:39 DEBUG| [stdout] make: *** [Makefile:1767: /var/lib/dkms/lttng-modules/2.12.5/build] Error 2       821 21:14:39 DEBUG| [stdout] make: Leaving directory '/usr/src/linux-headers-5.4.0-143-generic'       822 21:14:39 ERROR| Exception escaping from test:       823 Traceback (most recent call last):       824 File "/home/ubuntu/autotest/client/shared/test.py", line 378, in _exec       825 _cherry_pick_call(self.initialize, *args, **dargs)       826 File "/home/ubuntu/autotest/client/shared/test.py", line 738, in _cherry_pick_call       827 return func(*p_args, **p_dargs)       828 File "/home/ubuntu/autotest/client/tests/ubuntu_lttng_smoke_test/ubuntu_lttng_smoke_test.py", line 58, in initialize       829 raise error.TestError('DKMS failed to install')
2023-02-09 10:50:29 Dimitri John Ledkov lttng-modules (Ubuntu Focal): status New In Progress
2023-02-09 10:50:35 Dimitri John Ledkov bug added subscriber Ubuntu Stable Release Updates Team
2023-02-10 23:00:35 Brian Murray lttng-modules (Ubuntu Focal): status In Progress Fix Committed
2023-02-10 23:00:37 Brian Murray bug added subscriber SRU Verification
2023-02-10 23:00:40 Brian Murray tags 5.4 focal patch ubuntu-lttng-smoke-test 5.4 focal patch ubuntu-lttng-smoke-test verification-needed verification-needed-focal
2023-02-10 23:03:03 Brian Murray removed subscriber Ubuntu Sponsors Team
2023-02-13 07:46:56 Po-Hsu Lin tags 5.4 focal patch ubuntu-lttng-smoke-test verification-needed verification-needed-focal 5.4 focal patch ubuntu-lttng-smoke-test verification-done verification-done-focal
2023-02-13 07:48:15 Po-Hsu Lin ubuntu-kernel-tests: status New In Progress
2023-02-13 07:48:25 Po-Hsu Lin ubuntu-kernel-tests: assignee Roxana Nicolescu (roxanan)
2023-02-13 07:48:35 Po-Hsu Lin lttng-modules (Ubuntu): status New Invalid
2023-02-14 09:29:38 Stefan Bader nominated for series Ubuntu Kinetic
2023-02-14 09:29:38 Stefan Bader bug task added lttng-modules (Ubuntu Kinetic)
2023-02-14 09:29:38 Stefan Bader nominated for series Ubuntu Jammy
2023-02-14 09:29:38 Stefan Bader bug task added lttng-modules (Ubuntu Jammy)
2023-02-14 09:29:38 Stefan Bader nominated for series Ubuntu Bionic
2023-02-14 09:29:38 Stefan Bader bug task added lttng-modules (Ubuntu Bionic)
2023-02-14 09:30:40 Stefan Bader lttng-modules (Ubuntu Focal): importance Undecided Medium
2023-02-14 09:30:48 Stefan Bader lttng-modules (Ubuntu Bionic): importance Undecided Medium
2023-02-14 09:30:51 Stefan Bader lttng-modules (Ubuntu Jammy): importance Undecided Medium
2023-02-14 09:30:55 Stefan Bader lttng-modules (Ubuntu Kinetic): importance Undecided Medium
2023-02-14 09:37:35 Roxana Nicolescu lttng-modules (Ubuntu): status Invalid Won't Fix
2023-02-14 09:37:59 Roxana Nicolescu lttng-modules (Ubuntu): status Won't Fix Invalid
2023-02-14 10:20:07 Roxana Nicolescu description [SRU Justification] Impact: Upstream stable added a change in the format of jbd2 in 5.4.229. This is incompatible with the current changes in the lttng-module. Fix: Picking 4 patches from upstream lttng-modules which handle the changed interface as well as add the required code to enable that change for other versions as well: LTTNG_KERNEL_RANGE(5,4,229, 5,5,0) LTTNG_KERNEL_RANGE(5,10,163, 5,11,0) LTTNG_KERNEL_RANGE(5,15,87, 5,16,0) LTTNG_KERNEL_RANGE(6,0,18, 6,1,0) LTTNG_KERNEL_RANGE(6,1,4, 6,2,0) Tescase: lttng-smoke-test fail to compile with the error from below. Regression potential: We may notice new failures in ubuntu_lttng_smoke_test once this will compile and run. 760 21:14:39 DEBUG| [stdout] In file included from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/define_trace.h:87,       761 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:177,       762 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:29:       763 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:131:6: error: conflicting types for ‘trace_jbd2_run_stats’       764 21:14:39 DEBUG| [stdout] 131 | void trace_##_name(_proto);       765 21:14:39 DEBUG| [stdout] | ^~~~~~       766 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:43:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’       767 21:14:39 DEBUG| [stdout] 43 | LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args))       768 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       769 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:85:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’       770 21:14:39 DEBUG| [stdout] 85 | LTTNG_TRACEPOINT_EVENT_MAP(name, name, \       771 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~       772 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:104:1: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’       773 21:14:39 DEBUG| [stdout] 104 | LTTNG_TRACEPOINT_EVENT(jbd2_run_stats,       774 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~       775 21:14:39 DEBUG| [stdout] In file included from ./include/trace/events/jbd2.h:9,       776 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:18:       777 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:243:21: note: previous definition of ‘trace_jbd2_run_stats’ was here       778 21:14:39 DEBUG| [stdout] 243 | static inline void trace_##name(proto) \       779 21:14:39 DEBUG| [stdout] | ^~~~~~       780 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:406:2: note: in expansion of macro ‘__DECLARE_TRACE’       781 21:14:39 DEBUG| [stdout] 406 | __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \       782 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~       783 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:542:2: note: in expansion of macro ‘DECLARE_TRACE’       784 21:14:39 DEBUG| [stdout] 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))       785 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~       786 21:14:39 DEBUG| [stdout] ./include/trace/events/jbd2.h:234:1: note: in expansion of macro ‘TRACE_EVENT’       787 21:14:39 DEBUG| [stdout] 234 | TRACE_EVENT(jbd2_run_stats,       788 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~       789 21:14:39 DEBUG| [stdout] In file included from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/define_trace.h:87,       790 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:177,       791 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:29:       792 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:131:6: error: conflicting types for ‘trace_jbd2_checkpoint_stats’       793 21:14:39 DEBUG| [stdout] 131 | void trace_##_name(_proto);       794 21:14:39 DEBUG| [stdout] | ^~~~~~       795 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:43:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’       796 21:14:39 DEBUG| [stdout] 43 | LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args))       797 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       798 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:85:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’       799 21:14:39 DEBUG| [stdout] 85 | LTTNG_TRACEPOINT_EVENT_MAP(name, name, \       800 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~       801 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:124:1: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’       802 21:14:39 DEBUG| [stdout] 124 | LTTNG_TRACEPOINT_EVENT(jbd2_checkpoint_stats,       803 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~       804 21:14:39 DEBUG| [stdout] In file included from ./include/trace/events/jbd2.h:9,       805 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:18:       806 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:243:21: note: previous definition of ‘trace_jbd2_checkpoint_stats’ was here       807 21:14:39 DEBUG| [stdout] 243 | static inline void trace_##name(proto) \       808 21:14:39 DEBUG| [stdout] | ^~~~~~       809 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:406:2: note: in expansion of macro ‘__DECLARE_TRACE’       810 21:14:39 DEBUG| [stdout] 406 | __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \       811 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~       812 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:542:2: note: in expansion of macro ‘DECLARE_TRACE’       813 21:14:39 DEBUG| [stdout] 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))       814 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~       815 21:14:39 DEBUG| [stdout] ./include/trace/events/jbd2.h:282:1: note: in expansion of macro ‘TRACE_EVENT’       816 21:14:39 DEBUG| [stdout] 282 | TRACE_EVENT(jbd2_checkpoint_stats,       817 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~       818 21:14:39 DEBUG| [stdout] make[2]: *** [scripts/Makefile.build:270: /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.o] Error 1       819 21:14:39 DEBUG| [stdout] make[1]: *** [scripts/Makefile.build:519: /var/lib/dkms/lttng-modules/2.12.5/build/probes] Error 2       820 21:14:39 DEBUG| [stdout] make: *** [Makefile:1767: /var/lib/dkms/lttng-modules/2.12.5/build] Error 2       821 21:14:39 DEBUG| [stdout] make: Leaving directory '/usr/src/linux-headers-5.4.0-143-generic'       822 21:14:39 ERROR| Exception escaping from test:       823 Traceback (most recent call last):       824 File "/home/ubuntu/autotest/client/shared/test.py", line 378, in _exec       825 _cherry_pick_call(self.initialize, *args, **dargs)       826 File "/home/ubuntu/autotest/client/shared/test.py", line 738, in _cherry_pick_call       827 return func(*p_args, **p_dargs)       828 File "/home/ubuntu/autotest/client/tests/ubuntu_lttng_smoke_test/ubuntu_lttng_smoke_test.py", line 58, in initialize       829 raise error.TestError('DKMS failed to install') [SRU Justification] Impact: Upstream stable added a change in the format of jbd2 in 5.4.229, 5.15.87, 6.1.3. This is incompatible with the current changes in the lttng-module for bionic-5.4 backports, focal, jammy, and kinetic. Focal and bionic updates are needed for the current sru kernel release (2023.01.30). Both adt and rt fail during compilation of the module. Jammy and kinetic updates are not needed for this cycle because patches from upstream stable are not applied yet but it will be needed for the next release(s). Correct changes are already in lttng-modules:master and in 2.13.8-1 version. Fix(es): 1. focal and bionic: Picking 4 patches from upstream lttng-modules which handle the changed interface as well as add the required code to enable that change for other versions as well: LTTNG_KERNEL_RANGE(5,4,229, 5,5,0) LTTNG_KERNEL_RANGE(5,10,163, 5,11,0) LTTNG_KERNEL_RANGE(5,15,87, 5,16,0) LTTNG_KERNEL_RANGE(6,0,18, 6,1,0) LTTNG_KERNEL_RANGE(6,1,4, 6,2,0) 2. Jammy and kinetic: backport 2.13.8-1 Tescase(s) for focal: 1. lttng-smoke-test fail to compile with the error from below. 2. adt lttng-module fail to compile with same error Regression potential: We may notice new failures in ubuntu_lttng_smoke_test once this will compile and run. But it was tested locally and results were good, so probablity is very very low. 760 21:14:39 DEBUG| [stdout] In file included from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/define_trace.h:87, 761 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:177, 762 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:29: 763 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:131:6: error: conflicting types for ‘trace_jbd2_run_stats’ 764 21:14:39 DEBUG| [stdout] 131 | void trace_##_name(_proto); 765 21:14:39 DEBUG| [stdout] | ^~~~~~ 766 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:43:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’ 767 21:14:39 DEBUG| [stdout] 43 | LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args)) 768 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 769 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:85:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’ 770 21:14:39 DEBUG| [stdout] 85 | LTTNG_TRACEPOINT_EVENT_MAP(name, name, \ 771 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 772 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:104:1: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’ 773 21:14:39 DEBUG| [stdout] 104 | LTTNG_TRACEPOINT_EVENT(jbd2_run_stats, 774 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~ 775 21:14:39 DEBUG| [stdout] In file included from ./include/trace/events/jbd2.h:9, 776 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:18: 777 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:243:21: note: previous definition of ‘trace_jbd2_run_stats’ was here 778 21:14:39 DEBUG| [stdout] 243 | static inline void trace_##name(proto) \ 779 21:14:39 DEBUG| [stdout] | ^~~~~~ 780 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:406:2: note: in expansion of macro ‘__DECLARE_TRACE’ 781 21:14:39 DEBUG| [stdout] 406 | __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ 782 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~ 783 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:542:2: note: in expansion of macro ‘DECLARE_TRACE’ 784 21:14:39 DEBUG| [stdout] 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 785 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~ 786 21:14:39 DEBUG| [stdout] ./include/trace/events/jbd2.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ 787 21:14:39 DEBUG| [stdout] 234 | TRACE_EVENT(jbd2_run_stats, 788 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~ 789 21:14:39 DEBUG| [stdout] In file included from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/define_trace.h:87, 790 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:177, 791 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:29: 792 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:131:6: error: conflicting types for ‘trace_jbd2_checkpoint_stats’ 793 21:14:39 DEBUG| [stdout] 131 | void trace_##_name(_proto); 794 21:14:39 DEBUG| [stdout] | ^~~~~~ 795 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:43:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’ 796 21:14:39 DEBUG| [stdout] 43 | LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args)) 797 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 798 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../probes/lttng-tracepoint-event-impl.h:85:2: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’ 799 21:14:39 DEBUG| [stdout] 85 | LTTNG_TRACEPOINT_EVENT_MAP(name, name, \ 800 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 801 21:14:39 DEBUG| [stdout] /var/lib/dkms/lttng-modules/2.12.5/build/probes/../instrumentation/events/lttng-module/jbd2.h:124:1: note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’ 802 21:14:39 DEBUG| [stdout] 124 | LTTNG_TRACEPOINT_EVENT(jbd2_checkpoint_stats, 803 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~~~~~~~~ 804 21:14:39 DEBUG| [stdout] In file included from ./include/trace/events/jbd2.h:9, 805 21:14:39 DEBUG| [stdout] from /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.c:18: 806 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:243:21: note: previous definition of ‘trace_jbd2_checkpoint_stats’ was here 807 21:14:39 DEBUG| [stdout] 243 | static inline void trace_##name(proto) \ 808 21:14:39 DEBUG| [stdout] | ^~~~~~ 809 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:406:2: note: in expansion of macro ‘__DECLARE_TRACE’ 810 21:14:39 DEBUG| [stdout] 406 | __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ 811 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~~~ 812 21:14:39 DEBUG| [stdout] ./include/linux/tracepoint.h:542:2: note: in expansion of macro ‘DECLARE_TRACE’ 813 21:14:39 DEBUG| [stdout] 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 814 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~~~ 815 21:14:39 DEBUG| [stdout] ./include/trace/events/jbd2.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 816 21:14:39 DEBUG| [stdout] 282 | TRACE_EVENT(jbd2_checkpoint_stats, 817 21:14:39 DEBUG| [stdout] | ^~~~~~~~~~~ 818 21:14:39 DEBUG| [stdout] make[2]: *** [scripts/Makefile.build:270: /var/lib/dkms/lttng-modules/2.12.5/build/probes/lttng-probe-jbd2.o] Error 1 819 21:14:39 DEBUG| [stdout] make[1]: *** [scripts/Makefile.build:519: /var/lib/dkms/lttng-modules/2.12.5/build/probes] Error 2 820 21:14:39 DEBUG| [stdout] make: *** [Makefile:1767: /var/lib/dkms/lttng-modules/2.12.5/build] Error 2 821 21:14:39 DEBUG| [stdout] make: Leaving directory '/usr/src/linux-headers-5.4.0-143-generic' 822 21:14:39 ERROR| Exception escaping from test: 823 Traceback (most recent call last): 824 File "/home/ubuntu/autotest/client/shared/test.py", line 378, in _exec 825 _cherry_pick_call(self.initialize, *args, **dargs) 826 File "/home/ubuntu/autotest/client/shared/test.py", line 738, in _cherry_pick_call 827 return func(*p_args, **p_dargs) 828 File "/home/ubuntu/autotest/client/tests/ubuntu_lttng_smoke_test/ubuntu_lttng_smoke_test.py", line 58, in initialize 829 raise error.TestError('DKMS failed to install')
2023-02-14 10:21:38 Roxana Nicolescu summary ubuntu_lttng_smoke_test failed with wrong jbd format on 5.4.0-143.160 Incompatible jbd2 format between kernel and lttng-modules
2023-02-14 10:28:23 Roxana Nicolescu attachment added jammy-2.13.1-1ubuntu0.22.04.3-2.13.8-1~22.04.0.debdiff https://bugs.launchpad.net/ubuntu/+source/lttng-modules/+bug/2004644/+attachment/5647051/+files/jammy-2.13.1-1ubuntu0.22.04.3-2.13.8-1~22.04.0.debdiff
2023-02-14 10:29:22 Roxana Nicolescu attachment added kinetic-2.13.4-1-ubuntu1-2.13.8.1~22.10.0.debdiff https://bugs.launchpad.net/ubuntu/+source/lttng-modules/+bug/2004644/+attachment/5647052/+files/kinetic-2.13.4-1-ubuntu1-2.13.8.1~22.10.0.debdiff
2023-02-14 10:40:51 Roxana Nicolescu bug task added linux (Ubuntu)
2023-02-14 11:00:09 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2023-02-14 11:00:11 Ubuntu Kernel Bot linux (Ubuntu Bionic): status New Incomplete
2023-02-14 11:00:13 Ubuntu Kernel Bot linux (Ubuntu Focal): status New Incomplete
2023-02-14 11:00:15 Ubuntu Kernel Bot linux (Ubuntu Jammy): status New Incomplete
2023-02-14 11:00:17 Ubuntu Kernel Bot linux (Ubuntu Kinetic): status New Incomplete
2023-02-14 12:13:47 Roxana Nicolescu tags 5.4 focal patch ubuntu-lttng-smoke-test verification-done verification-done-focal 5.4 5.4.0-144.161 focal patch ubuntu-lttng-smoke-test verification-done verification-done-focal
2023-02-14 12:18:15 Roxana Nicolescu tags 5.4 5.4.0-144.161 focal patch ubuntu-lttng-smoke-test verification-done verification-done-focal 5.4 5.4.0-144.161 focal patch sru-2023-01-30 ubuntu-lttng-smoke-test verification-done verification-done-focal
2023-02-14 12:40:10 Po-Hsu Lin tags 5.4 5.4.0-144.161 focal patch sru-2023-01-30 ubuntu-lttng-smoke-test verification-done verification-done-focal 5.4 5.4.0-144.161 focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done verification-done-focal
2023-02-14 13:48:17 Dimitri John Ledkov lttng-modules (Ubuntu): status Invalid Fix Committed
2023-02-14 13:48:25 Dimitri John Ledkov nominated for series Ubuntu Lunar
2023-02-14 13:48:25 Dimitri John Ledkov bug task added linux (Ubuntu Lunar)
2023-02-14 13:48:25 Dimitri John Ledkov bug task added lttng-modules (Ubuntu Lunar)
2023-02-14 13:57:16 Dimitri John Ledkov lttng-modules (Ubuntu Bionic): status New In Progress
2023-02-14 14:39:11 Roxana Nicolescu attachment added jammy.debdiff https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2004644/+attachment/5647086/+files/jammy.debdiff
2023-02-14 14:39:34 Roxana Nicolescu attachment added kinetic.debdiff https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2004644/+attachment/5647087/+files/kinetic.debdiff
2023-02-15 12:26:28 Dimitri John Ledkov lttng-modules (Ubuntu Jammy): status New In Progress
2023-02-15 12:26:37 Dimitri John Ledkov lttng-modules (Ubuntu Kinetic): status New In Progress
2023-02-15 12:26:55 Dimitri John Ledkov bug task deleted linux (Ubuntu Bionic)
2023-02-17 10:03:25 Timo Aaltonen lttng-modules (Ubuntu Kinetic): status In Progress Fix Committed
2023-02-17 10:03:29 Timo Aaltonen tags 5.4 5.4.0-144.161 focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done verification-done-focal 5.4 5.4.0-144.161 focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done-focal verification-needed verification-needed-kinetic
2023-02-17 10:08:45 Timo Aaltonen lttng-modules (Ubuntu Jammy): status In Progress Fix Committed
2023-02-17 10:08:49 Timo Aaltonen tags 5.4 5.4.0-144.161 focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done-focal verification-needed verification-needed-kinetic 5.4 5.4.0-144.161 focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done-focal verification-needed verification-needed-jammy verification-needed-kinetic
2023-02-20 03:40:10 Po-Hsu Lin tags 5.4 5.4.0-144.161 focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done-focal verification-needed verification-needed-jammy verification-needed-kinetic 5.4 5.4.0-144.161 focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done verification-done-focal verification-done-jammy verification-done-kinetic
2023-02-20 08:46:43 Po-Hsu Lin tags 5.4 5.4.0-144.161 focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done verification-done-focal verification-done-jammy verification-done-kinetic 5.4 5.4.0-144.161 bionic focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done verification-done-focal verification-done-jammy verification-done-kinetic
2023-02-24 12:35:57 Roxana Nicolescu lttng-modules (Ubuntu Bionic): status In Progress Fix Committed
2023-03-16 16:10:15 Cory Todd tags 5.4 5.4.0-144.161 bionic focal patch sru-20230130 ubuntu-lttng-smoke-test verification-done verification-done-focal verification-done-jammy verification-done-kinetic 5.4 5.4.0-144.161 bionic focal jammy patch sru-20230130 sru-20230227 ubuntu-lttng-smoke-test verification-done verification-done-focal verification-done-jammy verification-done-kinetic
2023-03-21 19:48:53 Launchpad Janitor lttng-modules (Ubuntu Kinetic): status Fix Committed Fix Released
2023-03-21 19:48:57 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2023-03-21 19:50:57 Launchpad Janitor lttng-modules (Ubuntu Jammy): status Fix Committed Fix Released
2023-03-23 08:38:48 Roxana Nicolescu lttng-modules (Ubuntu Bionic): status Fix Committed Fix Released
2023-03-27 14:39:24 Launchpad Janitor lttng-modules (Ubuntu Focal): status Fix Committed Fix Released
2023-04-05 08:30:25 Roxana Nicolescu ubuntu-kernel-tests: status In Progress Fix Released
2023-04-21 02:11:18 Po-Hsu Lin linux (Ubuntu Focal): status Incomplete Invalid
2023-04-21 02:11:26 Po-Hsu Lin linux (Ubuntu Jammy): status Incomplete Invalid
2023-04-21 02:11:33 Po-Hsu Lin linux (Ubuntu Kinetic): status Incomplete Invalid
2023-04-21 02:11:42 Po-Hsu Lin linux (Ubuntu Lunar): status Incomplete Invalid
2024-07-25 21:24:37 Brian Murray lttng-modules (Ubuntu Lunar): status Fix Committed Won't Fix