All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warnings after merge of the kvm tree
@ 2020-01-24  3:10 Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2020-01-24  3:10 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář, KVM
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]

Hi all,

After merging the kvm tree, today's linux-next build (x86_64 allmodconfig)
produced these warnings:

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

Introduced by commit

  e71ae535bc24 ("KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* linux-next: build warnings after merge of the kvm tree
@ 2021-04-22  8:51 Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2021-04-22  8:51 UTC (permalink / raw)
  To: Paolo Bonzini, KVM
  Cc: Ashish Kalra, Brijesh Singh, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 2028 bytes --]

Hi all,

After merging the kvm tree, today's linux-next build (htmldocs) produced
these warnings:

Documentation/virt/kvm/amd-memory-encryption.rst:308: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:310: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:313: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:316: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:319: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:321: WARNING: Definition list ends without a blank line; unexpected unindent.
Documentation/virt/kvm/amd-memory-encryption.rst:369: WARNING: Title underline too short.

15. KVM_SEV_RECEIVE_START
------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:369: WARNING: Title underline too short.

15. KVM_SEV_RECEIVE_START
------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:398: WARNING: Title underline too short.

16. KVM_SEV_RECEIVE_UPDATE_DATA
----------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:398: WARNING: Title underline too short.

16. KVM_SEV_RECEIVE_UPDATE_DATA
----------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:422: WARNING: Title underline too short.

17. KVM_SEV_RECEIVE_FINISH
------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:422: WARNING: Title underline too short.

17. KVM_SEV_RECEIVE_FINISH
------------------------

Introduced by commits

  4cfdd47d6d95 ("KVM: SVM: Add KVM_SEV SEND_START command")
  af43cbbf954b ("KVM: SVM: Add support for KVM_SEV_RECEIVE_START command")
  15fb7de1a7f5 ("KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command")
  6a443def87d2 ("KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-22  8:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-24  3:10 linux-next: build warnings after merge of the kvm tree Stephen Rothwell
2021-04-22  8:51 Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.