aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDirk Müller <dmueller@suse.com>2015-10-01 13:43:42 +0200
committerMoyster <oysterized@gmail.com>2016-08-26 20:44:25 +0200
commitd78536e27c0222a5d6b093acc7cf2cc1470bfece (patch)
tree6e953afaca1e60e01ec6acdc05fe594679d7c97b /include/linux
parent5c6a86a3f44337e449330e831be3bc06550a1365 (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/linux')
0 files changed, 0 insertions, 0 deletions