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, 20 Oct 2008 14:32:38 -0700
From:	<gregkh@...e.de>
To:	sfr@...b.auug.org.au, akpm@...ux-foundation.org,
	charrer@...critech.com, gregkh@...e.de, greg@...ah.com,
	linux-kernel@...r.kernel.org, mmiles@...critech.com
Subject: patch staging-sxg-depends-on-x86.patch added to gregkh-2.6 tree


This is a note to let you know that I've just added the patch titled

    Subject: Staging: sxg depends on X86
Subject: linux-next: build failure

to my gregkh-2.6 tree.  Its filename is

    staging-sxg-depends-on-x86.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From sfr@...b.auug.org.au  Mon Oct 20 13:45:45 2008
From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Mon, 20 Oct 2008 22:59:18 +1100
Subject: Staging: sxg depends on X86
Subject: linux-next: build failure
To: Greg KH <greg@...ah.com>
Cc: linux-next@...r.kernel.org, Christopher Harrer <charrer@...critech.com>, Michael Miles <mmiles@...critech.com>, LKML <linux-kernel@...r.kernel.org>, Andrew Morton <akpm@...ux-foundation.org>, linus
Message-ID: <20081020230420.aa85f83b.sfr@...b.auug.org.au>

From: Stephen Rothwell <sfr@...b.auug.org.au>

sxghif.h has code that explicitly will not build fo other architecures.

Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>

---
 drivers/staging/sxg/Kconfig |    1 +
 drivers/staging/sxg/README  |    1 +
 2 files changed, 2 insertions(+)

--- a/drivers/staging/sxg/Kconfig
+++ b/drivers/staging/sxg/Kconfig
@@ -1,6 +1,7 @@
 config SXG
 	tristate "Alacritech SLIC Technology Non-Accelerated 10Gbe support"
 	depends on PCI && NETDEV_10000
+	depends on X86
 	default n
 	help
 	  This driver supports the Alacritech SLIC Technology Non-Accelerated
--- a/drivers/staging/sxg/README
+++ b/drivers/staging/sxg/README
@@ -7,6 +7,7 @@ TODO:
 	- remove wrappers
 	- checkpatch.pl cleanups
 	- new functionality that the card needs
+	- remove reliance on x86
 
 Please send patches to:
         Greg Kroah-Hartman <gregkh@...e.de>


Patches currently in gregkh-2.6 which might be from sfr@...b.auug.org.au are

bad/battery-class-driver.patch
staging/staging-sxg-depends-on-x86.patch
--
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