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.
>
> T
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
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(-)
>
Obviously correct :-)
Please commit to master which is open
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(-)
>>
> Obviously
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.
>
> OK,
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 chang