]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6f56f786a14c5c10a075c6379e311098b5a31d3f
treee7a49ee3920cb5d96c876fdead0ae6321d4db2e6
parenta7ea23c4de764bf61e659d0682ebb3ab6be25b32
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