Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752816AbdGHJ4t (ORCPT ); Sat, 8 Jul 2017 05:56:49 -0400 Received: from ud10.udmedia.de ([194.117.254.50]:59430 "EHLO mail.ud10.udmedia.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752636AbdGHJ4r (ORCPT ); Sat, 8 Jul 2017 05:56:47 -0400 Date: Sat, 8 Jul 2017 11:56:44 +0200 From: Markus Trippelsdorf To: Al Viro Cc: linux-kernel@vger.kernel.org Subject: commit 67d7ddded32 (waitid(2): leave copyout of siginfo to syscall itself) breaks glibc posix/tst-waitid Message-ID: <20170708095644.GA272@x4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 336 Lines: 14 Since: commit 67d7ddded322db99f451a7959d56ed6c70a6c4aa Author: Al Viro Date: Sun May 14 20:53:13 2017 -0400 waitid(2): leave copyout of siginfo to syscall itself the glibc posix/tst-waitid.c testcase fails: markus@x4 glibc-build % ./posix/tst-waitid waitid WNOHANG on stopped status 0 -- Markus