Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1672164 > unrolled thread

Support generic disabling of all XSAVE features

Started byAndi Kleen <andi@firstfloor.org>
First post2017-06-22 01:50 +0200
Last post2017-06-22 01:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Support generic disabling of all XSAVE features Andi Kleen <andi@firstfloor.org> - 2017-06-22 01:50 +0200

#1672164 — Support generic disabling of all XSAVE features

FromAndi Kleen <andi@firstfloor.org>
Date2017-06-22 01:50 +0200
SubjectSupport generic disabling of all XSAVE features
Message-ID<tUXxL-4Ng-3@gated-at.bofh.it>
For performance testing and debugging it can be useful to disable XSAVE
features individually. This patchkit hooks up XSAVE with the
generic clearcpuid=... option, so that disabling a CPUID feature
automatically disables the respective XSAVE feature.

It also cleans up CPUID dependency management. Currently it's
possible to generate configurations with clearcpuid that crash.

It replaces an earlier patchkit that did this with special
case options.

v1:
Initial post
v2:
Work around broken lguest by exporting set_cpu_cap
Repost with cover letter
v3:
Repost. No changes to code.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web