Re: [OE-core] [poky][dunfell][PATCH] busybox: Implement dd iflag/oflag=direct

2020-12-13 Thread Otavio Salvador
Hello, Em sáb., 12 de dez. de 2020 às 09:49, akash hadke escreveu: > This implementation assumes that iflag/oflag=direct will be used only > on block devices and files that are multiples of pagesize, and makes > no effort to solve issues with unaligned or partial reads (unlike gnu > coreutils dd)

[OE-core] [poky][dunfell][PATCH] busybox: Implement dd iflag/oflag=direct

2020-12-12 Thread akash hadke
This implementation assumes that iflag/oflag=direct will be used only on block devices and files that are multiples of pagesize, and makes no effort to solve issues with unaligned or partial reads (unlike gnu coreutils dd) Signed-off-by: akash hadke --- ...d-implement-iflag-direct-and-oflag-dire