From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yHbzC3R3PzDqBd for ; Thu, 19 Oct 2017 15:48:23 +1100 (AEDT) In-Reply-To: <20170704012115.30870-1-cyrilbur@gmail.com> To: Cyril Bur , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Subject: Re: selftests/powerpc: context_switch: Fix pthread errors Message-Id: <3yHbzC2SJhz9tX8@ozlabs.org> Date: Thu, 19 Oct 2017 15:48:23 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-07-04 at 01:21:15 UTC, Cyril Bur wrote: > Turns out pthreads returns an errno and doesn't set errno. This doesn't > play well with perror(). > > Signed-off-by: Cyril Bur Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/89aca4753eb451a48f65a12b026403 cheers