On Thu, Nov 22, 2012 at 10:44:49PM +0530, Aravinda Prasad wrote: [..] > Customers who want to filter their dump would certainly prefer a single > tool and a single shot to throw away pages, scrub data and then > compress, split or send the resulting dump to some target using ssh. > This important functionality is lost if scrubbing is not part of > makedumpfile and a separate tool is developed which just does scrubbing. Customers do filtering from initramfs context. It is not practical to save TB of memory and filter it later. And we just concluded that is it not practical to do scrubbing from initramfs due to need of vmlinux. So doing filtering and doing scrubbing will not happen at the same time practically. So bloating size of makedumpfile does not make sense to me. Thanks Vivek