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:	Thu,  5 Dec 2013 17:36:05 +0000
From:	Luis Henriques <luis.henriques@...onical.com>
To:	linux-kernel@...r.kernel.org, stable@...r.kernel.org,
	kernel-team@...ts.ubuntu.com
Cc:	Omar Ramirez Luna <omar.ramirez@...itl.com>,
	Omar Ramirez Luna <omar.ramirez@...com>,
	"Kanigeri, Hari" <h-kanigeri2@...com>,
	Ameya Palande <ameya.palande@...ia.com>,
	"Guzman Lugo, Fernando" <fernando.lugo@...com>,
	"Hebbar, Shivananda" <x0hebbar@...com>,
	"Ramos Falcon, Ernesto" <ernesto@...com>,
	Felipe Contreras <felipe.contreras@...il.com>,
	"Anna, Suman" <s-anna@...com>, "Gupta, Ramesh" <grgupta@...com>,
	"Gomez Castellanos, Ivan" <ivan.gomez@...com>,
	Andy Shevchenko <ext-andriy.shevchenko@...ia.com>,
	Armando Uribe De Leon <x0095078@...com>,
	Deepak Chitriki <deepak.chitriki@...com>,
	"Menon, Nishanth" <nm@...com>,
	Phil Carmody <ext-phil.2.carmody@...ia.com>,
	Ohad Ben-Cohen <ohad@...ery.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Luis Henriques <luis.henriques@...onical.com>
Subject: [PATCH 3.5 83/90] Staging: tidspbridge: disable driver

3.5.7.27 -stable review patch.  If anyone has any objections, please let me know.

------------------

From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

commit 930ba4a374b96560ef9fde2145cdc454a164ddcc upstream.

There seems to be no active maintainer for the driver, and there is an
unfixed security bug, so disable the driver for now.

Hopefully someone steps up to be the maintainer, and works to get this
out of staging, otherwise it will be deleted soon.

Reported-by: Nico Golde <nico@...lde.de>
Reported-by: Dan Carpenter <dan.carpenter@...cle.com>
Cc: Omar Ramirez Luna <omar.ramirez@...itl.com>
Cc: Omar Ramirez Luna <omar.ramirez@...com>
Cc: Kanigeri, Hari <h-kanigeri2@...com>
Cc: Ameya Palande <ameya.palande@...ia.com>
Cc: Guzman Lugo, Fernando <fernando.lugo@...com>
Cc: Hebbar, Shivananda <x0hebbar@...com>
Cc: Ramos Falcon, Ernesto <ernesto@...com>
Cc: Felipe Contreras <felipe.contreras@...il.com>
Cc: Anna, Suman <s-anna@...com>
Cc: Gupta, Ramesh <grgupta@...com>
Cc: Gomez Castellanos, Ivan <ivan.gomez@...com>
Cc: Andy Shevchenko <ext-andriy.shevchenko@...ia.com>
Cc: Armando Uribe De Leon <x0095078@...com>
Cc: Deepak Chitriki <deepak.chitriki@...com>
Cc: Menon, Nishanth <nm@...com>
Cc: Phil Carmody <ext-phil.2.carmody@...ia.com>
Cc: Ohad Ben-Cohen <ohad@...ery.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
[ luis: backported to 3.5: adjusted context ]
Signed-off-by: Luis Henriques <luis.henriques@...onical.com>
---
 drivers/staging/tidspbridge/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/tidspbridge/Kconfig b/drivers/staging/tidspbridge/Kconfig
index 0dd479f..f67c78e 100644
--- a/drivers/staging/tidspbridge/Kconfig
+++ b/drivers/staging/tidspbridge/Kconfig
@@ -4,7 +4,7 @@
 
 menuconfig TIDSPBRIDGE
 	tristate "DSP Bridge driver"
-	depends on ARCH_OMAP3
+	depends on ARCH_OMAP3 && BROKEN
 	select OMAP_MBOX_FWK
 	help
 	  DSP/BIOS Bridge is designed for platforms that contain a GPP and
-- 
1.8.3.2

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