[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 25/28] xsplice: Print dependency and payloads build_id in the keyhandler.
>>> On 24.03.16 at 21:00, <konrad.wilk@xxxxxxxxxx> wrote: > --- a/xen/common/xsplice.c > +++ b/xen/common/xsplice.c > @@ -1514,6 +1514,11 @@ static void xsplice_printall(unsigned char key) > if ( !(i % 100) ) > process_pending_softirqs(); > } > + if ( data->id.len ) > + printk("build-id=%*phN\n", data->id.len, data->id.p); > + > + if ( data->dep.len ) > + printk("depend-on=%*phN\n", data->dep.len, data->dep.p); > } > > spin_unlock_recursive(&payload_lock); Looks certainly fine, but wouldn't this better be part of patch 23? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |