diff options
| author | Dirk Müller <dmueller@suse.com> | 2015-10-01 13:43:42 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-08-26 20:44:25 +0200 |
| commit | d78536e27c0222a5d6b093acc7cf2cc1470bfece (patch) | |
| tree | 6e953afaca1e60e01ec6acdc05fe594679d7c97b /include | |
| parent | 5c6a86a3f44337e449330e831be3bc06550a1365 (diff) | |
Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
commit d2922422c48df93f3edff7d872ee4f3191fefb08 upstream.
The cpu feature flags are not ever going to change, so warning
everytime can cause a lot of kernel log spam
(in our case more than 10GB/hour).
The warning seems to only occur when nested virtualization is
enabled, so it's probably triggered by a KVM bug. This is a
sensible and safe change anyway, and the KVM bug fix might not
be suitable for stable releases anyway.
Signed-off-by: Dirk Mueller <dmueller@suse.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
