On Fri, 2016-11-25 at 18:40 +0100, Dmitry Vyukov wrote: > But should we add KERN_CONT to print_ip_sym instead of duplicating it > everywhere? Or add print_ip_sym_cont?
There are only a couple dozen uses of print_ip_sym. It might be better to use "[<%p>] %pS" directly everywhere and remove print_ip_sym instead to avoid the KERN_CONT and avoid all possible interleaved output.

