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:	Sun, 20 Apr 2008 18:01:15 +0200
From:	Jörn Engel <joern@...fs.org>
To:	matthieu castet <castet.matthieu@...e.fr>
Cc:	Linux Kernel list <linux-kernel@...r.kernel.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Alex Dubov <oakad@...oo.com>
Subject: Re: Smartmedia/xd card support - request for comments

On Sat, 19 April 2008 10:31:51 +0200, matthieu castet wrote:
>
> I wonder if mtd shouldn't modified to handler more clever controller :
> I saw some raw nand controller where you can program a batch of 
> command/read/write/ecc checking (that work on a internal RAM of the 
> controller (and may be use DMA)) and all you have to do is to wait the 
> controller do the job.
> These controllers are very hard to integrate in current nand layer 
> because it is very low level controller oriented.

The obvious solution is to have seperate io scheduling from io
completion.  Requires an asynchronous interface to read/write and some
sort of request queue.

Not quite as obvious is the question of whether to add all this to mtd
or to replace mtd with block devices, which already have it.

Jörn

-- 
Never argue with idiots - first they drag you down to their level,
then they beat you with experience.
-- unknown
--
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