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:	Wed, 18 Jun 2008 00:02:33 +0100
From:	Ben Dooks <ben-linux@...ff.org>
To:	Pierre Ossman <drzeus@...eus.cx>
Cc:	Ben Dooks <ben-linux@...ff.org>, linux-kernel@...r.kernel.org,
	Harald Welte <laforge@...nmoko.org>,
	Thomas Kleffel <tk@...ntech.de>,
	Roman Moravcik <roman.moravcik@...il.com>
Subject: Re: [patch 01/15] MMC: S3C24XX MMC/SD driver. From: Thomas Kleffel <tk@...ntech.de>

On Sat, Jun 14, 2008 at 06:18:51PM +0200, Pierre Ossman wrote:
> On Fri, 06 Jun 2008 16:51:18 +0100
> Ben Dooks <ben-linux@...ff.org> wrote:
> 
> > +#include <linux/mmc/mmc.h>
> 
> You don't need this anymore.

right, done in patch #2
 
> > +	//if(cmd->flags & MMC_RSP_MAYFAIL) debug_as_failure = 0;
> 
> Please remove all the dead code.

removed in patch #2

> > +	if (mrq->data->error == MMC_ERR_NONE) {

ok, i've done:

MMC_ERR_NONE	=> 0
MMC_ERR_DMA	=> EINVAL
MMC_ERR_TIMEOUT	=> ETIMEDOUT
MMC_ERR_BADCRC	=> EILSEQ
MMC_ERR_FIFO	=> EILSEQ
 
> And rebase against HEAD. MMC_ERR_* are long gone.

right, will try and build and test as soon as possible.
 
> Also, please test using the mmc_test driver available in HEAD. A proper
> driver should pass all those tests (or possibly mark a few as
> unsupported if the hardware is utterly incapable of handling those
> requests).

Thanks, I'll repost v3 when this is done.

-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

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