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, 13 Nov 2008 10:03:08 +0100
From:	Takashi Iwai <tiwai@...e.de>
To:	Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Missing CONFIG_IDE_LEGACY definition (Re: linux-next: Tree for November 13)

At Thu, 13 Nov 2008 18:33:16 +1100,
Stephen Rothwell wrote:
> 
> Hi all,
> 
> Changes since 20081112:
> 
> Undropped tree:
> 	security-testing
> 
> Dropped trees (temporarily):
> 	sh (build problems)
> 	creds (non-trivial conflict)
> 	userns (it depends on creds)
> 	semaphore-removal (due to unfixed conflicts against Linus' tree)
> 	firmware (unfixed build failure)
> 
> The usb tree lost its conflict.
> 
> The net tree lost its 3 conflicts.

The IDE tree update seems broken for some old devices.
CONFIG_IDE_LEGACY is selected by them but it's nowhere defined in
Kconfig.


Takashi

---
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 6d85820..8d84fe4 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -62,6 +62,9 @@ config IDE_TIMINGS
 config IDE_ATAPI
 	bool
 
+config IDE_LEGACY
+	bool
+
 config BLK_DEV_IDE_SATA
 	bool "Support for SATA (deprecated; conflicts with libata SATA driver)"
 	default n
--
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