Revision fe4e09e701213213cf2024e2979ea227c2e36c60 authored by Matt Redfearn on 19 October 2016, 13:33:21 UTC, committed by Ralf Baechle on 03 November 2016, 23:58:57 UTC
Since commit 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing
continuation lines") the output from show_stacktrace on MIPS has been
pretty unreadable due to the lack of KERN_CONT markers. Use pr_cont to
provide the appropriate markers & restore the expected output. Also
start a new line with printk such that the presence of timing
information does not interfere with output.

Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
Cc: Maciej W. Rozycki <macro@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14430/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent bcf084d
History
File Mode Size
Makefile -rw-r--r-- 5.2 KB
README.rst -rw-r--r-- 1.9 KB
bpf_helpers.h -rw-r--r-- 5.8 KB
bpf_load.c -rw-r--r-- 9.6 KB
bpf_load.h -rw-r--r-- 858 bytes
fds_example.c -rw-r--r-- 4.0 KB
lathist_kern.c -rw-r--r-- 2.1 KB
lathist_user.c -rw-r--r-- 2.0 KB
libbpf.c -rw-r--r-- 3.4 KB
libbpf.h -rw-r--r-- 5.4 KB
map_perf_test_kern.c -rw-r--r-- 2.5 KB
map_perf_test_user.c -rw-r--r-- 3.2 KB
offwaketime_kern.c -rw-r--r-- 3.5 KB
offwaketime_user.c -rw-r--r-- 2.4 KB
parse_ldabs.c -rw-r--r-- 1.1 KB
parse_simple.c -rw-r--r-- 1.2 KB
parse_varlen.c -rw-r--r-- 3.4 KB
sampleip_kern.c -rw-r--r-- 914 bytes
sampleip_user.c -rw-r--r-- 4.2 KB
sock_example.c -rw-r--r-- 2.7 KB
sockex1_kern.c -rw-r--r-- 648 bytes
sockex1_user.c -rw-r--r-- 979 bytes
sockex2_kern.c -rw-r--r-- 4.7 KB
sockex2_user.c -rw-r--r-- 1.0 KB
sockex3_kern.c -rw-r--r-- 6.1 KB
sockex3_user.c -rw-r--r-- 1.4 KB
spintest_kern.c -rw-r--r-- 2.1 KB
spintest_user.c -rw-r--r-- 1.0 KB
tcbpf1_kern.c -rw-r--r-- 2.5 KB
tcbpf2_kern.c -rw-r--r-- 8.1 KB
test_cgrp2_array_pin.c -rw-r--r-- 2.2 KB
test_cgrp2_tc.sh -rwxr-xr-x 4.1 KB
test_cgrp2_tc_kern.c -rw-r--r-- 1.8 KB
test_cls_bpf.sh -rwxr-xr-x 880 bytes
test_current_task_under_cgroup_kern.c -rw-r--r-- 1.1 KB
test_current_task_under_cgroup_user.c -rw-r--r-- 3.2 KB
test_ipip.sh -rwxr-xr-x 5.6 KB
test_maps.c -rw-r--r-- 13.3 KB
test_overhead_kprobe_kern.c -rw-r--r-- 1.0 KB
test_overhead_tp_kern.c -rw-r--r-- 828 bytes
test_overhead_user.c -rw-r--r-- 3.2 KB
test_probe_write_user_kern.c -rw-r--r-- 1.6 KB
test_probe_write_user_user.c -rw-r--r-- 2.4 KB
test_tunnel_bpf.sh -rwxr-xr-x 4.2 KB
test_verifier.c -rw-r--r-- 74.0 KB
trace_event_kern.c -rw-r--r-- 1.7 KB
trace_event_user.c -rw-r--r-- 4.6 KB
trace_output_kern.c -rw-r--r-- 609 bytes
trace_output_user.c -rw-r--r-- 4.0 KB
tracex1_kern.c -rw-r--r-- 1.4 KB
tracex1_user.c -rw-r--r-- 403 bytes
tracex2_kern.c -rw-r--r-- 2.3 KB
tracex2_user.c -rw-r--r-- 3.0 KB
tracex3_kern.c -rw-r--r-- 2.1 KB
tracex3_user.c -rw-r--r-- 3.1 KB
tracex4_kern.c -rw-r--r-- 1.2 KB
tracex4_user.c -rw-r--r-- 1.4 KB
tracex5_kern.c -rw-r--r-- 1.9 KB
tracex5_user.c -rw-r--r-- 1.1 KB
tracex6_kern.c -rw-r--r-- 611 bytes
tracex6_user.c -rw-r--r-- 1.4 KB
xdp1_kern.c -rw-r--r-- 2.1 KB
xdp1_user.c -rw-r--r-- 3.9 KB
xdp2_kern.c -rw-r--r-- 2.4 KB

README.rst

back to top