]> sourceware.org Git - systemtap.git/commit
PR28079: Adapt to kernel 5.14 task_struct.__state change
authorStan Cox <scox@redhat.com>
Mon, 19 Jul 2021 01:32:51 +0000 (21:32 -0400)
committerStan Cox <scox@redhat.com>
Mon, 19 Jul 2021 01:32:51 +0000 (21:32 -0400)
commita29f65d5750f6379afeca99c5d641598ff638517
tree8e6bcbcd1628e37ff387a8b2da44d325286d422e
parent2f7e966c050726d85d7eeb8ca8cea404c274a6b8
PR28079: Adapt to kernel 5.14 task_struct.__state change

Use signal_wake_up_state for the 5.14 kernel which changed volatile long state to unsigned int __state.
buildrun.cxx
runtime/linux/autoconf-task-state.c [new file with mode: 0644]
runtime/stp_utrace.c
This page took 0.025705 seconds and 5 git commands to generate.