[PATCH 3/6] mm: display pkey in smaps if arch_pkeys_enabled() is true

Balbir Singh bsingharora at gmail.com
Fri Sep 22 16:08:59 AEST 2017


On Fri, 15 Sep 2017 18:21:07 -0700
Ram Pai <linuxram at us.ibm.com> wrote:

> +#ifdef CONFIG_ARCH_HAS_PKEYS
> +	if (arch_pkeys_enabled())

Sorry, I missed this bit in my previous review
the patch makes sense

> +		seq_printf(m, "ProtectionKey:  %8u\n", vma_pkey(vma));
> +#endif
> +

Balbir


More information about the Linuxppc-dev mailing list