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>] [day] [month] [year] [list]
Date:	Sat, 27 Jan 2007 18:20:59 +0100
From:	Michal Piotrowski <michal.k.k.piotrowski@...il.com>
To:	linux-kernel@...r.kernel.org
CC:	Andrew Morton <akpm@...l.org>,
	James Bottomley <James.Bottomley@...elEye.com>
Subject: Re: mm snapshot broken-out-2007-01-26-00-36.tar.gz uploaded

akpm@...l.org napisał(a):
> The mm snapshot broken-out-2007-01-26-00-36.tar.gz has been uploaded to
> 
>    ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-01-26-00-36.tar.gz
> 

git-scsi-misc.patch typo fix.

drivers/scsi/NCR_D700.c: In function ‘NCR_D700_probe_one’:
drivers/scsi/NCR_D700.c:203: error: ‘struct NCR_700_Host_Parameters’ has no member named ‘busrt_length’
make[2]: *** [drivers/scsi/NCR_D700.o] Błąd 1
make[1]: *** [drivers/scsi] Błąd 2
make: *** [drivers] Błąd 2

Regards,
Michal

--
Michal K. K. Piotrowski
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/)

Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@...il.com>

--- linux-work-clean/drivers/scsi/NCR_D700.c	2007-01-26 16:47:36.000000000 +0100
+++ linux-work/drivers/scsi/NCR_D700.c	2007-01-27 18:13:42.000000000 +0100
@@ -200,7 +200,7 @@ NCR_D700_probe_one(struct NCR_D700_priva
 	hostdata->base = ioport_map(region, 64);
 	hostdata->differential = (((1<<siop) & differential) != 0);
 	hostdata->clock = NCR_D700_CLOCK_MHZ;
-	hostdata->busrt_length = 8;
+	hostdata->burst_length = 8;

 	/* and register the siop */
 	host = NCR_700_detect(&NCR_D700_driver_template, hostdata, p->dev);
-
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