Messages in this thread |  | | | From | Arnd Bergmann <> | | Subject | [PATCH 0/6] asm-generic updates for 2.6.37 | | Date | Sat, 9 Oct 2010 21:57:46 +0200 |
| |
These are the patches that I have queued up for asm-generic for the next merge window and that should now show up in linux-next.
Please tell me if there is something else that should be there or if one of them should not be. Otherwise I'll submit them for inclusion in 2.6.37-rc1.
Arnd --- Akinobu Mita (2): bitops: make asm-generic/bitops/find.h more generic bitops: remove duplicated extern declarations
Andrea Gelmini (1): asm-generic: kdebug.h: Checkpatch cleanup
Lucian Adrian Grijincu (1): asm-generic: fcntl: make exported headers use strict posix types
Mathieu Lacage (2): asm-generic: make atomic_add_unless a function asm-generic: cmpxchg does not handle non-long arguments
arch/tile/include/asm/bitops.h | 1 + arch/x86/include/asm/bitops.h | 2 + include/asm-generic/atomic.h | 34 ++++++++++++++-------------- include/asm-generic/bitops/find.h | 39 ++++++++++++++++++++++++++++++- include/asm-generic/fcntl.h | 2 +- include/asm-generic/kdebug.h | 2 +- include/asm-generic/system.h | 20 +--------------- include/linux/bitops.h | 45 ------------------------------------- 8 files changed, 60 insertions(+), 85 deletions(-) Cc: Akinobu Mita <akinobu.mita@gmail.com> Cc: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Chris Metcalf <cmetcalf@tilera.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Cc: Mathieu Lacage <mathieu.lacage@inria.fr> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: x86@kernel.org
|  |