Re: [PATCH v2 0/4] Support xen-driven USB3 debug capability

2021-05-14 Thread Connor Davis
On 5/14/21 12:46 AM, Greg Kroah-Hartman wrote: On Thu, May 13, 2021 at 06:56:47PM -0600, Connor Davis wrote: Hi all, This goal of this series is to allow the USB3 debug capability (DbC) to be safely used by xen while linux runs as dom0. Patch 2/4 does not seem to be showing up anywhere, did

Re: [PATCH v2 0/4] Support xen-driven USB3 debug capability

2021-05-13 Thread Greg Kroah-Hartman
On Thu, May 13, 2021 at 06:56:47PM -0600, Connor Davis wrote: > Hi all, > > This goal of this series is to allow the USB3 debug capability (DbC) to be > safely used by xen while linux runs as dom0. Patch 2/4 does not seem to be showing up anywhere, did it get lost? thanks, greg k-h

[PATCH v2 0/4] Support xen-driven USB3 debug capability

2021-05-13 Thread Connor Davis
Hi all, This goal of this series is to allow the USB3 debug capability (DbC) to be safely used by xen while linux runs as dom0. The first patch prevents the early DbC driver from using an already-running DbC. The second exports xen_dbgp_reset_prep and xen_dbgp_external_startup functions when CON