Re: [OE-core] [PATCH] glibc: Syscall fixes for mips/risc-v/mucroblaze

2020-02-29 Thread Adrian Bunk
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 > * f

[OE-core] [PATCH] glibc: Syscall fixes for mips/risc-v/mucroblaze

2020-02-29 Thread Khem Raj
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 * aa