[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1290788919-5057-1-git-send-email-akinobu.mita@gmail.com>
Date: Sat, 27 Nov 2010 01:28:37 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Akinobu Mita <akinobu.mita@...il.com>
Subject: [PATCH 0/2] little-endian bitops bugfixes
The little-endian bitops patch series has been added to the -mm tree
recently. I found two problems so far.
Akinobu Mita (2):
bitops: use find_first_zero_bit() instead of find_next_zero_bit(addr,
size, 0)
bitops: introduce CONFIG_GENERIC_FIND_LE_BIT
arch/frv/Kconfig | 4 ++++
arch/h8300/Kconfig | 4 ++++
arch/m32r/Kconfig | 4 ++++
arch/microblaze/Kconfig | 3 +++
arch/mips/Kconfig | 4 ++++
arch/parisc/Kconfig | 4 ++++
arch/powerpc/Kconfig | 4 ++++
arch/sh/Kconfig | 3 +++
arch/sparc/Kconfig | 4 ++++
arch/xtensa/Kconfig | 3 +++
include/asm-generic/bitops/le.h | 8 +++++---
lib/Kconfig | 3 +++
lib/Makefile | 1 +
lib/find_next_bit.c | 3 +++
14 files changed, 49 insertions(+), 3 deletions(-)
--
1.7.3.2
--
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