CONFIG_DD=y CONFIG_FEATURE_DD_STATUS=y Then both: echo a | dd echo a | dd status=none Give the same output: a 0+1 records in 0+1 records out But I'd expect status=none to output just: a
Exact test setup: https://github.com/cirosantilli/linux-kernel-module-cheat
Fixed in git, thanks!