All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] musl: Update to latest
@ 2017-08-30 17:27 Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2017-08-30 17:27 UTC (permalink / raw)
  To: openembedded-core

Alexander Monakov (1):
      __init_libc: add fallbacks for __progname setup

Daniel Sabogal (1):
      fix signed overflow in ftok

Rich Felker (4):
      fix unsynchronized access to FILE structure in fflush(0)
      fix undefined behavior in memset due to missing sequence points
      add powerpc64 and s390x to list of supported archs in INSTALL file
      move IPPORT_RESERVED from netdb.h to netinet/in.h

Szabolcs Nagy (2):
      fix mips ioctl macros to match linux asm/sockios.h
      add SIOCGSTAMPNS socket ioctl macro to ioctl.h

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index e67b82d9ea..88769f4e0b 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -3,7 +3,7 @@
 
 require musl.inc
 
-SRCREV = "1698fe6cdcdeaad03aa19a85433d5396ecfc51ef"
+SRCREV = "5f7efb87a28a311ad377dd26adf53715dedb096d"
 
 PV = "1.1.16+git${SRCPV}"
 
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] musl: Update to latest
@ 2023-09-21 20:24 Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2023-09-21 20:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Brings following bug fixes

* 79bdacff glob: fix wrong return code when aborting before any matches
* 7291c6c6 statvfs: allocate spare for f_type
* 39e43f08 math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)
* 6d101027 math: fix ld80 acoshl(x) for x < 0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 4a4fe978f93..dbc31e1d83b 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "83b858f83b658bd34eca5d8ad4d145f673ae7e5e"
+SRCREV = "79bdacff83a6bd5b70ff5ae5eb8b6de82c2f7c30"
 
 BASEVER = "1.2.4"
 
-- 
2.42.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] musl: Update to latest
@ 2020-10-30 19:03 Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2020-10-30 19:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Fixes pthread_condvars add support for SIGEV_THREAD_ID times

* 27b2fc9d fix missing-wake regression in pthread_cond_wait
* 7c71792e add support for SIGEV_THREAD_ID timers
* f70375df fix sem_close unmapping of still-referenced semaphore
* 613ccabe refactor setxid return path to use __syscall_ret
* ccba2345 ldso: notify the debugger when we're doing a dlopen
* 4209a7b1 fix setgroups behavior in multithreaded process
* 6ce91ef0 avoid __synccall for setrlimit on kernels with prlimit syscall
* 3437e478 fix reintroduction of errno clobbering by atfork handlers
* 2d0bbe6c fix pthread_cond_wait paired with with priority-inheritance mutex

Details are here [1]

[1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=0b87551bdfb74ac411caa335d8ad0b89a7f139c6..27b2fc9d6db956359727a66c262f1e69995660aa

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 504fdfe019..dcd7a389b2 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "0b87551bdfb74ac411caa335d8ad0b89a7f139c6"
+SRCREV = "27b2fc9d6db956359727a66c262f1e69995660aa"
 
 BASEVER = "1.2.1"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] musl: Update to latest
@ 2020-01-28  4:08 Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2020-01-28  4:08 UTC (permalink / raw)
  To: openembedded-core

Changelog [1]

[1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=91e662d1d941215eb024787db5e910dbfb5b169f..83350eb17b9cb355e3f08b0340c4f1e8c437fac9

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 1676e2844c..629872050c 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "91e662d1d941215eb024787db5e910dbfb5b169f"
+SRCREV = "83350eb17b9cb355e3f08b0340c4f1e8c437fac9"
 
 BASEVER = "1.1.24"
 
-- 
2.25.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] musl: Update to latest
@ 2017-10-23  4:46 Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2017-10-23  4:46 UTC (permalink / raw)
  To: openembedded-core

Rich Felker (8):
      fix use of memset without declaration in sched.h cpu set macros
      fix access by setjmp and longjmp to __hwcap on arm built as thumb2
      for executing init array functions, use function type with prototype
      fix read-after-free type error in pthread_detach
      fix incorrect base name offset from nftw when pathname ends in slash(es)
      in dns parsing callback, enforce MAXADDRS to preclude overflow
      release 1.1.17
      fix regression in glob with literal . or .. path component

Szabolcs Nagy (2):
      powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
      math: rewrite fma with mostly int arithmetics

Will Dietz (1):
      posix_spawn: use larger stack to cover worst-case in execvpe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/musl/musl_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index bd7573e0f3..593d3bc581 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -3,9 +3,9 @@
 
 require musl.inc
 
-SRCREV = "da438ee1fc516c41ba1790cef7be551a9e244397"
+SRCREV = "ec04d122f1182aeb91f39b0e80ae40c68e4d9605"
 
-PV = "1.1.16+git${SRCPV}"
+PV = "1.1.17+git${SRCPV}"
 
 # mirror is at git://github.com/kraj/musl.git
 
-- 
2.14.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-09-21 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 17:27 [PATCH] musl: Update to latest Khem Raj
2017-10-23  4:46 Khem Raj
2020-01-28  4:08 Khem Raj
2020-10-30 19:03 Khem Raj
2023-09-21 20:24 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.