On Thu, 4 Sep 2008 21:04:57 +0200
Ingo Molnar <mingo@elte.hu> wrote:
quoted text > + printk(KERN_DEBUG " __reserve_region_with_split: (%s) [%llx, %llx], res: (%s) [%llx, %llx]\n",
> + conflict->name, conflict->start, conflict->end,
> + name, start, end);
start and end have type resource_size_t. Such types CANNOT be printed
unless cast to a known type.
Because there is a %s following an incorrect %lld, the above code will
crash the machine.
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH] x86: split e820 reserved entries record to lat ... , Andrew Morton , (Thu Sep 4, 12:16 pm)