Re: [PATCH 4/4] Make defencive checks around PFN values registeredfor memory usage

From: Ingo Molnar
Date: Wed Apr 16 2008 - 10:02:57 EST



* Mel Gorman <mel@xxxxxxxxx> wrote:

> + if (*start_pfn > max_sparsemem_pfn) {
> + mminit_debug_printk(MMINIT_VERIFY, "pfnvalidation",
> + "Start of range %lu -> %lu exceeds SPARSEMEM max %lu\n",
> + *start_pfn, *end_pfn, max_sparsemem_pfn);

small request: please emit a WARN_ON_ONCE() as well, so that
kerneloops.org (and automated test setups) picks it up.

> + mminit_debug_printk(MMINIT_VERIFY, "pfnvalidation",
> + "End of range %lu -> %lu exceeds SPARSEMEM max %lu\n",
> + *start_pfn, *end_pfn, max_sparsemem_pfn);

ditto - all errors should be fixed up and we should try to continue as
far as possible, but emitting a WARN_ON_ONCE() will be very useful in
making sure people notice the warning.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/