]> sourceware.org Git - systemtap.git/commit
Fix PR19241 by scanning for available CPUs.
authorMartin Cermak <mcermak@redhat.com>
Fri, 13 Nov 2015 15:21:15 +0000 (16:21 +0100)
committerMartin Cermak <mcermak@redhat.com>
Fri, 13 Nov 2015 15:21:15 +0000 (16:21 +0100)
commitd879410b39e8f0208af7e4b6828df8d398269511
tree6dc1aa8775a1505758e9e919b83597ced0318bfb
parent9403b0514d278cc2a2dd5fad3dbbc2ab8c1fffdc
Fix PR19241 by scanning for available CPUs.

Per PR19241/rhbz1280321, staprun was failing to start when CPU0
was offline or offline.  In bulk mode, staprun was failing if
any CPU but the last one was offline.  This patch fixes it by
scanning for available online CPUS up to NR_CPUS.
staprun/relay.c
This page took 0.028235 seconds and 5 git commands to generate.