* linux-next: build warning after merge of the kvm tree
@ 2010-05-27 4:53 Stephen Rothwell
2010-05-27 10:19 ` Roedel, Joerg
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2010-05-27 4:53 UTC (permalink / raw)
To: Avi Kivity, Marcelo Tosatti; +Cc: linux-next, linux-kernel, Joerg Roedel
[-- Attachment #1: Type: text/plain, Size: 452 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
arch/x86/kvm/svm.c: In function 'svm_handle_mce':
arch/x86/kvm/svm.c:1489: warning: unused variable 'kvm_run'
Introduced by commit 5c91e7b615f7b6b36f6ad32356bb786bed5b7764 ("KVM: SVM:
Implement workaround for Erratum 383").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2010-05-27 4:53 Stephen Rothwell
@ 2010-05-27 10:19 ` Roedel, Joerg
2010-05-27 10:49 ` Stephen Rothwell
2010-05-27 12:13 ` Avi Kivity
0 siblings, 2 replies; 31+ messages in thread
From: Roedel, Joerg @ 2010-05-27 10:19 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Avi Kivity, Marcelo Tosatti, linux-next@vger.kernel.org,
linux-kernel@vger.kernel.org
On Thu, May 27, 2010 at 12:53:07AM -0400, Stephen Rothwell wrote:
> After merging the kvm tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
>
> arch/x86/kvm/svm.c: In function 'svm_handle_mce':
> arch/x86/kvm/svm.c:1489: warning: unused variable 'kvm_run'
>
> Introduced by commit 5c91e7b615f7b6b36f6ad32356bb786bed5b7764 ("KVM: SVM:
> Implement workaround for Erratum 383").
Fix for that is already posted and should be in the KVM tree soon.
Joerg
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2010-05-27 10:19 ` Roedel, Joerg
@ 2010-05-27 10:49 ` Stephen Rothwell
2010-05-27 12:13 ` Avi Kivity
1 sibling, 0 replies; 31+ messages in thread
From: Stephen Rothwell @ 2010-05-27 10:49 UTC (permalink / raw)
To: Roedel, Joerg
Cc: Avi Kivity, Marcelo Tosatti, linux-next@vger.kernel.org,
linux-kernel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
Hi Joerg,
On Thu, 27 May 2010 12:19:58 +0200 "Roedel, Joerg" <Joerg.Roedel@amd.com> wrote:
>
> Fix for that is already posted and should be in the KVM tree soon.
Great, thanks.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2010-05-27 10:19 ` Roedel, Joerg
2010-05-27 10:49 ` Stephen Rothwell
@ 2010-05-27 12:13 ` Avi Kivity
1 sibling, 0 replies; 31+ messages in thread
From: Avi Kivity @ 2010-05-27 12:13 UTC (permalink / raw)
To: Roedel, Joerg
Cc: Stephen Rothwell, Marcelo Tosatti, linux-next@vger.kernel.org,
linux-kernel@vger.kernel.org
On 05/27/2010 01:19 PM, Roedel, Joerg wrote:
> On Thu, May 27, 2010 at 12:53:07AM -0400, Stephen Rothwell wrote:
>
>> After merging the kvm tree, today's linux-next build (x86_64 allmodconfig)
>> produced this warning:
>>
>> arch/x86/kvm/svm.c: In function 'svm_handle_mce':
>> arch/x86/kvm/svm.c:1489: warning: unused variable 'kvm_run'
>>
>> Introduced by commit 5c91e7b615f7b6b36f6ad32356bb786bed5b7764 ("KVM: SVM:
>> Implement workaround for Erratum 383").
>>
> Fix for that is already posted and should be in the KVM tree soon.
>
>
I've just pushed it to linux-next.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2010-07-26 5:14 Stephen Rothwell
0 siblings, 0 replies; 31+ messages in thread
From: Stephen Rothwell @ 2010-07-26 5:14 UTC (permalink / raw)
To: Avi Kivity, Marcelo Tosatti; +Cc: linux-next, linux-kernel, Xiao Guangrong
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
arch/x86/kvm/mmu.c: In function 'kvm_mmu_pte_write':
arch/x86/kvm/mmu.c:2908: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~'
Introduced by commit af8720393c71a8f81ade71c404798d80c68c5d73 ("KVM: MMU:
add missing reserved bits check in speculative path").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2013-01-10 2:34 Stephen Rothwell
2013-01-10 6:56 ` Gleb Natapov
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2013-01-10 2:34 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: linux-next, linux-kernel, Gleb Natapov
[-- Attachment #1: Type: text/plain, Size: 714 bytes --]
Hi Marcelo,
After merging the kvm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
In file included from arch/x86/kvm/mmu.c:3482:0:
arch/x86/kvm/paging_tmpl.h: In function 'paging64_walk_addr_generic':
arch/x86/kvm/paging_tmpl.h:154:57: warning: unused variable 'shift' [-Wunused-variable]
In file included from arch/x86/kvm/mmu.c:3486:0:
arch/x86/kvm/paging_tmpl.h: In function 'paging32_walk_addr_generic':
arch/x86/kvm/paging_tmpl.h:154:57: warning: unused variable 'shift' [-Wunused-variable]
Introduced by commit 908e7d7999bc ("KVM: MMU: simplify folding of dirty
bit into accessed_dirty").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2013-01-10 2:34 linux-next: build warning after merge of the kvm tree Stephen Rothwell
@ 2013-01-10 6:56 ` Gleb Natapov
0 siblings, 0 replies; 31+ messages in thread
From: Gleb Natapov @ 2013-01-10 6:56 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Marcelo Tosatti, linux-next, linux-kernel
On Thu, Jan 10, 2013 at 01:34:36PM +1100, Stephen Rothwell wrote:
> Hi Marcelo,
>
> After merging the kvm tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
>
> In file included from arch/x86/kvm/mmu.c:3482:0:
> arch/x86/kvm/paging_tmpl.h: In function 'paging64_walk_addr_generic':
> arch/x86/kvm/paging_tmpl.h:154:57: warning: unused variable 'shift' [-Wunused-variable]
> In file included from arch/x86/kvm/mmu.c:3486:0:
> arch/x86/kvm/paging_tmpl.h: In function 'paging32_walk_addr_generic':
> arch/x86/kvm/paging_tmpl.h:154:57: warning: unused variable 'shift' [-Wunused-variable]
>
> Introduced by commit 908e7d7999bc ("KVM: MMU: simplify folding of dirty
> bit into accessed_dirty").
>
Was fixed yesterday. Thanks.
--
Gleb.
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2019-11-25 3:03 Stephen Rothwell
0 siblings, 0 replies; 31+ messages in thread
From: Stephen Rothwell @ 2019-11-25 3:03 UTC (permalink / raw)
To: Paolo Bonzini, Radim Krčmář
Cc: KVM, Linux Next Mailing List, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 343 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
WARNING: "kvm_get_arch_capabilities" [arch/x86/kvm/kvm] is a static EXPORT_SYMBOL_GPL
Introduced by commit
cbbaa2727aa3 ("KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2021-02-09 9:59 Stephen Rothwell
2021-02-09 10:01 ` Paolo Bonzini
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2021-02-09 9:59 UTC (permalink / raw)
To: Paolo Bonzini, KVM
Cc: Linux Kernel Mailing List, Linux Next Mailing List,
David Woodhouse
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/virt/kvm/api.rst:4927: WARNING: Title underline too short.
4.130 KVM_XEN_VCPU_GET_ATTR
--------------------------
Introduced by commit
e1f68169a4f8 ("KVM: Add documentation for Xen hypercall and shared_info updates")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2021-02-09 9:59 Stephen Rothwell
@ 2021-02-09 10:01 ` Paolo Bonzini
0 siblings, 0 replies; 31+ messages in thread
From: Paolo Bonzini @ 2021-02-09 10:01 UTC (permalink / raw)
To: Stephen Rothwell, KVM
Cc: Linux Kernel Mailing List, Linux Next Mailing List,
David Woodhouse
On 09/02/21 10:59, Stephen Rothwell wrote:
> Hi all,
>
> After merging the kvm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/virt/kvm/api.rst:4927: WARNING: Title underline too short.
>
> 4.130 KVM_XEN_VCPU_GET_ATTR
> --------------------------
>
> Introduced by commit
>
> e1f68169a4f8 ("KVM: Add documentation for Xen hypercall and shared_info updates")
>
Thanks, will fix.
Paolo
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2021-04-22 8:53 Stephen Rothwell
0 siblings, 0 replies; 31+ messages in thread
From: Stephen Rothwell @ 2021-04-22 8:53 UTC (permalink / raw)
To: Paolo Bonzini, KVM
Cc: Kai Huang, Sean Christopherson, Sean Christopherson,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 382 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/virt/kvm/api.rst:6243: WARNING: Title underline too short.
7.25 KVM_CAP_SGX_ATTRIBUTE
----------------------
Introduced by commit
fe7e948837f3 ("KVM: x86: Add capability to grant VM access to privileged SGX attribute")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2022-01-10 8:58 Stephen Rothwell
2022-01-11 2:55 ` Wang, Wei W
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2022-01-10 8:58 UTC (permalink / raw)
To: Paolo Bonzini, KVM
Cc: Guang Zeng, Jing Liu, Kevin Tian, Wei Wang, Yang Zhong,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 364 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/virt/kvm/api.rst:5549: WARNING: Title underline too short.
4.42 KVM_GET_XSAVE2
------------------
Introduced by commit
16786d406fe8 ("kvm: x86: Add support for getting/setting expanded xstate buffer")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* RE: linux-next: build warning after merge of the kvm tree
2022-01-10 8:58 Stephen Rothwell
@ 2022-01-11 2:55 ` Wang, Wei W
2022-01-20 3:36 ` Stephen Rothwell
0 siblings, 1 reply; 31+ messages in thread
From: Wang, Wei W @ 2022-01-11 2:55 UTC (permalink / raw)
To: Stephen Rothwell, Paolo Bonzini, KVM
Cc: Zeng, Guang, Liu, Jing2, Tian, Kevin, Zhong, Yang,
Linux Kernel Mailing List, Linux Next Mailing List
On Monday, January 10, 2022 4:59 PM, Stephen Rothwell wrote:
> After merging the kvm tree, today's linux-next build (htmldocs) produced this
> warning:
>
> Documentation/virt/kvm/api.rst:5549: WARNING: Title underline too short.
>
> 4.42 KVM_GET_XSAVE2
> ------------------
Should add one more "_" above.
4.42 KVM_GET_XSAVE2
-------------------
+-------------------
Paolo, do you want us to send another patch to add it or you can just add it?
Thanks,
Wei
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2022-01-11 2:55 ` Wang, Wei W
@ 2022-01-20 3:36 ` Stephen Rothwell
2022-01-20 5:52 ` Wang, Wei W
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2022-01-20 3:36 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Wang, Wei W, KVM, Zeng, Guang, Liu, Jing2, Tian, Kevin,
Zhong, Yang, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 658 bytes --]
Hi all,
On Tue, 11 Jan 2022 02:55:56 +0000 "Wang, Wei W" <wei.w.wang@intel.com> wrote:
>
> On Monday, January 10, 2022 4:59 PM, Stephen Rothwell wrote:
> > After merging the kvm tree, today's linux-next build (htmldocs) produced this
> > warning:
> >
> > Documentation/virt/kvm/api.rst:5549: WARNING: Title underline too short.
> >
> > 4.42 KVM_GET_XSAVE2
> > ------------------
>
> Should add one more "_" above.
> 4.42 KVM_GET_XSAVE2
> -------------------
> +-------------------
>
> Paolo, do you want us to send another patch to add it or you can just add it?
I am still seeing this warning.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* RE: linux-next: build warning after merge of the kvm tree
2022-01-20 3:36 ` Stephen Rothwell
@ 2022-01-20 5:52 ` Wang, Wei W
0 siblings, 0 replies; 31+ messages in thread
From: Wang, Wei W @ 2022-01-20 5:52 UTC (permalink / raw)
To: Stephen Rothwell, Paolo Bonzini
Cc: KVM, Zeng, Guang, Liu, Jing2, Tian, Kevin, Zhong, Yang,
Linux Kernel Mailing List, Linux Next Mailing List
On Thursday, January 20, 2022 11:36 AM, Stephen Rothwell wrote:
> On Tue, 11 Jan 2022 02:55:56 +0000 "Wang, Wei W" <wei.w.wang@intel.com>
> wrote:
> >
> > On Monday, January 10, 2022 4:59 PM, Stephen Rothwell wrote:
> > > After merging the kvm tree, today's linux-next build (htmldocs) produced
> this
> > > warning:
> > >
> > > Documentation/virt/kvm/api.rst:5549: WARNING: Title underline too
> short.
> > >
> > > 4.42 KVM_GET_XSAVE2
> > > ------------------
> >
> > Should add one more "_" above.
> > 4.42 KVM_GET_XSAVE2
> > -------------------
> > +-------------------
> >
> > Paolo, do you want us to send another patch to add it or you can just add it?
>
> I am still seeing this warning.
>
I'll get you a patch to test soon.
Thanks,
Wei
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2022-06-27 8:19 Stephen Rothwell
2022-06-27 9:57 ` Bagas Sanjaya
2022-08-09 6:41 ` Stephen Rothwell
0 siblings, 2 replies; 31+ messages in thread
From: Stephen Rothwell @ 2022-06-27 8:19 UTC (permalink / raw)
To: Paolo Bonzini, KVM
Cc: Ben Gardon, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 464 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/virt/kvm/api.rst:8210: WARNING: Title underline too short.
8.38 KVM_CAP_VM_DISABLE_NX_HUGE_PAGES
---------------------------
Documentation/virt/kvm/api.rst:8217: WARNING: Unexpected indentation.
Introduced by commit
084cc29f8bbb ("KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2022-06-27 8:19 Stephen Rothwell
@ 2022-06-27 9:57 ` Bagas Sanjaya
2022-08-09 6:41 ` Stephen Rothwell
1 sibling, 0 replies; 31+ messages in thread
From: Bagas Sanjaya @ 2022-06-27 9:57 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Paolo Bonzini, KVM, Ben Gardon, Linux Kernel Mailing List,
Linux Next Mailing List
On Mon, Jun 27, 2022 at 06:19:37PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the kvm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/virt/kvm/api.rst:8210: WARNING: Title underline too short.
>
> 8.38 KVM_CAP_VM_DISABLE_NX_HUGE_PAGES
> ---------------------------
> Documentation/virt/kvm/api.rst:8217: WARNING: Unexpected indentation.
>
> Introduced by commit
>
> 084cc29f8bbb ("KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis")
>
Hi Stephen and Paolo,
I have sent the fixes at [1], please test.
[1] https://lore.kernel.org/linux-doc/20220627095151.19339-1-bagasdotme@gmail.com/
Thanks.
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2022-06-27 8:19 Stephen Rothwell
2022-06-27 9:57 ` Bagas Sanjaya
@ 2022-08-09 6:41 ` Stephen Rothwell
1 sibling, 0 replies; 31+ messages in thread
From: Stephen Rothwell @ 2022-08-09 6:41 UTC (permalink / raw)
To: Paolo Bonzini, KVM
Cc: Ben Gardon, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 650 bytes --]
Hi all,
On Mon, 27 Jun 2022 18:19:37 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the kvm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/virt/kvm/api.rst:8210: WARNING: Title underline too short.
>
> 8.38 KVM_CAP_VM_DISABLE_NX_HUGE_PAGES
> ---------------------------
> Documentation/virt/kvm/api.rst:8217: WARNING: Unexpected indentation.
>
> Introduced by commit
>
> 084cc29f8bbb ("KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis")
I am still seeing these warnings. That commit is now in Linus' tree :-(
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2022-12-13 4:41 Stephen Rothwell
2022-12-13 5:11 ` Sean Christopherson
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2022-12-13 4:41 UTC (permalink / raw)
To: Paolo Bonzini
Cc: KVM, Sean Christopherson, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 418 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/virt/kvm/api.rst:7260: ERROR: Unexpected indentation.
Documentation/virt/kvm/api.rst:7261: WARNING: Block quote ends without a blank line; unexpected unindent.
Introduced by commit
1f158147181b ("KVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentation")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2022-12-13 4:41 Stephen Rothwell
@ 2022-12-13 5:11 ` Sean Christopherson
0 siblings, 0 replies; 31+ messages in thread
From: Sean Christopherson @ 2022-12-13 5:11 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Paolo Bonzini, KVM, Linux Kernel Mailing List,
Linux Next Mailing List
On Tue, Dec 13, 2022, Stephen Rothwell wrote:
> Hi all,
>
> After merging the kvm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/virt/kvm/api.rst:7260: ERROR: Unexpected indentation.
> Documentation/virt/kvm/api.rst:7261: WARNING: Block quote ends without a blank line; unexpected unindent.
>
> Introduced by commit
>
> 1f158147181b ("KVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentation")
On it, should hit next soon. Thanks!
https://lore.kernel.org/all/20221207000959.2035098-1-seanjc@google.com
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2023-11-14 3:13 Stephen Rothwell
2023-11-14 12:50 ` Paolo Bonzini
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2023-11-14 3:13 UTC (permalink / raw)
To: Paolo Bonzini, KVM; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 481 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/filesystems/api-summary:74: fs/anon_inodes.c:167: ERROR: Unexpected indentation.
Documentation/filesystems/api-summary:74: fs/anon_inodes.c:168: WARNING: Block quote ends without a blank line; unexpected unindent.
Introduced by commit
e4c866e72563 ("fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2023-11-14 3:13 Stephen Rothwell
@ 2023-11-14 12:50 ` Paolo Bonzini
0 siblings, 0 replies; 31+ messages in thread
From: Paolo Bonzini @ 2023-11-14 12:50 UTC (permalink / raw)
To: Stephen Rothwell, KVM; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
On 11/14/23 04:13, Stephen Rothwell wrote:
> Hi all,
>
> After merging the kvm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/filesystems/api-summary:74: fs/anon_inodes.c:167: ERROR: Unexpected indentation.
> Documentation/filesystems/api-summary:74: fs/anon_inodes.c:168: WARNING: Block quote ends without a blank line; unexpected unindent.
This reproduces with the version of sphinx in
Documentation/sphinx/requirements.txt. The fix is
simply this, for which I will send a patch:
diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c
index e02f4e2e2ece..0496cb5b6eab 100644
--- a/fs/anon_inodes.c
+++ b/fs/anon_inodes.c
@@ -163,8 +163,10 @@ EXPORT_SYMBOL_GPL(anon_inode_getfile);
*
* Create a new anonymous inode and file pair. This can be done for two
* reasons:
+ *
* - for the inode to have its own security context, so that LSMs can enforce
* policy on the inode's creation;
+ *
* - if the caller needs a unique inode, for example in order to customize
* the size returned by fstat()
*
@@ -250,8 +252,10 @@ EXPORT_SYMBOL_GPL(anon_inode_getfd);
*
* Create a new anonymous inode and file pair. This can be done for two
* reasons:
+ *
* - for the inode to have its own security context, so that LSMs can enforce
* policy on the inode's creation;
+ *
* - if the caller needs a unique inode, for example in order to customize
* the size returned by fstat()
*
Paolo
^ permalink raw reply related [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2024-07-17 5:59 Stephen Rothwell
2024-07-30 10:11 ` Stephen Rothwell
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2024-07-17 5:59 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Isaku Yamahata, KVM, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 353 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/virt/kvm/api.rst:6371: WARNING: Title underline too short.
4.143 KVM_PRE_FAULT_MEMORY
------------------------
Introduced by commit
9aed7a6c0b59 ("KVM: Document KVM_PRE_FAULT_MEMORY ioctl")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2024-07-17 5:59 Stephen Rothwell
@ 2024-07-30 10:11 ` Stephen Rothwell
0 siblings, 0 replies; 31+ messages in thread
From: Stephen Rothwell @ 2024-07-30 10:11 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Isaku Yamahata, KVM, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 497 bytes --]
Hi all,
On Wed, 17 Jul 2024 15:59:30 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
\> After merging the kvm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/virt/kvm/api.rst:6371: WARNING: Title underline too short.
>
> 4.143 KVM_PRE_FAULT_MEMORY
> ------------------------
>
> Introduced by commit
>
> 9aed7a6c0b59 ("KVM: Document KVM_PRE_FAULT_MEMORY ioctl")
I am still seeing this warning.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2024-09-23 3:45 Stephen Rothwell
0 siblings, 0 replies; 31+ messages in thread
From: Stephen Rothwell @ 2024-09-23 3:45 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Sean Christopherson, KVM, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/virt/kvm/locking.rst:31: ERROR: Unexpected indentation.
Introduced by commit
44d174596260 ("KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2024-10-28 8:29 Stephen Rothwell
2024-11-13 6:29 ` Stephen Rothwell
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2024-10-28 8:29 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Sean Christopherson, KVM, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 3255 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/virt/kvm/locking.rst:157: ERROR: Malformed table.
+-------------------------------------------------------------------------+
| At the beginning:: |
| |
| spte.W = 0 |
| spte.Accessed = 1 |
+-------------------------------------+-----------------------------------+
| CPU 0: | CPU 1: |
+-------------------------------------+-----------------------------------+
| In mmu_spte_update():: | |
| | |
| old_spte = *spte; | |
| | |
| | |
| /* 'if' condition is satisfied. */ | |
| if (old_spte.Accessed == 1 && | |
| old_spte.W == 0) | |
| spte = new_spte; | |
+-------------------------------------+-----------------------------------+
| | on fast page fault path:: |
| | |
| | spte.W = 1 |
| | |
| | memory write on the spte:: |
| | |
| | spte.Dirty = 1 |
+-------------------------------------+-----------------------------------+
| :: | |
| | |
| else | |
| old_spte = xchg(spte, new_spte);| |
| if (old_spte.Accessed && | |
| !new_spte.Accessed) | |
| flush = true; | |
| if (old_spte.Dirty && | |
| !new_spte.Dirty) | |
| flush = true; | |
| OOPS!!! | |
+-------------------------------------+-----------------------------------+
Introduced by commit
5f6a3badbb74 ("KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2024-10-28 8:29 Stephen Rothwell
@ 2024-11-13 6:29 ` Stephen Rothwell
2024-11-13 13:58 ` Sean Christopherson
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2024-11-13 6:29 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Sean Christopherson, KVM, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 3468 bytes --]
Hi all,
On Mon, 28 Oct 2024 19:29:45 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the kvm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/virt/kvm/locking.rst:157: ERROR: Malformed table.
>
> +-------------------------------------------------------------------------+
> | At the beginning:: |
> | |
> | spte.W = 0 |
> | spte.Accessed = 1 |
> +-------------------------------------+-----------------------------------+
> | CPU 0: | CPU 1: |
> +-------------------------------------+-----------------------------------+
> | In mmu_spte_update():: | |
> | | |
> | old_spte = *spte; | |
> | | |
> | | |
> | /* 'if' condition is satisfied. */ | |
> | if (old_spte.Accessed == 1 && | |
> | old_spte.W == 0) | |
> | spte = new_spte; | |
> +-------------------------------------+-----------------------------------+
> | | on fast page fault path:: |
> | | |
> | | spte.W = 1 |
> | | |
> | | memory write on the spte:: |
> | | |
> | | spte.Dirty = 1 |
> +-------------------------------------+-----------------------------------+
> | :: | |
> | | |
> | else | |
> | old_spte = xchg(spte, new_spte);| |
> | if (old_spte.Accessed && | |
> | !new_spte.Accessed) | |
> | flush = true; | |
> | if (old_spte.Dirty && | |
> | !new_spte.Dirty) | |
> | flush = true; | |
> | OOPS!!! | |
> +-------------------------------------+-----------------------------------+
>
> Introduced by commit
>
> 5f6a3badbb74 ("KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs")
I am still seeing this warning.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2024-11-13 6:29 ` Stephen Rothwell
@ 2024-11-13 13:58 ` Sean Christopherson
2024-11-13 14:00 ` Paolo Bonzini
0 siblings, 1 reply; 31+ messages in thread
From: Sean Christopherson @ 2024-11-13 13:58 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Paolo Bonzini, KVM, Linux Kernel Mailing List,
Linux Next Mailing List
On Wed, Nov 13, 2024, Stephen Rothwell wrote:
> Hi all,
>
> On Mon, 28 Oct 2024 19:29:45 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > After merging the kvm tree, today's linux-next build (htmldocs) produced
> > this warning:
> >
> > Documentation/virt/kvm/locking.rst:157: ERROR: Malformed table.
> >
> > +-------------------------------------------------------------------------+
> > | At the beginning:: |
> > | |
> > | spte.W = 0 |
> > | spte.Accessed = 1 |
> > +-------------------------------------+-----------------------------------+
> > | CPU 0: | CPU 1: |
> > +-------------------------------------+-----------------------------------+
> > | In mmu_spte_update():: | |
> > | | |
> > | old_spte = *spte; | |
> > | | |
> > | | |
> > | /* 'if' condition is satisfied. */ | |
> > | if (old_spte.Accessed == 1 && | |
> > | old_spte.W == 0) | |
> > | spte = new_spte; | |
> > +-------------------------------------+-----------------------------------+
> > | | on fast page fault path:: |
> > | | |
> > | | spte.W = 1 |
> > | | |
> > | | memory write on the spte:: |
> > | | |
> > | | spte.Dirty = 1 |
> > +-------------------------------------+-----------------------------------+
> > | :: | |
> > | | |
> > | else | |
> > | old_spte = xchg(spte, new_spte);| |
> > | if (old_spte.Accessed && | |
> > | !new_spte.Accessed) | |
> > | flush = true; | |
> > | if (old_spte.Dirty && | |
> > | !new_spte.Dirty) | |
> > | flush = true; | |
> > | OOPS!!! | |
> > +-------------------------------------+-----------------------------------+
> >
> > Introduced by commit
> >
> > 5f6a3badbb74 ("KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs")
>
> I am still seeing this warning.
Paolo, can you grab the patch from Bagas?
https://lore.kernel.org/all/20241028125835.26714-1-bagasdotme@gmail.com
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2024-11-13 13:58 ` Sean Christopherson
@ 2024-11-13 14:00 ` Paolo Bonzini
0 siblings, 0 replies; 31+ messages in thread
From: Paolo Bonzini @ 2024-11-13 14:00 UTC (permalink / raw)
To: Sean Christopherson, Stephen Rothwell
Cc: KVM, Linux Kernel Mailing List, Linux Next Mailing List
On 11/13/24 14:58, Sean Christopherson wrote:
>>> Introduced by commit
>>>
>>> 5f6a3badbb74 ("KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs")
>>
>> I am still seeing this warning.
>
> Paolo, can you grab the patch from Bagas?
>
> https://lore.kernel.org/all/20241028125835.26714-1-bagasdotme@gmail.com
Oops, I have just sent and applied one. Sorry Bagas.
Paolo
^ permalink raw reply [flat|nested] 31+ messages in thread
* linux-next: build warning after merge of the kvm tree
@ 2025-04-09 3:13 Stephen Rothwell
2025-05-16 0:16 ` Stephen Rothwell
0 siblings, 1 reply; 31+ messages in thread
From: Stephen Rothwell @ 2025-04-09 3:13 UTC (permalink / raw)
To: Paolo Bonzini, KVM
Cc: Binbin Wu, Isaku Yamahata, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
Hi all,
After merging the kvm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/virt/kvm/x86/intel-tdx.rst:255: WARNING: Footnote [1] is not referenced. [ref.footnote]
Introduced by commit
52f52ea79a4c ("Documentation/virt/kvm: Document on Trust Domain Extensions (TDX)")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: linux-next: build warning after merge of the kvm tree
2025-04-09 3:13 Stephen Rothwell
@ 2025-05-16 0:16 ` Stephen Rothwell
0 siblings, 0 replies; 31+ messages in thread
From: Stephen Rothwell @ 2025-05-16 0:16 UTC (permalink / raw)
To: Paolo Bonzini, KVM
Cc: Binbin Wu, Isaku Yamahata, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 506 bytes --]
Hi all,
On Wed, 9 Apr 2025 13:13:56 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the kvm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/virt/kvm/x86/intel-tdx.rst:255: WARNING: Footnote [1] is not referenced. [ref.footnote]
>
> Introduced by commit
>
> 52f52ea79a4c ("Documentation/virt/kvm: Document on Trust Domain Extensions (TDX)")
I am still seeing this warning (as of yesterday).
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
end of thread, other threads:[~2025-05-16 0:16 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 2:34 linux-next: build warning after merge of the kvm tree Stephen Rothwell
2013-01-10 6:56 ` Gleb Natapov
-- strict thread matches above, loose matches on Subject: below --
2025-04-09 3:13 Stephen Rothwell
2025-05-16 0:16 ` Stephen Rothwell
2024-10-28 8:29 Stephen Rothwell
2024-11-13 6:29 ` Stephen Rothwell
2024-11-13 13:58 ` Sean Christopherson
2024-11-13 14:00 ` Paolo Bonzini
2024-09-23 3:45 Stephen Rothwell
2024-07-17 5:59 Stephen Rothwell
2024-07-30 10:11 ` Stephen Rothwell
2023-11-14 3:13 Stephen Rothwell
2023-11-14 12:50 ` Paolo Bonzini
2022-12-13 4:41 Stephen Rothwell
2022-12-13 5:11 ` Sean Christopherson
2022-06-27 8:19 Stephen Rothwell
2022-06-27 9:57 ` Bagas Sanjaya
2022-08-09 6:41 ` Stephen Rothwell
2022-01-10 8:58 Stephen Rothwell
2022-01-11 2:55 ` Wang, Wei W
2022-01-20 3:36 ` Stephen Rothwell
2022-01-20 5:52 ` Wang, Wei W
2021-04-22 8:53 Stephen Rothwell
2021-02-09 9:59 Stephen Rothwell
2021-02-09 10:01 ` Paolo Bonzini
2019-11-25 3:03 Stephen Rothwell
2010-07-26 5:14 Stephen Rothwell
2010-05-27 4:53 Stephen Rothwell
2010-05-27 10:19 ` Roedel, Joerg
2010-05-27 10:49 ` Stephen Rothwell
2010-05-27 12:13 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).