The patch titled Subject: proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix has been added to the -mm tree. Its filename is proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix fix drivers/of/unittest.c build Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Andrei Vagin <avagin@xxxxxxxxxx> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/of/unittest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/of/unittest.c~proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix drivers/of/unittest.c --- a/drivers/of/unittest.c~proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix +++ a/drivers/of/unittest.c @@ -288,7 +288,7 @@ static void __init of_unittest_printf(vo return; } - num_to_str(phandle_str, sizeof(phandle_str), np->phandle); + num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0); of_unittest_printf_one(np, "%pOF", full_name); of_unittest_printf_one(np, "%pOFf", full_name); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch include-linux-sched-mmh-re-inline-mmdrop.patch mm-zpool-zpool_evictable-fix-mismatch-in-parameter-name-and-kernel-doc-fix.patch vmalloc-fix-__gfp_highmem-usage-for-vmalloc_32-on-32b-systems-checkpatch-fixes.patch mm-dont-defer-struct-page-initialization-for-xen-pv-guests-fix.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch mm-oom-cgroup-aware-oom-killer-fix.patch mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2-fix.patch proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html