lkml.org 
[lkml]   [2020]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: linux-next: Tree for Jan 24 (kvm)
From
Date
On 1/24/20 12:51 PM, Randy Dunlap wrote:
> On 1/23/20 10:33 PM, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20200123:
>>
>> The kvm tree gained a conflict against Linus' tree.
>>
>
> on i386:
>
> ../arch/x86/kvm/x86.h:363:16: warning: right shift count >= width of type [-Wshift-count-overflow]
>
>

Sorry, I missed these 2 warnings:

../arch/x86/kvm/vmx/vmx.c: In function 'vmx_set_msr':
../arch/x86/kvm/vmx/vmx.c:2001:14: warning: '~' on a boolean expression [-Wbool-operation]
if (data & ~kvm_spec_ctrl_valid_bits(vcpu))
^


../arch/x86/kvm/svm.c: In function 'svm_set_msr':
../arch/x86/kvm/svm.c:4289:14: warning: '~' on a boolean expression [-Wbool-operation]
if (data & ~kvm_spec_ctrl_valid_bits(vcpu))
^
../arch/x86/kvm/svm.c:4289:14: note: did you mean to use logical not?
if (data & ~kvm_spec_ctrl_valid_bits(vcpu))
^
!

--
~Randy

\
 
 \ /
  Last update: 2020-01-24 22:00    [W:0.075 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site