On Thu, May 22, 2014 at 10:43:14AM -0400, Vivek Goyal wrote: > vmcore-dmesg has been failing for me for quite some time as struct log > was renamed to struct printk_log. > > 62e32ac printk: rename struct log to struct printk_log > > This patch has been sitting in mailing list for quite some time. It > is time to repost the patch. > > I took original patch of Lubomir and modified a bit to take care of > concern of hardcoded string length. > > Signed-off-by: Lubomir Rintel <lkundrak at v3.sk> > Signed-off-by: Vivek Goyal <vgoyal at redhat.com> > --- > > Changes for v2: > * Clarified printk_log vs. log in some comments. Thanks, applied.