On 23. Dec 2024, at 06:46, Kees Cook wrote: > On Fri, Dec 20, 2024 at 08:20:20PM +0100, Thorsten Blum wrote: >> Replace the deprecated one-element array with a modern flexible array >> member in the struct crb_struct. >> >> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx> >> --- > > Seems like this could use __counted_by(map_entries) as well? Yes, but alpha doesn't seem to support __counted_by() yet. Does it still make sense to add it then? Thanks, Thorsten