diff options
author | Mikulas Patocka <[email protected]> | 2024-08-13 16:35:14 +0200 |
---|---|---|
committer | Mikulas Patocka <[email protected]> | 2024-08-13 21:14:21 +0200 |
commit | faada2174c08662ae98b439c69efe3e79382c538 (patch) | |
tree | c118c8bfc77f51885b91d37aa666ad2da15b8589 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 86cfa9a85fb04fa61e7c6b5a8ecf812437cdad78 (diff) |
dm persistent data: fix memory allocation failure
kmalloc is unreliable when allocating more than 8 pages of memory. It may
fail when there is plenty of free memory but the memory is fragmented.
Zdenek Kabelac observed such failure in his tests.
This commit changes kmalloc to kvmalloc - kvmalloc will fall back to
vmalloc if the large allocation fails.
Signed-off-by: Mikulas Patocka <[email protected]>
Reported-by: Zdenek Kabelac <[email protected]>
Reviewed-by: Mike Snitzer <[email protected]>
Cc: [email protected]
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions