]> sourceware.org Git - systemtap.git/commit
Update fix for PR17127 by correctly handling TASK_INTERRUPTIBLE flag.
authorDavid Smith <dsmith@redhat.com>
Thu, 10 Jul 2014 14:23:12 +0000 (09:23 -0500)
committerDavid Smith <dsmith@redhat.com>
Thu, 10 Jul 2014 14:23:12 +0000 (09:23 -0500)
commitb0b1def3b7202ba92440feee91498989f92cf582
treee9d28abbff74cbbb3127556af85c067271bffb11
parent3d4815bac7feeca4eb57b2ed3e8599b6654aa8f3
Update fix for PR17127 by correctly handling TASK_INTERRUPTIBLE flag.

* runtime/linux/task_finder2.c (stap_task_finder_post_init): The 'state'
  field of the task structure contains a bitfield, not a singular
  value. Properly test for TASK_INTERRUPTIBLE.
runtime/linux/task_finder2.c
This page took 0.026697 seconds and 5 git commands to generate.