From: Akinobu Mita <akinobu.mita@gmail.com>
To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Subject: [PATCH 0/2] little-endian bitops bugfixes
Date: Sat, 27 Nov 2010 01:28:37 +0900 [thread overview]
Message-ID: <1290788919-5057-1-git-send-email-akinobu.mita@gmail.com> (raw)
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
next reply other threads:[~2010-11-26 16:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-26 16:28 Akinobu Mita [this message]
2010-11-26 16:28 ` [PATCH 1/2] bitops: use find_first_zero_bit() instead of find_next_zero_bit(addr, size, 0) Akinobu Mita
2010-11-26 16:28 ` [PATCH 2/2] bitops: introduce CONFIG_GENERIC_FIND_LE_BIT Akinobu Mita
2010-11-26 16:28 ` Akinobu Mita
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1290788919-5057-1-git-send-email-akinobu.mita@gmail.com \
--to=akinobu.mita@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).