[oe-commits] [openembedded-core] 01/06: glibc: Syscall fixes for mips/risc-v/mucroblaze

git at git.openembedded.org git at git.openembedded.org
Sun Mar 1 10:40:36 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 79b23077288dd557842f987e558262d7d8522e25
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Feb 29 07:40:52 2020 -0800

    glibc: Syscall fixes for mips/risc-v/mucroblaze
    
    Should fix the mips make 4.3 issue on target
    
    Changes in this delta
    
    * 71f2b249a2 malloc/tst-mallocfork2: Kill lingering process for unexpected failures
    * 5d31b083e4 riscv: Avoid clobbering register parameters in syscall
    * f4f8843515 microblaze: Avoid clobbering register parameters in syscall
    * aa638b86b2 mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]
    * ae1b6b13d4 mips: Use 'long int' and 'long long int' in linux syscall code
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glibc/glibc-version.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index f489650..4c72eed 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
 SRCBRANCH ?= "release/2.31/master"
-PV = "2.31"
-SRCREV_glibc ?= "9ea3686266dca3f004ba874745a4087a89682617"
+PV = "2.31+git${SRCPV}"
+SRCREV_glibc ?= "71f2b249a28e17eac0e47c53af44d5c5b65101aa"
 SRCREV_localedef ?= "cd9f958c4c94a638fa7b2b4e21627364f1a1a655"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list