Re: [PATCH] image.mk: fix dd memory exhaustion during padding of large images

2024-04-01 Thread Mirko Parthey via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Mon, Apr 01, 2024 at

Re: [PATCH] image.mk: fix dd memory exhaustion during padding of large images

2024-04-01 Thread Mirko Parthey via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Mon, Apr 01, 2024 at

[PATCH] image.mk: fix dd memory exhaustion during padding of large images

2024-04-01 Thread Petr Štetiar
This commit adjusts the Image/pad-to function within image.mk to improve memory management when padding large images. Previously, the dd command was used with a block size (bs) directly derived from the target padding size. This could lead to inefficiencies or memory exhaustion issues when dealing