This is a note to let you know that I've just added the patch titled
IA64: Add cmpxchg.h to exported userspace headers
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ia64-add-cmpxchg.h-to-exported-userspace-headers.patch
and it can be found in the queue-3.4 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 98e4cff73a18af27f0d40d0b0d37f105dfc1994a Mon Sep 17 00:00:00 2001
From: maximilian attems <[email protected]>
Date: Wed, 16 May 2012 09:46:30 +0200
Subject: IA64: Add cmpxchg.h to exported userspace headers
From: maximilian attems <[email protected]>
commit 98e4cff73a18af27f0d40d0b0d37f105dfc1994a upstream.
Fixes klibc build on ia64 after 85f8f7759e418c814ee2ceacf73eddb9bed39492.
Cc: Paul Gortmaker <[email protected]>
Signed-off-by: maximilian attems <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Cc: Ben Hutchings <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
arch/ia64/include/asm/Kbuild | 1 +
1 file changed, 1 insertion(+)
--- a/arch/ia64/include/asm/Kbuild
+++ b/arch/ia64/include/asm/Kbuild
@@ -1,6 +1,7 @@
include include/asm-generic/Kbuild.asm
header-y += break.h
+header-y += cmpxchg.h
header-y += fpu.h
header-y += gcc_intrin.h
header-y += ia64regs.h
Patches currently in stable-queue which might be from [email protected] are
queue-3.4/ia64-add-cmpxchg.h-to-exported-userspace-headers.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html