[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120807200759.26ca8faa.yoshikawa.takuya@oss.ntt.co.jp>
Date: Tue, 7 Aug 2012 20:07:59 +0900
From: Takuya Yoshikawa <yoshikawa.takuya@....ntt.co.jp>
To: akpm@...ux-foundation.org
Cc: bhutchings@...arflare.com, grundler@...isc-linux.org,
arnd@...db.de, benh@...nel.crashing.org, avi@...hat.com,
mtosatti@...hat.com, linux-kernel@...r.kernel.org,
kvm@...r.kernel.org, takuya.yoshikawa@...il.com
Subject: [PATCH 0/5 - RESEND] Introduce generic set_bit_le()
This is against today's linux-next.
KVM is using test_and_set_bit_le() for this missing function; this patch
series corrects this usage.
As some drivers have their own definitions of set_bit_le(), a bit of
preparation is also needed.
Although these are differently implemented, especially for big-endian
case, than the generic __set_bit_le(), it should not be a problem to
use the latter since both maintainers prefer it.
Ben Hutchings (1):
sfc: Use standard __{clear,set}_bit_le() functions
Takuya Yoshikawa (4):
drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() function
bitops: Introduce generic {clear,set}_bit_le()
powerpc: bitops: Introduce {clear,set}_bit_le()
KVM: Replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le()
arch/powerpc/include/asm/bitops.h | 10 ++++++++++
drivers/net/ethernet/dec/tulip/de2104x.c | 7 ++-----
drivers/net/ethernet/dec/tulip/tulip_core.c | 7 ++-----
drivers/net/ethernet/sfc/efx.c | 4 ++--
drivers/net/ethernet/sfc/net_driver.h | 12 ------------
drivers/net/ethernet/sfc/nic.c | 4 ++--
include/asm-generic/bitops/le.h | 10 ++++++++++
virt/kvm/kvm_main.c | 3 +--
8 files changed, 29 insertions(+), 28 deletions(-)
--
1.7.5.4
--
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