Files
Mikulas Patocka fe680d8c74 dm-verity: fix unreliable memory allocation
GFP_NOWAIT allocation may fail anytime. It needs to be changed to
GFP_NOIO. There's no need to handle an error because mempool_alloc with
GFP_NOIO can't fail.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Reviewed-by: Eric Biggers <ebiggers@kernel.org>
2025-11-21 12:51:41 +01:00
..
2024-04-01 11:53:37 -06:00
2025-08-19 11:12:50 +02:00
2024-02-20 14:22:51 -05:00
2025-09-01 13:35:18 +02:00
2024-11-20 11:38:04 +01:00
2025-01-13 07:36:29 -08:00