* [RFT] Glibc 2.23 and binutils 2.26
@ 2016-01-17 11:54 Khem Raj
2016-01-22 1:28 ` akuster808
2016-01-27 2:11 ` ChenQi
0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2016-01-17 11:54 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer,
openembeded-devel, Yocto Project
[-- Attachment #1: Type: text/plain, Size: 531 bytes --]
Hi all
upstream glibc and binutils release branches have been cut out and are being made ready for next release
I have put together update patchset for both of them
here are the branches
https://github.com/kraj/openembedded-core/tree/kraj/binutils-2.26
https://github.com/kraj/openembedded-core/tree/kraj/glibc-2.23
FYI These are still using autorev to ensure that we test tip of release branches
Please give them a shot in your environments and report any issues you encounter.
Thanks for help
-Khem
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFT] Glibc 2.23 and binutils 2.26
2016-01-17 11:54 [RFT] Glibc 2.23 and binutils 2.26 Khem Raj
@ 2016-01-22 1:28 ` akuster808
2016-01-27 2:11 ` ChenQi
1 sibling, 0 replies; 4+ messages in thread
From: akuster808 @ 2016-01-22 1:28 UTC (permalink / raw)
To: openembedded-devel,
Patches and discussions about the oe-core layer, Yocto Project
On 01/17/2016 03:54 AM, Khem Raj wrote:
> Hi all
>
> upstream glibc and binutils release branches have been cut out and are being made ready for next release
> I have put together update patchset for both of them
>
> here are the branches
>
> https://github.com/kraj/openembedded-core/tree/kraj/binutils-2.26
> https://github.com/kraj/openembedded-core/tree/kraj/glibc-2.23
Several Security fixes will be included in glibc-2.23 update.
https://bugzilla.yoctoproject.org/show_bug.cgi?id=8980
CVE-2015-8776 - Passing out of range data to strftime() causes a segfault
https://sourceware.org/bugzilla/show_bug.cgi?id=18985
CVE-2015-8777 - LD_POINTER_GUARD is not ignored for privileged binaries
https://sourceware.org/bugzilla/show_bug.cgi?id=18928
CVE-2015-8778 - hcreate((size_t)-1) should fail with ENOMEM
https://sourceware.org/bugzilla/show_bug.cgi?id=18240
CVE-2014-9761 - nan function unbounded stack allocation
https://sourceware.org/bugzilla/show_bug.cgi?id=16962
CVE-2015-8779 - catopen() Multiple unbounded stack allocations
https://sourceware.org/bugzilla/show_bug.cgi?id=17905
>
> FYI These are still using autorev to ensure that we test tip of release branches
>
> Please give them a shot in your environments and report any issues you encounter.
BTW, Mips64 Octeon3 works fine. Aarch64 qemu boot tested.
- Armin
>
> Thanks for help
>
> -Khem
>
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFT] Glibc 2.23 and binutils 2.26
2016-01-17 11:54 [RFT] Glibc 2.23 and binutils 2.26 Khem Raj
2016-01-22 1:28 ` akuster808
@ 2016-01-27 2:11 ` ChenQi
2016-01-27 5:30 ` Khem Raj
1 sibling, 1 reply; 4+ messages in thread
From: ChenQi @ 2016-01-27 2:11 UTC (permalink / raw)
To: openembedded-devel,
Patches and discussions about the oe-core layer, Yocto Project
On 01/17/2016 07:54 PM, Khem Raj wrote:
> Hi all
>
> upstream glibc and binutils release branches have been cut out and are being made ready for next release
> I have put together update patchset for both of them
>
> here are the branches
>
> https://github.com/kraj/openembedded-core/tree/kraj/binutils-2.26
> https://github.com/kraj/openembedded-core/tree/kraj/glibc-2.23
>
> FYI These are still using autorev to ensure that we test tip of release branches
>
> Please give them a shot in your environments and report any issues you encounter.
>
> Thanks for help
>
> -Khem
>
>
>
>
>
0001-Generate-relocatable-SDKs.patch is included in SRC_URI twice, which
causes the following error when building binutils-crosssdk-XXX.
ERROR: Command Error: exit status: 1 Output:
Patch 0001-Generate-relocatable-SDKs.patch is already applied; check
your series file
ERROR: Function failed: patch_do_patch
binutils-2.26.inc and binutils-crosssdk_2.26.bb both has this patch in
its SRC_RUI.
Regards,
Chen Qi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFT] Glibc 2.23 and binutils 2.26
2016-01-27 2:11 ` ChenQi
@ 2016-01-27 5:30 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2016-01-27 5:30 UTC (permalink / raw)
To: openembeded-devel
Cc: Yocto Project, Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1463 bytes --]
> On Jan 26, 2016, at 9:11 PM, ChenQi <Qi.Chen@windriver.com> wrote:
>
> On 01/17/2016 07:54 PM, Khem Raj wrote:
>> Hi all
>>
>> upstream glibc and binutils release branches have been cut out and are being made ready for next release
>> I have put together update patchset for both of them
>>
>> here are the branches
>>
>> https://github.com/kraj/openembedded-core/tree/kraj/binutils-2.26
>> https://github.com/kraj/openembedded-core/tree/kraj/glibc-2.23
>>
>> FYI These are still using autorev to ensure that we test tip of release branches
>>
>> Please give them a shot in your environments and report any issues you encounter.
>>
>> Thanks for help
>>
>> -Khem
>>
>>
>>
>>
>>
>
> 0001-Generate-relocatable-SDKs.patch is included in SRC_URI twice, which causes the following error when building binutils-crosssdk-XXX.
>
> ERROR: Command Error: exit status: 1 Output:
> Patch 0001-Generate-relocatable-SDKs.patch is already applied; check your series file
> ERROR: Function failed: patch_do_patch
>
> binutils-2.26.inc and binutils-crosssdk_2.26.bb both has this patch in its SRC_RUI.
>
Thanks for report. fixed and squashed into original commit in same branch as above.
> Regards,
> Chen Qi
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-01-27 5:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17 11:54 [RFT] Glibc 2.23 and binutils 2.26 Khem Raj
2016-01-22 1:28 ` akuster808
2016-01-27 2:11 ` ChenQi
2016-01-27 5:30 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox