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:	Mon, 30 Oct 2006 15:26:24 +0900
From:	Tejun Heo <htejun@...il.com>
To:	Phillip Susi <psusi@....rr.com>
CC:	linux kernel <linux-kernel@...r.kernel.org>
Subject: Re: Background scan of sata drives

Phillip Susi wrote:
> I seem to recall seeing mention flow by on the lkml at some point that 
> sata disks are now scanned in the background rather than blocking in the 
> modprobe, but that there is a new dummy module you can load that just 
> blocks until all drives have been scanned.  I tried but was unable to 
> find the thread that mentioned this, so does anyone know what that 
> module was?

Scanning during boot and module loading is blocking.  modprobe will wait 
in the kernel until the initial scan is complete.  But user initiated 
scan (echo - - - > /sys/class/scsi_host/hostX/scan) doesn't wait for 
completion.  Patch to make user scan blocking is pending.

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