From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3t10624L8CzDvd1 for ; Sat, 22 Oct 2016 09:02:34 +1100 (AEDT) In-Reply-To: <20161018093344.1f52d1f9@canb.auug.org.au> To: Stephen Rothwell , Benjamin Herrenschmidt From: Michael Ellerman Cc: PowerPC Subject: Re: powerpc: ignore the pkey system calls for now Message-Id: <3t106220fDz9t14@ozlabs.org> Date: Sat, 22 Oct 2016 09:02:34 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2016-17-10 at 22:33:44 UTC, Stephen Rothwell wrote: > Eliminates warning messages: > > :1316:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] > :1319:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] > :1322:2: warning: #warning syscall pkey_free not implemented [-Wcpp] > > Hopefully we will remember to revert this commit if we ever implement > them. > > Signed-off-by: Stephen Rothwell > Acked-by: Balbir Singh Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/78914ff0843623ee6dbeae92fa0bb8 cheers