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 AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 763A21A0588 for ; Tue, 9 Dec 2014 21:06:17 +1100 (AEDT) In-Reply-To: <20141208141629.912861A5D5B@localhost.localdomain> To: LEROY Christophe , Benjamin Herrenschmidt , Paul Mackerras , scottwood@freescale.com From: Michael Ellerman Subject: Re: powerpc32: missing accessors to pgprot_t objects Message-Id: <20141209100617.630111400EA@ozlabs.org> Date: Tue, 9 Dec 2014 21:06:17 +1100 (AEDT) Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2014-08-12 at 14:16:29 UTC, LEROY Christophe wrote: > Compilation with #define STRICT_MM_TYPECHECKS in arch/powerpc/include/asm/page.h > fails due to missing use of pgprot_val() when using pgprot_t objects. Any idea when this broke? Recently, or has it gone unnoticed for a long time? cheers