]> 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)
commitdbca027a2d728ca281db9af16f2cb364c16231b6
treee7a49ee3920cb5d96c876fdead0ae6321d4db2e6
parent39641cff147a285508a39e6a53dcf6e1831778b4
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