Re: [PATCH v5 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
From: Benno Lossin
Date: Wed Aug 14 2024 - 12:35:33 EST
On 12.08.24 20:22, Danilo Krummrich wrote:
> Some test cases in subsequent patches provoke allocation failures. Add
> `__GFP_NOWARN` to enable test cases to silence unpleasant warnings.
>
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>
> ---
> rust/bindings/bindings_helper.h | 1 +
> rust/kernel/alloc.rs | 5 +++++
> 2 files changed, 6 insertions(+)
Reviewed-by: Benno Lossin <benno.lossin@xxxxxxxxx>
---
Cheers,
Benno