<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-kernel, branch scarthgap</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-12-03T05:07:26+00:00</updated>
<entry>
<title>trace-cmd: Update SRC_URI to use HTTPS protocol</title>
<updated>2025-12-03T05:07:26+00:00</updated>
<author>
<name>yuyu</name>
<email>yaozhenxiu@gmail.com</email>
</author>
<published>2025-11-29T08:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9e4f627941d3dd4bfb0db329fde0971480be2a9d'/>
<id>urn:sha1:9e4f627941d3dd4bfb0db329fde0971480be2a9d</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit f00b6ad12f2fead06487711c48544b3dd62bb987)
Signed-off-by: Anuj Mittal &lt;anuj.mittal@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>crash: add zlib-native to depends for crash-cross</title>
<updated>2025-12-03T05:04:21+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2025-12-01T13:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7e74032909d728d8a70b7e1c9a0c3b2b2f865ca3'/>
<id>urn:sha1:7e74032909d728d8a70b7e1c9a0c3b2b2f865ca3</id>
<content type='text'>
Fix the following error when using buildtools-extended:

va_server.c:20:10: fatal error: zlib.h: No such file or directory
   20 | #include &lt;zlib.h&gt;
      |          ^~~~~~~~

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit bd745115de76de7242e3e7e69b29f1ae507fea13)
Signed-off-by: Anuj Mittal &lt;anuj.mittal@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>libtracefs: avoid run bison</title>
<updated>2025-12-03T05:01:28+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2025-11-28T09:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0ad67b4bd26b035bde809f96f1e0db27454f133e'/>
<id>urn:sha1:0ad67b4bd26b035bde809f96f1e0db27454f133e</id>
<content type='text'>
There is a rare compile failure

| In file included from sqlhist-parse.h:25,
|                  from tracefs-sqlhist.c:17:
| sqlhist.tab.h:120:8: error: unterminated comment
|   120 | #endif /* !YY_TRACEFS_SQLHIST_TAB_H_INCLUDED  */
|       |        ^

Backport patch to avoid run bison that not re-gerate sqlhist.tab.h.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>libbpf: upgrade 1.4.6 -&gt; 1.4.7</title>
<updated>2025-11-17T04:45:06+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2025-11-13T06:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2327d77ba7af7d757f963f3d230fd34b5e71b075'/>
<id>urn:sha1:2327d77ba7af7d757f963f3d230fd34b5e71b075</id>
<content type='text'>
ChangLog:
https://github.com/libbpf/libbpf/releases/tag/v1.4.7

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 07cdb574a5a4931ba0629604f5ea90591b31b1b4)
Signed-off-by: Ankur Tyagi &lt;ankur.tyagi85@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>libbpf: upgrade 1.4.5 -&gt; 1.4.6</title>
<updated>2025-11-17T04:45:06+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-11-13T06:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e7179ec91ae2b2df506f3bdb3f34f071ca408f32'/>
<id>urn:sha1:e7179ec91ae2b2df506f3bdb3f34f071ca408f32</id>
<content type='text'>
Changelog:
===========
- BPF skeleton forward compatibility fix
- BTF endianness inheritance bug fix

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 5bb9ed684b8d9f17b22b26a94a926b96d666465e)
Signed-off-by: Ankur Tyagi &lt;ankur.tyagi85@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>libbpf: upgrade 1.4.3 -&gt; 1.4.5</title>
<updated>2025-11-17T04:45:06+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-11-13T06:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d8fbe2d5cdfc5af31cf5b12b73fb7f222015c9bf'/>
<id>urn:sha1:d8fbe2d5cdfc5af31cf5b12b73fb7f222015c9bf</id>
<content type='text'>
Changelog:
============
- fix BPF skeleton forward/backward compat handling
- detect broken PID filtering logic for multi-uprobe

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 9773b1358eb300d083ebe6200a048bd10c5b6626)
Signed-off-by: Ankur Tyagi &lt;ankur.tyagi85@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>libbpf: upgrade 1.4.2 -&gt; 1.4.3</title>
<updated>2025-11-17T04:45:06+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-11-13T06:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b41189a637a9b0a26d73c3e0b05d3ae0a3a8a6ae'/>
<id>urn:sha1:b41189a637a9b0a26d73c3e0b05d3ae0a3a8a6ae</id>
<content type='text'>
Changelog:
 Fix libbpf unintentionally dropping FD_CLOEXEC flag when (internally) duping FDs.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 8fc8a8ee0ecd33bfaec8b907c0b2d391c98149f0)
Signed-off-by: Ankur Tyagi &lt;ankur.tyagi85@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>libbpf: upgrade 1.4.0 -&gt; 1.4.2</title>
<updated>2025-11-17T04:45:06+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-11-13T06:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0110b3c028b9dcd71615a3f638c73e069fd2f30a'/>
<id>urn:sha1:0110b3c028b9dcd71615a3f638c73e069fd2f30a</id>
<content type='text'>
Changelog:
===========
- remove unnecessary struct_ops prog validity check
- handle yet another corner case of nulling out struct_ops program
- fix libbpf_strerror_r() handling unknown errors
- libbpf: improve early detection of doomed-to-fail BPF program loading

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 368ed98e7e4004963de7b7ad3d9c1b0e71f192eb)
Signed-off-by: Ankur Tyagi &lt;ankur.tyagi85@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>crash: fix crash cannot work with kaslr</title>
<updated>2025-01-21T00:45:36+00:00</updated>
<author>
<name>Xiangyu Chen</name>
<email>xiangyu.chen@windriver.com</email>
</author>
<published>2025-01-20T07:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cfdae225fa0f15fb765ff56091ba75a894591a25'/>
<id>urn:sha1:cfdae225fa0f15fb765ff56091ba75a894591a25</id>
<content type='text'>
According to crash help message, crash can decode the random address with
"--kaslr=auto". But it has a bug that when with "-S" in parameter, crash will
bypass the kaslr option.

Signed-off-by: Xiangyu Chen &lt;xiangyu.chen@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>bpftool: fix libelf.h not found error</title>
<updated>2025-01-21T00:30:16+00:00</updated>
<author>
<name>Preeti Sachan</name>
<email>preeti.sachan@intel.com</email>
</author>
<published>2025-01-07T02:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=20239ef5ce5bb1097fd2f13ff917d6e6613f8860'/>
<id>urn:sha1:20239ef5ce5bb1097fd2f13ff917d6e6613f8860</id>
<content type='text'>
When build host machine is not installed with elfutils-libelf-devel, it
throws compile error "libelf.h: No such file or directory". Fix missing
headers file by including path ${STAGING_INCDIR_NATIVE} via CFLAGS variable.
Use headers file from ${STAGING_INCDIR_NATIVE} instead of host machine.

Error:
| libbpf_internal.h:19:10: fatal error: libelf.h: No such file or directory

Signed-off-by: Preeti Sachan &lt;preeti.sachan@intel.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
