fix: sched: Change task_struct::state (v5.14)
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 12 Jul 2021 18:51:20 +0000 (14:51 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Jul 2021 19:35:40 +0000 (15:35 -0400)
commit69a619a93c6a8082ac198debaf5ea44621290211
treef608b05277b02e1ef9d6daad297b13ecd904a1c1
parent39192dfbea6041eefea1676c554ba73946793c71
fix: sched: Change task_struct::state (v5.14)

See upstream commit:

  commit 2f064a59a11ff9bc22e52e9678bc601404c7cb34
  Author: Peter Zijlstra <peterz@infradead.org>
  Date:   Fri Jun 11 10:28:17 2021 +0200

    sched: Change task_struct::state

    Change the type and name of task_struct::state. Drop the volatile and
    shrink it to an 'unsigned int'. Rename it in order to find all uses
    such that we can use READ_ONCE/WRITE_ONCE as appropriate.

Change-Id: I3a379192d6b977753fe58d4f67833a78dd7a0a47
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-statedump-impl.c
wrapper/sched.h [new file with mode: 0644]
This page took 0.025487 seconds and 4 git commands to generate.