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-next>] [day] [month] [year] [list]
Date:	Wed, 22 Oct 2008 18:29:09 +0200
From:	"Fabio Comolli" <fabio.comolli@...il.com>
To:	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Cc:	sam@...nborg.org, James.Bottomley@...senpartnership.com
Subject: Possible bug in SCSI Kconfig

Hi.
In kernel 2.6.27.2 - drivers/scsi/Kconfig we have:

config SCSI_WAIT_SCAN
        tristate
        default m
        depends on SCSI
        depends on MODULES

The tristate field is empty. This has the effect that this option is
not visible in menuconfig and so it's always selected. The default is
"m" for all architectures and so this module is always compiled if
SCSI and MODULES are both enabled.

I'm using a patch like this one:

 config SCSI_WAIT_SCAN
-	tristate
+	tristate "Wait until all the async scans are complete"
 	default m
 	depends on SCSI
 	depends on MODULES

to get rid of that module.

Of course, I have no idea if this is correct or the current behavior
is the expected one.

Regards,
Fabio
--
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