Re: [PATCH 4/5] dump_stack: implement arch-specific hardwaredescription in task dumps

From: Tejun Heo
Date: Tue Apr 02 2013 - 14:25:04 EST


Hello,

On Mon, Apr 01, 2013 at 12:11:17PM -0600, Bjorn Helgaas wrote:
> > + dump_stack_set_arch_desc("%s %s%s%s", vendor, product,
> > + board ? "/" : "", board ? board : "");
> > +}
>
> Should this be combined or made consistent with dmi_dump_ids()? They
> look almost the same but not quite (no BIOS version here).

Yeah, that actually would be more useful. It'd likely be too long
tho. We can separate it out into its own line which one of the x86
debug paths is doing anyway. I'll look into it.

Thanks.

--
tejun
--
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/