]> code.ossystems Code Review - openembedded-core.git/commitdiff
musl: Upgrade to tip
authorKhem Raj <raj.khem@gmail.com>
Thu, 23 Jun 2016 22:23:19 +0000 (15:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:08:45 +0000 (16:08 +0100)
Rich Felker (4):
      fix undefined pointer arithmetic in CMSG_NXTHDR macro
      fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs
      avoid padding gaps in struct sockaddr_storage
      remove comments on copyright status from UTF-8 implementation files

Szabolcs Nagy (8):
      fix the use of uninitialized value in regcomp
      add preadv2 and pwritev2 syscall numbers for linux v4.6
      add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
      add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6
      update siginfo struct for linux v4.6
      add CLONE_NEWCGROUP clone flag, new in linux v4.6
      add new tcp_info fields from linux v4.6
      update sys/socket.h to linux v4.6

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/musl/musl_git.bb

index b1abf4f7741e1fff4e0f388b60de967608b958e7..956d9dd07623cc97f04df7b13d053f0d1e06abe8 100644 (file)
@@ -3,7 +3,7 @@
 
 require musl.inc
 
-SRCREV = "63e3a1661f1fa5552e2023683617ce09fac3248b"
+SRCREV = "6cec7bc57f599f43f4041cec2093e3c9231dbaab"
 
 PV = "1.1.14+git${SRCPV}"