Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] glibc: Syscall fixes for mips/risc-v/mucroblaze
@ 2020-02-29 15:23 Khem Raj
  2020-02-29 15:32 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2020-02-29 15:23 UTC (permalink / raw)
  To: openembedded-core

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@gmail.com>
---
 meta/recipes-core/glibc/glibc-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index f489650f70..f7acf99752 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"
+SRCREV_glibc ?= "71f2b249a28e17eac0e47c53af44d5c5b65101aa"
 SRCREV_localedef ?= "cd9f958c4c94a638fa7b2b4e21627364f1a1a655"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
-- 
2.25.1



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

* Re: [PATCH] glibc: Syscall fixes for mips/risc-v/mucroblaze
  2020-02-29 15:23 [PATCH] glibc: Syscall fixes for mips/risc-v/mucroblaze Khem Raj
@ 2020-02-29 15:32 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2020-02-29 15:32 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On Sat, Feb 29, 2020 at 07:23:52AM -0800, Khem Raj wrote:
> 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@gmail.com>
> ---
>  meta/recipes-core/glibc/glibc-version.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
> index f489650f70..f7acf99752 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"
> +SRCREV_glibc ?= "71f2b249a28e17eac0e47c53af44d5c5b65101aa"
>...

I have the same locally, but then PV should be "2.31+git${SRCPV}"
and I haven't yet sorted out everything afterwards.

cu
Adrian


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

end of thread, other threads:[~2020-02-29 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-29 15:23 [PATCH] glibc: Syscall fixes for mips/risc-v/mucroblaze Khem Raj
2020-02-29 15:32 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox