[lttng-dev] [PATCH lttng-modules 0/1] Introduce configure script to describe changes in linux kernel interface

2023-07-03 Thread Roxana Nicolescu via lttng-dev
This script described the changes in the linux kernel interface that affect compatibility with lttng-modules. It is introduced for a specific usecase where commit d87a7b4c77a9: "jbd2: use the correct print format" broke the interface between the kernel and lttng-module. 3 variables changed their t

[lttng-dev] [PATCH lttng-modules 1/1] Introduce configure script to describe changes in linux kernel interface

2023-07-03 Thread Roxana Nicolescu via lttng-dev
This script is intented to be used for checking the changes in linux kernel headers and keep the lttng module up-to-date. It is introduced for a specific usecase where commit d87a7b4c77a9: "jbd2: use the correct print format" broke the interface between the kernel and lttng-module. 3 variables cha

Re: [lttng-dev] [PATCH lttng-modules 0/1] Introduce configure script to describe changes in linux kernel interface

2023-07-04 Thread Roxana Nicolescu via lttng-dev
wrote: On 7/4/23 11:35, Michael Jeanson via lttng-dev wrote: On 2023-07-03 14:28, Roxana Nicolescu via lttng-dev wrote: This script described the changes in the linux kernel interface that affect compatibility with lttng-modules. It is introduced for a specific usecase where commit d87a7b4c

Re: [lttng-dev] [PATCH lttng-modules 0/1] Introduce configure script to describe changes in linux kernel interface

2023-07-06 Thread Roxana Nicolescu via lttng-dev
Thanks, Mathieu All the best, Roxana On 04/07/2023 20:07, Mathieu Desnoyers wrote: On 7/4/23 11:35, Michael Jeanson via lttng-dev wrote: On 2023-07-03 14:28, Roxana Nicolescu via lttng-dev wrote: This script described the changes in the linux kernel interface that affect compatibility with l