On Wed, Mar 6, 2024 at 7:26 PM Suren Baghdasaryan <[email protected]> wrote: > > +void * __must_check rust_helper_krealloc(const void *objp, size_t new_size, > + gfp_t flags) __realloc_size(2)
The `__realloc_size(2)` should be placed earlier, i.e. this triggers: rust/helpers.c:162:20: error: GCC does not allow '__alloc_size__' attribute in this position on a function definition [-Wgcc-compat] With that fixed: Acked-by: Miguel Ojeda <[email protected]> Cheers, Miguel
