Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-22 Thread Christian Lamparter
On Wednesday, November 22, 2017 9:55:39 AM CET Koen Vandeputte wrote: > >> Yes, > >> > >> Main reason in that specific case was mainly for these 2 fixes: > >> > >> /9e01be6 fix signal masking race in pthread_create with priority (I use > >> lots of threading & thread priority in my app) //51bdcdc f

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-22 Thread Kevin Darbyshire-Bryant
> On 22 Nov 2017, at 11:07, Koen Vandeputte > wrote: > > Tested-by: Koen Vandeputte > > Targets: cns3xxx, imx6 > > Also > > Tested-by: Kevin Darbyshire-Bryant > > ar71xx > ___ > Lede-dev mailing list > Lede-dev@lists.infradead.org > http://lis

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-22 Thread Koen Vandeputte
Tested-by: Koen Vandeputte Targets: cns3xxx, imx6 ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-22 Thread Koen Vandeputte
Yes, Main reason in that specific case was mainly for these 2 fixes: /9e01be6 fix signal masking race in pthread_create with priority (I use lots of threading & thread priority in my app) //51bdcdc fix OOB reads in Xbyte_memmem (used by memmem() ) / Hm? Are you now talking about something e

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-21 Thread Christian Lamparter
On Tuesday, November 21, 2017 9:56:12 AM CET Koen Vandeputte wrote: > > This is all documented on the musl ML. > > > > musl 1.1.17 was rushed due to this CVE: > > > > > > However, the 1.1.17 release had accumulated like 11 months of patches since > >

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-21 Thread Koen Vandeputte
This is all documented on the musl ML. musl 1.1.17 was rushed due to this CVE: However, the 1.1.17 release had accumulated like 11 months of patches since the previous 1.1.16 release. There have been several regressions that went unnoticed. But

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-20 Thread Christian Lamparter
On Monday, November 20, 2017 7:34:31 PM CET Karl Palsson wrote: > Christian Lamparter wrote: > > On Monday, November 20, 2017 8:17:05 AM CET Syrone Wong wrote: > > > Any specific reason to introduce these changes? > > Actually yes. The LEDE Website prides itself with > > "LEDE is actively updated

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-20 Thread Karl Palsson
Christian Lamparter wrote: > Hello, > > On Monday, November 20, 2017 8:17:05 AM CET Syrone Wong wrote: > > Hi, > > > > Any specific reason to introduce these changes? > Actually yes. The LEDE Website prides itself with > "LEDE is actively updated [...]" >

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-20 Thread Christian Lamparter
Hello, On Monday, November 20, 2017 8:17:05 AM CET Syrone Wong wrote: > Hi, > > Any specific reason to introduce these changes? Actually yes. The LEDE Website prides itself with "LEDE is actively updated [...]" a71b46cf fix malloc state cor

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-19 Thread Syrone Wong
Hi, Any specific reason to introduce these changes? Best Regards, Syrone Wong On Mon, Nov 20, 2017 at 12:19 AM, Christian Lamparter wrote: > Changes: > > 72656157 fix fgetwc when decoding a character that crosses buffer boundary > a223dbd2 add reverse iconv mappings for JIS-based encodings >

[LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-19 Thread Christian Lamparter
Changes: 72656157 fix fgetwc when decoding a character that crosses buffer boundary a223dbd2 add reverse iconv mappings for JIS-based encodings 105eff9d generalize iconv framework for 8-bit codepages a71b46cf fix malloc state corruption when ldso rejects loading a second libc d060edf6 reformat cjk