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:31:12 +0000 (15:31 -0400)
commit7259e6a5dfc2a27cd7e8171d9b337610bbf44984
treeadbc6c4daa26d6cd7ad76f9526526cb0e5c52548
parente9a886564df56b3c6e213cebfcbc3fa1e468abad
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>
include/wrapper/sched.h [new file with mode: 0644]
src/lttng-statedump-impl.c
This page took 0.025347 seconds and 4 git commands to generate.