Re: [PATCH] make-syscalls.sh: fix comment referencing syscall-template

2019-01-31 Thread Carlos O'Donell
On 1/31/19 8:48 PM, Vineet Gupta wrote: > On 1/31/19 5:45 PM, Carlos O'Donell wrote: >> On 1/31/19 7:16 PM, Vineet Gupta wrote: >>> spotted when started working on ARC port to glibc >>> >>> --- >>> ChangeLog | 5 + >>> sysdeps/unix/make-syscalls.sh | 2 +- >>> 2 files

Need for arch pthread-offsets.h (was Re: [PATCH v2 05/15] ARC: Atomics and Locking primitives)

2019-01-31 Thread Vineet Gupta
On 1/30/19 9:40 AM, Vineet Gupta wrote: > On 1/30/19 12:28 AM, Andreas Schwab wrote: >> On Jan 29 2019, Vineet Gupta wrote: >> >>> +#define __PTHREAD_MUTEX_NUSERS_AFTER_KIND 1 >>> +#define __PTHREAD_MUTEX_USE_UNION 1 >> New ports should use the preferred values for these macros. > >

Re: [PATCH] make-syscalls.sh: fix comment referencing syscall-template

2019-01-31 Thread Vineet Gupta
On 1/31/19 5:45 PM, Carlos O'Donell wrote: > On 1/31/19 7:16 PM, Vineet Gupta wrote: >> spotted when started working on ARC port to glibc >> >> --- >> ChangeLog | 5 + >> sysdeps/unix/make-syscalls.sh | 2 +- >> 2 files changed, 6 insertions(+), 1 deletion(-) >> >

[PATCH] make-syscalls.sh: fix comment referencing syscall-template

2019-01-31 Thread Vineet Gupta
spotted when started working on ARC port to glibc --- ChangeLog | 5 + sysdeps/unix/make-syscalls.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93201b76a26b..8438f93e13a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3

Re: [PATCH v2 19/21] treewide: add checks for the return value of memblock_alloc*()

2019-01-31 Thread Max Filippov
On Mon, Jan 21, 2019 at 12:06 AM Mike Rapoport wrote: > > Add check for the return value of memblock_alloc*() functions and call > panic() in case of error. > The panic message repeats the one used by panicing memblock allocators with > adjustment of parameters to include only relevant ones. > >