The patch titled Subject: lib-test-get_count_order-long-in-test_bitopsc-fix-fix has been removed from the -mm tree. Its filename was lib-test-get_count_order-long-in-test_bitopsc-fix-fix.patch This patch was dropped because it was folded into lib-test-get_count_order-long-in-test_bitopsc.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-test-get_count_order-long-in-test_bitopsc-fix-fix fix loop bound, per Wei Yang Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: Christian Brauner <christian.brauner@xxxxxxxxxx> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Wei Yang <richard.weiyang@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/test_bitops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/test_bitops.c~lib-test-get_count_order-long-in-test_bitopsc-fix-fix +++ a/lib/test_bitops.c @@ -74,7 +74,7 @@ static int __init test_bitops_startup(vo } #ifdef CONFIG_64BIT - for (i = 0; i < ARRAY_SIZE(order_comb); i++) { + for (i = 0; i < ARRAY_SIZE(order_comb_long); i++) { if (order_comb_long[i][1] != get_count_order_long(order_comb_long[i][0])) pr_warn("get_count_order_long wrong for %lx\n", _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are lib-test-get_count_order-long-in-test_bitopsc.patch mm-pass-task-and-mm-to-do_madvise.patch mm-introduce-external-memory-hinting-api-fix-2-fix.patch mm-support-vector-address-ranges-for-process_madvise-fix-fix-fix-fix-fix.patch arch-powerpc-mm-pgtablec-another-missed-conversion.patch drivers-tty-serial-sh-scic-suppress-uninitialized-var-warning.patch mm.patch kernel-forkc-export-kernel_thread-to-modules.patch