Fix a bunch of kernel-doc warnings in arch/arm64/kvm/. [PATCH 01/10] KVM: arm64: debug: fix kernel-doc warnings [PATCH 02/10] KVM: arm64: guest: fix kernel-doc warnings [PATCH 03/10] KVM: arm64: hyp/aarch32: fix kernel-doc warnings [PATCH 04/10] KVM: arm64: vhe: fix a kernel-doc warning [PATCH 05/10] KVM: arm64: mmu: fix a kernel-doc warning [PATCH 06/10] KVM: arm64: PMU: fix kernel-doc warnings [PATCH 07/10] KVM: arm64: sys_regs: fix kernel-doc warnings [PATCH 08/10] KVM: arm64: vgic-init: fix a kernel-doc warning [PATCH 09/10] KVM: arm64: vgic-its: fix kernel-doc warnings [PATCH 10/10] KVM: arm64: vgic: fix a kernel-doc warning Cc: Marc Zyngier <maz@kernel.org> Cc: Oliver Upton <oliver.upton@linux.dev> Cc: James Morse <james.morse@arm.com> Cc: Suzuki K Poulose <suzuki.poulose@arm.com> Cc: Zenghui Yu <yuzenghui@huawei.com> Cc: linux-arm-kernel@lists.infradead.org Cc: kvmarm@lists.linux.dev Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will@kernel.org>
On Wed, 17 Jan 2024 15:07:04 -0800, Randy Dunlap wrote:
> Fix a bunch of kernel-doc warnings in arch/arm64/kvm/.
>
> [PATCH 01/10] KVM: arm64: debug: fix kernel-doc warnings
> [PATCH 02/10] KVM: arm64: guest: fix kernel-doc warnings
> [PATCH 03/10] KVM: arm64: hyp/aarch32: fix kernel-doc warnings
> [PATCH 04/10] KVM: arm64: vhe: fix a kernel-doc warning
> [PATCH 05/10] KVM: arm64: mmu: fix a kernel-doc warning
> [PATCH 06/10] KVM: arm64: PMU: fix kernel-doc warnings
> [PATCH 07/10] KVM: arm64: sys_regs: fix kernel-doc warnings
> [PATCH 08/10] KVM: arm64: vgic-init: fix a kernel-doc warning
> [PATCH 09/10] KVM: arm64: vgic-its: fix kernel-doc warnings
> [PATCH 10/10] KVM: arm64: vgic: fix a kernel-doc warning
>
> [...]
Applied to kvmarm/next, thanks!
[01/10] KVM: arm64: debug: fix kernel-doc warnings
https://git.kernel.org/kvmarm/kvmarm/c/c4d15f841570
[02/10] KVM: arm64: guest: fix kernel-doc warnings
https://git.kernel.org/kvmarm/kvmarm/c/39db66e6b404
[03/10] KVM: arm64: hyp/aarch32: fix kernel-doc warnings
https://git.kernel.org/kvmarm/kvmarm/c/bc13610b4240
[04/10] KVM: arm64: vhe: fix a kernel-doc warning
https://git.kernel.org/kvmarm/kvmarm/c/aa96af24f320
[05/10] KVM: arm64: mmu: fix a kernel-doc warning
https://git.kernel.org/kvmarm/kvmarm/c/ffd9eaffa34d
[06/10] KVM: arm64: PMU: fix kernel-doc warnings
https://git.kernel.org/kvmarm/kvmarm/c/2a00f0855530
[07/10] KVM: arm64: sys_regs: fix kernel-doc warnings
https://git.kernel.org/kvmarm/kvmarm/c/8ce783927268
[08/10] KVM: arm64: vgic-init: fix a kernel-doc warning
https://git.kernel.org/kvmarm/kvmarm/c/dd609a574a02
[09/10] KVM: arm64: vgic-its: fix kernel-doc warnings
https://git.kernel.org/kvmarm/kvmarm/c/f779d2c0176c
[10/10] KVM: arm64: vgic: fix a kernel-doc warning
https://git.kernel.org/kvmarm/kvmarm/c/e634ff9598a4
--
Best,
Oliver
On 2024/1/18 7:07, Randy Dunlap wrote: > Fix a bunch of kernel-doc warnings in arch/arm64/kvm/. > > [PATCH 01/10] KVM: arm64: debug: fix kernel-doc warnings > [PATCH 02/10] KVM: arm64: guest: fix kernel-doc warnings > [PATCH 03/10] KVM: arm64: hyp/aarch32: fix kernel-doc warnings > [PATCH 04/10] KVM: arm64: vhe: fix a kernel-doc warning > [PATCH 05/10] KVM: arm64: mmu: fix a kernel-doc warning > [PATCH 06/10] KVM: arm64: PMU: fix kernel-doc warnings > [PATCH 07/10] KVM: arm64: sys_regs: fix kernel-doc warnings > [PATCH 08/10] KVM: arm64: vgic-init: fix a kernel-doc warning > [PATCH 09/10] KVM: arm64: vgic-its: fix kernel-doc warnings > [PATCH 10/10] KVM: arm64: vgic: fix a kernel-doc warning All look good to me, Reviewed-by: Zenghui Yu <yuzenghui@huawei.com> Thanks!
On 17/01/2024 23:07, Randy Dunlap wrote: > Fix a bunch of kernel-doc warnings in arch/arm64/kvm/. > > [PATCH 01/10] KVM: arm64: debug: fix kernel-doc warnings > [PATCH 02/10] KVM: arm64: guest: fix kernel-doc warnings > [PATCH 03/10] KVM: arm64: hyp/aarch32: fix kernel-doc warnings > [PATCH 04/10] KVM: arm64: vhe: fix a kernel-doc warning > [PATCH 05/10] KVM: arm64: mmu: fix a kernel-doc warning > [PATCH 06/10] KVM: arm64: PMU: fix kernel-doc warnings > [PATCH 07/10] KVM: arm64: sys_regs: fix kernel-doc warnings > [PATCH 08/10] KVM: arm64: vgic-init: fix a kernel-doc warning > [PATCH 09/10] KVM: arm64: vgic-its: fix kernel-doc warnings > [PATCH 10/10] KVM: arm64: vgic: fix a kernel-doc warning > > Cc: Marc Zyngier <maz@kernel.org> > Cc: Oliver Upton <oliver.upton@linux.dev> > Cc: James Morse <james.morse@arm.com> > Cc: Suzuki K Poulose <suzuki.poulose@arm.com> > Cc: Zenghui Yu <yuzenghui@huawei.com> > Cc: linux-arm-kernel@lists.infradead.org > Cc: kvmarm@lists.linux.dev > Cc: Catalin Marinas <catalin.marinas@arm.com> > Cc: Will Deacon <will@kernel.org> For the series: Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Hi, Any comments on this series? Thanks. On 1/17/24 15:07, Randy Dunlap wrote: > Fix a bunch of kernel-doc warnings in arch/arm64/kvm/. > > [PATCH 01/10] KVM: arm64: debug: fix kernel-doc warnings > [PATCH 02/10] KVM: arm64: guest: fix kernel-doc warnings > [PATCH 03/10] KVM: arm64: hyp/aarch32: fix kernel-doc warnings > [PATCH 04/10] KVM: arm64: vhe: fix a kernel-doc warning > [PATCH 05/10] KVM: arm64: mmu: fix a kernel-doc warning > [PATCH 06/10] KVM: arm64: PMU: fix kernel-doc warnings > [PATCH 07/10] KVM: arm64: sys_regs: fix kernel-doc warnings > [PATCH 08/10] KVM: arm64: vgic-init: fix a kernel-doc warning > [PATCH 09/10] KVM: arm64: vgic-its: fix kernel-doc warnings > [PATCH 10/10] KVM: arm64: vgic: fix a kernel-doc warning > > Cc: Marc Zyngier <maz@kernel.org> > Cc: Oliver Upton <oliver.upton@linux.dev> > Cc: James Morse <james.morse@arm.com> > Cc: Suzuki K Poulose <suzuki.poulose@arm.com> > Cc: Zenghui Yu <yuzenghui@huawei.com> > Cc: linux-arm-kernel@lists.infradead.org > Cc: kvmarm@lists.linux.dev > Cc: Catalin Marinas <catalin.marinas@arm.com> > Cc: Will Deacon <will@kernel.org> > -- #Randy
On Thu, 01 Feb 2024 06:19:14 +0000, Randy Dunlap <rdunlap@infradead.org> wrote: > > Hi, > > Any comments on this series? This is currently earmarked for 6.9. Thanks, M. -- Without deviation from the norm, progress is not possible.
On Thu, Feb 01, 2024 at 01:45:04PM +0000, Marc Zyngier wrote: > On Thu, 01 Feb 2024 06:19:14 +0000, > Randy Dunlap <rdunlap@infradead.org> wrote: > > > > Hi, > > > > Any comments on this series? > > This is currently earmarked for 6.9. Yup, I'm going to start applying some stuff soon and I'll grab this. -- Thanks, Oliver
© 2016 - 2025 Red Hat, Inc.