[OE-core] [PATCH 0/1] systemtap 'crosstap' fix

2013-02-01 Thread tom . zanussi
From: Tom Zanussi This is a patch to systemtap and fixes a problem where a passed-in builddir gets lost in the session copy constructor when connecting to remote hosts, resulting in failed script compilation. The patch has been submitted upstream but no feedback yet. The following changes since

[OE-core] [PATCH 0/1] systemtap 'crosstap' fix

2013-02-05 Thread tom . zanussi
From: Tom Zanussi This is a patch to crosstap which fixes a problem where a passed-in builddir gets lost in the session copy constructor when connecting to remote hosts, resulting in failed script compilation. The problem turned out to be simple hyphen/underscore confusion. The following change

Re: [OE-core] [PATCH 0/1] systemtap 'crosstap' fix

2013-02-02 Thread Tom Zanussi
On Fri, 2013-02-01 at 18:34 -0600, tom.zanu...@linux.intel.com wrote: > From: Tom Zanussi > > This is a patch to systemtap and fixes a problem where a passed-in > builddir gets lost in the session copy constructor when connecting > to remote hosts, resulting in failed script compilation. > > The