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]
Message-ID: <20060918191545.GA10525@krzeszut.users.redhat.com>
Date:	Mon, 18 Sep 2006 15:15:45 -0400
From:	Konrad Rzeszutek <konradr@...hat.com>
To:	linux-scsi@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, alexisb@...ibm.com
Subject: [PATCH] aic94xx: Compile problem on s390

The aic94xx driver in my-scsi and aic94xx James Bottomley tree does not
compile on s390. Since the driver is generic, it makes sense to fix.
The patch is quite simple:


diff -uNr linux-2.6.17.noarch.orig/include/scsi/libsas.h linux-2.6.17.noarch/include/scsi/libsas.h
--- linux-2.6.17.noarch.orig/include/scsi/libsas.h	2006-09-11 16:29:48.000000000 -0400
+++ linux-2.6.17.noarch/include/scsi/libsas.h	2006-09-11 16:34:33.000000000 -0400
@@ -32,6 +32,7 @@
 #include <scsi/sas.h>
 #include <linux/list.h>
 #include <asm/semaphore.h>
+#include <asm/scatterlist.h>
 #include <scsi/scsi_device.h>
 #include <scsi/scsi_cmnd.h>
 #include <scsi/scsi_transport_sas.h>
-- 
Konrad Rzeszutek 1-(978)-392-3903 or 1-(617)-693-1718
IBM on-site partner.
-
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