<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-kernel/systemtap, branch uninative-2.1</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-2.1</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-2.1'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2018-04-18T17:57:06+00:00</updated>
<entry>
<title>systemtap: don't build under musl</title>
<updated>2018-04-18T17:57:06+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2018-04-12T13:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b076e652e7a1cc16b4c1d74bf772071f1f3649dd'/>
<id>urn:sha1:b076e652e7a1cc16b4c1d74bf772071f1f3649dd</id>
<content type='text'>
systemtap uses obstack.h and FTW_SKIP_SUBTREE, both of which are GNU extensions
in glibc.

(From OE-Core rev: 80286cb2e979097800a51801c92e015421482daa)

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>systemtap: support --sysroot option in variety of situations in cross build</title>
<updated>2018-04-07T10:44:50+00:00</updated>
<author>
<name>Victor Kamensky</name>
<email>kamensky@cisco.com</email>
</author>
<published>2018-04-05T18:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=77f69397e02826d3ac9ad69285bca6bc2b56d85c'/>
<id>urn:sha1:77f69397e02826d3ac9ad69285bca6bc2b56d85c</id>
<content type='text'>
For details on issues fixed please look at commit message of individual
patches.

Upstream-Status: Backport [systemtap@sourceware.org]
(From OE-Core rev: 5aa93de3a79c8691e74e982d3d4b0099b04f5555)

Signed-off-by: Victor Kamensky &lt;kamensky@cisco.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>systemtap: create translator packageconfig</title>
<updated>2018-04-07T10:44:50+00:00</updated>
<author>
<name>Victor Kamensky</name>
<email>kamensky@cisco.com</email>
</author>
<published>2018-04-05T18:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7ca5822635e3123571fac7f99f5d6340274f84e9'/>
<id>urn:sha1:7ca5822635e3123571fac7f99f5d6340274f84e9</id>
<content type='text'>
For cases when systemap module compilation happens on host in
cross-compilation mode, and it is desirable to minimize systemtap
presense on target we need to have just smallest possible set of
utilties that are required to run compiled modules.

Introduce new "translator" PACKAGECONFIG, if it is not set
it would mean that just minimal set of run-time utilities will
be included in the package.

For run-time only systemtap build variant use
PACKAGECONFIG_pn-systemtap = "" or
PACKAGECONFIG_pn-systemtap = "monitor"

Suggested-by: Taras Kondratiuk &lt;takondra@cisco.com&gt;
(From OE-Core rev: a22b8140c6924eb3b3cd7b5bea66a4d3ed413807)

Signed-off-by: Victor Kamensky &lt;kamensky@cisco.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Revert "systemtap: Cross compilation fix"</title>
<updated>2018-04-07T10:44:50+00:00</updated>
<author>
<name>Victor Kamensky</name>
<email>kamensky@cisco.com</email>
</author>
<published>2018-04-05T18:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f08ef6e1b5c1b847693bc5bfdcfa9a3f6484e577'/>
<id>urn:sha1:f08ef6e1b5c1b847693bc5bfdcfa9a3f6484e577</id>
<content type='text'>
This reverts commit 787bed708676fc04aee2850825e803273152f657.

(From OE-Core rev: 08ab022471eff48e6f43ec8cd47e695d575ee2e3)

Signed-off-by: Victor Kamensky &lt;kamensky@cisco.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>systemtap: Backport a fix for build with gcc8</title>
<updated>2018-04-03T22:53:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-04-01T07:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4f7e90a0afa9ca685d5c4356255df33f95d915b8'/>
<id>urn:sha1:4f7e90a0afa9ca685d5c4356255df33f95d915b8</id>
<content type='text'>
(From OE-Core rev: b751e865375b325df4083d85af191da4dc3a27ee)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>systemtap: bring in PR22551 fix that addresses build against 4.15 kernel issue</title>
<updated>2018-03-28T11:09:51+00:00</updated>
<author>
<name>Victor Kamensky</name>
<email>kamensky@cisco.com</email>
</author>
<published>2018-03-05T21:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=42716486fad22c14aedcc293a0345e58f658c1f1'/>
<id>urn:sha1:42716486fad22c14aedcc293a0345e58f658c1f1</id>
<content type='text'>
With 4.15 kernel systemtap needs update to address systemtap module
compilation issues. It is fixed in later version of systemtap by
PR22551.

Upstream-Status: Backport
(From OE-Core rev: 7425d03729507ac5aff3c75ba20e749beaf3a3d5)

Signed-off-by: Victor Kamensky &lt;kamensky@cisco.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>systemtap: supports mips starting with version 3.1</title>
<updated>2018-03-28T11:09:51+00:00</updated>
<author>
<name>Victor Kamensky</name>
<email>kamensky@cisco.com</email>
</author>
<published>2018-03-05T21:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=402c551bec3e51090f9a212fc205bb67b66ca096'/>
<id>urn:sha1:402c551bec3e51090f9a212fc205bb67b66ca096</id>
<content type='text'>
(From OE-Core rev: 3e098ef3424e1126aa4b0ecc29e1941efba687b7)

Signed-off-by: Victor Kamensky &lt;kamensky@cisco.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>systemtap: 3.1 -&gt; 3.2</title>
<updated>2018-01-19T12:37:13+00:00</updated>
<author>
<name>Huang Qiyu</name>
<email>huangqy.fnst@cn.fujitsu.com</email>
</author>
<published>2018-01-17T02:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=37f97886f0ba666c01f0ac6a2860f4abf0884750'/>
<id>urn:sha1:37f97886f0ba666c01f0ac6a2860f4abf0884750</id>
<content type='text'>
Upgrade systemtap from 3.1 to 3.2.

(From OE-Core rev: 4f2db007a760498421c7f0c27870cabea108ee23)

Signed-off-by: Huang Qiyu &lt;huangqy.fnst@cn.fujitsu.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>systemtap_git.inc: Add microblazeel as a supported architecture</title>
<updated>2018-01-02T17:24:39+00:00</updated>
<author>
<name>Bhargava Sreekantappa Gayathri</name>
<email>bhargava.sreekantappa-gayathri@xilinx.com</email>
</author>
<published>2017-12-22T19:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d2fce1fde078e620bcfec2b3f178c7a0122dad0c'/>
<id>urn:sha1:d2fce1fde078e620bcfec2b3f178c7a0122dad0c</id>
<content type='text'>
This patch adds microblazeel as a supported architecture for systemtap.

(From OE-Core rev: 6a9746d95e87cce4a3c72cc10842727ecaa7c60f)

Signed-off-by: Bhargava Sreekantappa Gayathri &lt;bhargava.sreekantappa-gayathri@xilinx.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>systemtap: Bump SRCREV for 4.12 Linux kernel support</title>
<updated>2017-09-11T16:30:29+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2017-09-05T23:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9177ad0f2de1e62c0c8123b8000e429ca603a650'/>
<id>urn:sha1:9177ad0f2de1e62c0c8123b8000e429ca603a650</id>
<content type='text'>
This SRCREV bump brings in support for the 4.12 Linux Kernel, this kernel
also has some newer CONFIG settings. The newer DEBUG_INFO and DEBUG_INFO_DWARF4
settings can be used with systemtap to get the full information.  We do not
normally enabled these for a 'production' (standard) kernel, but can be
enabled via menuconfig.

When installing staprun and stapbpf on the target and native ensure we
don't try to create a new group and chown it.  There is no need since we
will be running as root, so we add a patch to comment that code out.

(From OE-Core rev: 026403cc7f995ecc32a99f269399a08abc221c77)

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
