<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc, branch mickledore-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2022-09-12T03:42:05+00:00</updated>
<entry>
<title>kexec-tools-klibc: Fix type mismatch in calls to dtb_set_initrd on mips</title>
<updated>2022-09-12T03:42:05+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-09-11T20:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2374b2f3bc869ffaa5e027a41aff76a3612c9e23'/>
<id>urn:sha1:2374b2f3bc869ffaa5e027a41aff76a3612c9e23</id>
<content type='text'>
Fixes
kexec-elf-mips.c:163:42: error: incompatible pointer to integer conversion passing 'char *' to p
arameter of type 'off_t' (aka 'long long') [-Wint-conversion]
|                         dtb_set_initrd(&amp;dtb_buf, &amp;dtb_length, initrd_buf, initrd_buf + initrd_size);
|                                                               ^~~~~~~~~~

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>klibc: Upgrade to 2.0.8 release</title>
<updated>2021-02-05T07:46:45+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-02-05T07:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=16dd9dfe3ff1220642f91e19f8cc0f4815d035a1'/>
<id>urn:sha1:16dd9dfe3ff1220642f91e19f8cc0f4815d035a1</id>
<content type='text'>
Adjust klcc to work with clang

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Andrea Adami &lt;andrea.adami@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools-klibc: Refresh patch with no code change</title>
<updated>2019-07-21T16:40:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-07-21T07:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4ee778798df2e30362f9138c8988d343a963ab2b'/>
<id>urn:sha1:4ee778798df2e30362f9138c8988d343a963ab2b</id>
<content type='text'>
Fixes
kexec-tools-klibc-2.0.18+gitAUTOINC+5750980cdb: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools,kexec: Fix build with latest klibc</title>
<updated>2019-03-15T16:17:11+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-03-15T07:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=60f872278dde6156fcf73c19cce3fea295938a06'/>
<id>urn:sha1:60f872278dde6156fcf73c19cce3fea295938a06</id>
<content type='text'>
klibc has changed its signature of reboot() API
adapt the use here

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools-klibc: implement the --no-dtb option for older mips kernels</title>
<updated>2018-12-19T02:44:59+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2018-12-17T18:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=62779390653d869f64ed655a3cd0b194a131a789'/>
<id>urn:sha1:62779390653d869f64ed655a3cd0b194a131a789</id>
<content type='text'>
Fix borrowed from LEDE-DEV.

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools-klibc: remove unneeded aarch64 patch</title>
<updated>2018-09-06T17:38:06+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2018-09-05T21:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=47544dbdea0f65febede7afe06cfcf108a994b37'/>
<id>urn:sha1:47544dbdea0f65febede7afe06cfcf108a994b37</id>
<content type='text'>
Remove temporary development leftover (hack).

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools-klibc: remove unneeded x86-64 patch</title>
<updated>2018-09-05T20:59:16+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2018-09-05T17:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=005093bac5d84be258409ffbd4d3ec0859996e2f'/>
<id>urn:sha1:005093bac5d84be258409ffbd4d3ec0859996e2f</id>
<content type='text'>
The issue with -mcmodel=large is already solved by the oe-core's patch

 "kexec-x32.patch"

so we can remove this one.

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools-klibc: fix build for qemuarm64</title>
<updated>2018-09-05T20:59:16+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2018-09-05T15:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d1efc0181d5a2bcee3099a96d9b7f2c890029d87'/>
<id>urn:sha1:d1efc0181d5a2bcee3099a96d9b7f2c890029d87</id>
<content type='text'>
Since c3f043241a86 upstream the getrandom() syscall is used.
Last recipe bump overlooked that.

The syscall has been added to OE's klibc so we can fix this.

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools-klibc: rebase x86-64 patch to remove -mcmodel=large</title>
<updated>2018-09-05T20:59:15+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2018-09-04T23:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e874880813715dbb0a630252881e3a09b59be79d'/>
<id>urn:sha1:e874880813715dbb0a630252881e3a09b59be79d</id>
<content type='text'>
Patch did not apply after upgrade to latest master.

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools-klibc: enable kexec_file_load() for supported archs</title>
<updated>2018-09-05T20:59:15+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2018-09-04T23:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=011383b95dfbdcf7ffdaf767adc3a29c2dc839cf'/>
<id>urn:sha1:011383b95dfbdcf7ffdaf767adc3a29c2dc839cf</id>
<content type='text'>
The syscall has been added to klibc.

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
