[Devel] [PATCH VZ9] dm-qcow2-map: disable high-order allocation warning

2024-11-10 Thread Pavel Tikhomirov
Disable the warning: kernel: order 10 >= 10, gfp 0x40c00 kernel: WARNING: CPU: 5 PID: 182 at mm/page_alloc.c:5630 __alloc_pages+0x1d7/0x3f0 kernel: process_compressed_read+0x6f/0x590 [dm_qcow2] As with 1M clusters and in case of zstd compression the buffer size (clu_size + sizeof(ZSTD_DCtx) + ZS

Re: [Devel] [PATCH VZ9] dm-qcow2-map: disable high-order allocation warning

2024-11-10 Thread Alexander Atanasov
Hello, On 11.11.24 9:37, Pavel Tikhomirov wrote: Disable the warning: kernel: order 10 >= 10, gfp 0x40c00 kernel: WARNING: CPU: 5 PID: 182 at mm/page_alloc.c:5630 __alloc_pages+0x1d7/0x3f0 kernel: process_compressed_read+0x6f/0x590 [dm_qcow2] As with 1M clusters and in case of zstd compressio