Re: [PATCH v3 2/2] tests: Workaroud for buggy glibc in ipc_msg test on ppc64

2016-09-13 Thread Dmitry V. Levin
On Tue, Sep 13, 2016 at 02:56:44AM +0300, Eugene Syromyatnikov wrote: > glibc before 2.23 (glibc-2.22-122-gbe48165? to be more precise) tried to > access > data pointed by third argument of msgctl call on 64-bit PowerPC which led to > segmentataion fault (instead of EFAULT from kernel). [...] >

Re: [PATCH v3 2/2] tests: Workaroud for buggy glibc in ipc_msg test on ppc64

2016-09-13 Thread Andreas Schwab
On Sep 13 2016, Eugene Syromyatnikov wrote: > On Tue, Sep 13, 2016 at 7:32 AM, Andreas Schwab > wrote: >> On Sep 13 2016, Eugene Syromyatnikov >>

Re: [PATCH v3 2/2] tests: Workaroud for buggy glibc in ipc_msg test on ppc64

2016-09-13 Thread Eugene Syromyatnikov
On Tue, Sep 13, 2016 at 7:32 AM, Andreas Schwab wrote: > On Sep 13 2016, Eugene Syromyatnikov > wrote: > >> glibc before 2.23 (glibc-2.22-122-gbe48165? to be more precise) tried to >> access >> data pointed by third argument of

Re: [PATCH v3 2/2] tests: Workaroud for buggy glibc in ipc_msg test on ppc64

2016-09-13 Thread Andreas Schwab
On Sep 13 2016, Eugene Syromyatnikov wrote: > glibc before 2.23 (glibc-2.22-122-gbe48165? to be more precise) tried to > access > data pointed by third argument of msgctl call on 64-bit PowerPC which led to > segmentataion fault (instead of