lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 23 Sep 2014 15:06:52 +0100 From: Stefano Stabellini <stefano.stabellini@...citrix.com> To: Juergen Gross <jgross@...e.com> CC: <jim.epost@...il.com>, Stephen Rothwell <sfr@...b.auug.org.au>, linux-next <linux-next@...r.kernel.org>, linux-kernel <linux-kernel@...r.kernel.org>, <konrad.wilk@...cle.com>, <boris.ostrovsky@...cle.com>, <david.vrabel@...rix.com>, <JBottomley@...allels.com>, <linux-scsi@...r.kernel.org> Subject: Re: [PATCH] xen: make pvscsi frontend dependant on xenbus frontend On Mon, 15 Sep 2014, Juergen Gross wrote: > The pvscsi frontend driver requires the xenbus frontend driver. Reflect > this in Kconfig. > > Signed-off-by: Juergen Gross <jgross@...e.com> Reviewed-by: Stefano Stabellini <stefano.stabellini@...citrix.com> > drivers/scsi/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig > index 9130df1..ff62dc1 100644 > --- a/drivers/scsi/Kconfig > +++ b/drivers/scsi/Kconfig > @@ -579,6 +579,7 @@ config VMWARE_PVSCSI > config XEN_SCSI_FRONTEND > tristate "XEN SCSI frontend driver" > depends on SCSI && XEN > + select XEN_XENBUS_FRONTEND > help > The XEN SCSI frontend driver allows the kernel to access SCSI Devices > within another guest OS (usually Dom0). > -- > 1.8.4.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@...r.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://secure-web.cisco.com/1jE8NNDhHwOASDbIzbn-azzuN8MKBMP1e4rCG2hGFpNvqSN8uwPwleK_Lmj9tzbaylXigSiLek5R_LJBvhlKaVWIjN_cB2SWcOB2WEXe4nDTKNaIEC6vNV5stEFM1SLzyMntl4a2YTHo6X7bvUsZQqYkXr5h_oDDR84iBHb2dum8/http%3A%2F%2Fwww.tux.org%2Flkml%2F > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists