x86/pkeys: Clarify PKRU_AD_KEY macro
authorIra Weiny <ira.weiny@intel.com>
Tue, 19 Apr 2022 17:06:07 +0000 (10:06 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Tue, 7 Jun 2022 23:06:33 +0000 (16:06 -0700)
commit54ee1844047c1df015ab2679a4f55564a3aa1fa1
treee7a49ee3920cb5d96c876fdead0ae6321d4db2e6
parentf8c1d4ca55177326adad1fdc6bf602423a507542
x86/pkeys: Clarify PKRU_AD_KEY macro

When changing the PKRU_AD_KEY macro to be used for PKS the name came
into question.[1]

The intent of PKRU_AD_KEY is to set an initial value for the PKRU
register but that is just a mask value.

Clarify this by changing the name to PKRU_AD_MASK().

NOTE the checkpatch errors are ignored for the init_pkru_value to align
the values in the code.

[1] https://lore.kernel.org/lkml/eff862e2-bfaa-9e12-42b5-a12467d72a22@intel.com/

Suggested-by: Dave Hansen <dave.hansen@linux.intel.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20220419170649.1022246-3-ira.weiny@intel.com
arch/x86/mm/pkeys.c