aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorMikulas Patocka <[email protected]>2023-06-26 16:44:34 +0200
committerMike Snitzer <[email protected]>2023-06-27 16:00:54 -0400
commit6d50eb4725934fd22f5eeccb401000687c790fd0 (patch)
treed65f1d962121c2fbdbd50638f52c53979f400302 /tools/testing/selftests/bpf/progs/test_autoload.c
parent81ca2dbefaabe1a2ca1c7cfc84dfd45c072c82a6 (diff)
dm integrity: reduce vmalloc space footprint on 32-bit architectures
It was reported that dm-integrity runs out of vmalloc space on 32-bit architectures. On x86, there is only 128MiB vmalloc space and dm-integrity consumes it quickly because it has a 64MiB journal and 8MiB recalculate buffer. Fix this by reducing the size of the journal to 4MiB and the size of the recalculate buffer to 1MiB, so that multiple dm-integrity devices can be created and activated on 32-bit architectures. Cc: [email protected] Signed-off-by: Mikulas Patocka <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions