Re: [PATCH v4 net-next 1/8] virtio: introduce extended features
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-06-19 15:22:25
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-06-19 15:22:25
On Thu, 19 Jun 2025 16:36:57 +0200 Paolo Abeni wrote:
On 6/19/25 4:14 AM, Jakub Kicinski wrote:quoted
On Tue, 17 Jun 2025 18:12:08 +0200 Paolo Abeni wrote:quoted
- u64 features; + VIRTIO_DECLARE_FEATURES(features);FWIW this makes kdoc upset. There is a list of regexps in scripts/kernel-doc.pl which make it understand the declaration macros. I think VIRTIO_DECLARE_FEATURES() needs to be added to that list.I guess the preferred course of action is sharing a v5 including a scripts/kernel-doc.pl patch, right?
Not a hard ask, but yes that'd be preferable. Unfortunately kdoc build issues gate passing the patches to selftest stage as they often cause htmldoc build issues as well.