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(), which seem to be incompatible with the generic one, renaming is also needed. Note: the whole series is against linux-next. Takuya Yoshikawa (4): drivers/net/ethernet/sfc: Add efx_ prefix to set_bit_le() drivers/net/ethernet/dec/tulip: Add tulip_ prefix to set_bit_le() bitops: Introduce generic set_bit_le() KVM: Replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le() 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 | 4 ++-- drivers/net/ethernet/sfc/nic.c | 4 ++-- include/asm-generic/bitops/le.h | 5 +++++ virt/kvm/kvm_main.c | 3 +-- 7 files changed, 18 insertions(+), 16 deletions(-) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html