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 40zxfn3hYKzF0dd for ; Tue, 5 Jun 2018 00:10:41 +1000 (AEST) In-Reply-To: <20180424160425.DB9946C5A7@po15720vm.idsi0.si.c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: Mathieu Malaterre , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v2] powerpc/signal32: Use fault_in_pages_readable() to prefault user context Message-Id: <40zxfn11K0z9s2t@ozlabs.org> Date: Tue, 5 Jun 2018 00:10:40 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2018-04-24 at 16:04:25 UTC, Christophe Leroy wrote: > Use fault_in_pages_readable() to prefault user context > instead of open coding > > Signed-off-by: Christophe Leroy > Reviewed-by: Mathieu Malaterre Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/56b04d568f880a48d892e840cfaf4e cheers