[lttng-dev] [BUG lttng-modules] lttng-module compile failed with the v5.12 kernel

2021-03-28 Thread Xu, Yanfei via lttng-dev
Hi experts, I found a file named lttng-statedump-impl.c in lttng-module is always compiled failed. The file use some functions which were export from kernel. But the v5.12 kernel unexport them by 'commit bc359d03c7ec ("block: add a disk_uevent helper")'. The function are disk_part_iter_init()\di

Re: [lttng-dev] [BUG lttng-modules] lttng-module compile failed with the v5.12 kernel

2021-03-29 Thread Xu, Yanfei via lttng-dev
On 3/29/21 9:54 PM, Michael Jeanson via lttng-dev wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On 2021-03-29 02 h 34, Xu, Yanfei via lttng-dev wrote: Hi experts, I found a file named lttng-statedump-impl.c in lttng-module is always compiled failed. The file use some