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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 7 Oct 2009 10:22:59 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	Gregory Haskins <ghaskins@...ell.com>
Cc:	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] vbus: proxy uses, select IOQ

From: Randy Dunlap <randy.dunlap@...cle.com>

vbus-proxy also uses ioq, so it should select IOQ.

When CONFIG_VBUS_PROXY=[ym] and VBUS_PCIBRIDGE=n:

ERROR: "ioq_init" [drivers/vbus/vbus-proxy.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Gregory Haskins <ghaskins@...ell.com>
---
 drivers/vbus/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20091007.orig/drivers/vbus/Kconfig
+++ linux-next-20091007/drivers/vbus/Kconfig
@@ -5,6 +5,7 @@
 config VBUS_PROXY
        tristate "Virtual-Bus support"
        select SHM_SIGNAL
+       select IOQ
        default n
        help
        Adds support for a virtual-bus model drivers in a guest to connect
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ