From: Bruce Ashfield
The commit [fix: sched/tracing: Don't re-read p->state when emitting
sched_switch event (v5.18)] was correct, but the kernel changed their
mind with the following commit:
commit 9c2136be0878c88c53dea26943ce40bb03ad8d8d
Author: Delyan Kratunov
Date: Wed May 11 18:
On Thu, May 19, 2022 at 11:31 AM Mathieu Desnoyers
wrote:
>
>
> - On May 19, 2022, at 11:02 AM, Bruce Ashfield via lttng-dev
> lttng-dev@lists.lttng.org wrote:
>
> > From: Bruce Ashfield
> >
> > The commit [fix: sched/tracing: Don't re-read p->s
From: Bruce Ashfield
When building against a v5.19 mips kernel, the following errors
were triggered:
|
lttng-modules-2.13.4/src/probes/../../include/instrumentation/events/compaction.h:105:42:
note: expected 'struct compact_control *' but argument is of type 'struct
compact_control *'
|
On Wed, Aug 10, 2022 at 11:20 AM Michael Jeanson wrote:
>
> On 2022-08-03 15 h 23, Bruce Ashfield via lttng-dev wrote:
> > Hi all,
> >
> > This was found during the update of the yocto project reference
> > kernel to 5.19. Out of all the supported architectures, o
From: Bruce Ashfield
Adjusting the statedump to the following upstream commits:
commit b9655e702dc5 [x86/cpu: Encapsulate topology information in cpuinfo_x86]
commit e95256335d45 [x86/cpu: Move cpu_core_id into topology info]
commit 02fb601d27a7 [x86/cpu: Move phys_proc_id into topology in
From: Bruce Ashfield
commit 0ede61d8589cc2d93 [file: convert to SLAB_TYPESAFE_BY_RCU]
renames lookup_fd_rcu to lookup_fdget_rcu, so we need to
version adjust the fdtable wrapper accordingly.
Signed-off-by: Bruce Ashfield
---
Repeating the comment from patch 1 of this series:
Someone else may
From: Bruce Ashfield
commit 3dfbb555c98ac55b9 [mm, vmscan: remove ISOLATE_UNMAPPED]
makes the isolate_mode parameter unused, so it is removed.
This updates the event to match.
Signed-off-by: Bruce Ashfield
---
Repeating the comment from patch 1 & 2 of this series:
Someone else may or may not
e:
>
> Hi Bruce,
>
> thanks for the patches! There's a similar series waiting for review:
> https://review.lttng.org/q/topic:%22fix-linux-6.7.0-rc1%22
>
> thanks,
> kienan
>
> On 2023-11-23 14:32, Bruce Ashfield via lttng-dev wrote:
> > From: Bruce Ashfie