[PATCH v13 17/24] selftests/vm: powerpc implementation to check support for pkey

Dave Hansen dave.hansen at intel.com
Thu Jun 21 01:09:12 AEST 2018


> -	if (cpu_has_pku()) {
> -		dprintf1("SKIP: %s: no CPU support\n", __func__);
> +	if (is_pkey_supported()) {
> +		dprintf1("SKIP: %s: no CPU/kernel support\n", __func__);
>  		return;
>  	}

I actually kinda wanted a specific message for when the *CPU* doesn't
support the feature.


More information about the Linuxppc-dev mailing list