lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250618191440.0361c343@kernel.org>
Date: Wed, 18 Jun 2025 19:14:40 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, Willem de Bruijn
 <willemdebruijn.kernel@...il.com>, Jason Wang <jasowang@...hat.com>, Andrew
 Lunn <andrew+netdev@...n.ch>, "David S. Miller" <davem@...emloft.net>, Eric
 Dumazet <edumazet@...gle.com>, "Michael S. Tsirkin" <mst@...hat.com>, Xuan
 Zhuo <xuanzhuo@...ux.alibaba.com>, Eugenio Pérez
 <eperezma@...hat.com>, Yuri Benditovich <yuri.benditovich@...nix.com>,
 Akihiko Odaki <akihiko.odaki@...nix.com>
Subject: Re: [PATCH v4 net-next 1/8] virtio: introduce extended features

On Tue, 17 Jun 2025 18:12:08 +0200 Paolo Abeni wrote:
> -	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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ