Message ID | 20220309215943.87831-1-eugenis@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | docs: sysfs-devices-system-cpu: document "asymm" value for mte_tcf_preferred | expand |
On Wed, Mar 09, 2022 at 01:59:43PM -0800, Evgenii Stepanov wrote: > It was added in commit 766121ba5de3 ("arm64/mte: Add userspace interface > for enabling asymmetric mode"). Reviewed-by: Mark Brown <broonie@kernel.org> Copying in Will and not deleting context for his benefit. > Signed-off-by: Evgenii Stepanov <eugenis@google.com> > --- > Documentation/ABI/testing/sysfs-devices-system-cpu | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu > index 61f5676a7429..2281d5eff403 100644 > --- a/Documentation/ABI/testing/sysfs-devices-system-cpu > +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu > @@ -662,6 +662,7 @@ Description: Preferred MTE tag checking mode > > ================ ============================================== > "sync" Prefer synchronous mode > + "asymm" Prefer asymmetric mode > "async" Prefer asynchronous mode > ================ ============================================== > > -- > 2.35.1.616.g0bdcbb4464-goog >
On Wed, 9 Mar 2022 13:59:43 -0800, Evgenii Stepanov wrote: > It was added in commit 766121ba5de3 ("arm64/mte: Add userspace interface > for enabling asymmetric mode"). > > Applied to arm64 (for-next/mte), thanks! [1/1] docs: sysfs-devices-system-cpu: document "asymm" value for mte_tcf_preferred https://git.kernel.org/arm64/c/9986c7650eb3 Cheers,
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index 61f5676a7429..2281d5eff403 100644 --- a/Documentation/ABI/testing/sysfs-devices-system-cpu +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu @@ -662,6 +662,7 @@ Description: Preferred MTE tag checking mode ================ ============================================== "sync" Prefer synchronous mode + "asymm" Prefer asymmetric mode "async" Prefer asynchronous mode ================ ==============================================
It was added in commit 766121ba5de3 ("arm64/mte: Add userspace interface for enabling asymmetric mode"). Signed-off-by: Evgenii Stepanov <eugenis@google.com> --- Documentation/ABI/testing/sysfs-devices-system-cpu | 1 + 1 file changed, 1 insertion(+)