aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/linux
diff options
context:
space:
mode:
authorMarco Elver <elver@google.com>2019-10-04 15:49:19 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-10-04 15:52:40 +0200
commitc86336cf248ba10a3020a59f8d145394d3143d8d (patch)
treeee31f57a18bc8d258fbb16720f83bb0d87fb5555 /pkg/report/testdata/linux
parentb2f369e56e13dc135d57c53210ea7ab38b239e94 (diff)
pkt/report: Shorten KCSAN report titles
Diffstat (limited to 'pkg/report/testdata/linux')
-rw-r--r--pkg/report/testdata/linux/report/42734
-rw-r--r--pkg/report/testdata/linux/report/42825
2 files changed, 59 insertions, 0 deletions
diff --git a/pkg/report/testdata/linux/report/427 b/pkg/report/testdata/linux/report/427
new file mode 100644
index 000000000..c5867c395
--- /dev/null
+++ b/pkg/report/testdata/linux/report/427
@@ -0,0 +1,34 @@
+TITLE: KCSAN: data-race in find_next_bit / rcu_report_exp_cpu_mult
+
+[ 44.377931][ C4] ==================================================================
+[ 44.379001][ C4] BUG: KCSAN: data-race in find_next_bit / rcu_report_exp_cpu_mult
+[ 44.379966][ C4]
+[ 44.380268][ C4] read to 0xffffffff85a7f140 of 8 bytes by task 1082 on cpu 7:
+[ 44.381409][ C4] find_next_bit+0x57/0xe0
+[ 44.381969][ C4] sync_rcu_exp_select_node_cpus+0x28e/0x510
+[ 44.382748][ C4] sync_rcu_exp_select_cpus+0x30c/0x590
+[ 44.383468][ C4] wait_rcu_exp_gp+0x25/0x40
+[ 44.384066][ C4] process_one_work+0x3d4/0x890
+[ 44.384704][ C4] worker_thread+0xa0/0x800
+[ 44.385296][ C4] kthread+0x1d4/0x200
+[ 44.385831][ C4] ret_from_fork+0x1f/0x30
+[ 44.386391][ C4]
+[ 44.386691][ C4] write to 0xffffffff85a7f140 of 8 bytes by interrupt on cpu 4:
+[ 44.387656][ C4] rcu_report_exp_cpu_mult+0x4f/0xa0
+[ 44.388333][ C4] rcu_report_exp_rdp+0x6c/0x90
+[ 44.388954][ C4] rcu_exp_handler+0xe5/0x190
+[ 44.389545][ C4] flush_smp_call_function_queue+0x190/0x2a0
+[ 44.390327][ C4] generic_smp_call_function_single_interrupt+0x1c/0x49
+[ 44.391267][ C4] smp_call_function_single_interrupt+0x71/0x1c0
+[ 44.392120][ C4] call_function_single_interrupt+0xf/0x20
+[ 44.392902][ C4] __kcsan_check_watchpoint+0x2e/0x180
+[ 44.393638][ C4] __tsan_write4+0x18/0x40
+[ 44.394244][ C4] vsnprintf+0x23a/0xb40
+[ 44.394819][ C4] seq_vprintf+0xaa/0xf0
+[ 44.395392][ C4] seq_printf+0x6c/0x90
+[ 44.395951][ C4] s_show+0x189/0x1b0
+[ 44.396484][ C4]
+[ 44.396800][ C4] Reported by Kernel Concurrency Sanitizer on:
+[ 44.397634][ C4] CPU: 4 PID: 6252 Comm: syz-fuzzer Not tainted 5.3.0+ #3
+[ 44.398597][ C4] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014
+[ 44.399836][ C4] ==================================================================
diff --git a/pkg/report/testdata/linux/report/428 b/pkg/report/testdata/linux/report/428
new file mode 100644
index 000000000..64dc4f001
--- /dev/null
+++ b/pkg/report/testdata/linux/report/428
@@ -0,0 +1,25 @@
+TITLE: KCSAN: racing read in e1000_clean_rx_irq
+
+[ 44.381409][ C4] ==================================================================
+[ 44.381969][ C4] BUG: KCSAN: racing read in e1000_clean_rx_irq+0x551/0xb10
+[ 44.382748][ C4]
+[ 44.383468][ C4] race at unknown origin, with read to 0xffff933db8a2ae6c of 1 bytes by interrupt on cpu 0:
+[ 44.384066][ C4] e1000_clean_rx_irq+0x551/0xb10
+[ 44.384704][ C4] e1000_clean+0x533/0xda0
+[ 44.385296][ C4] net_rx_action+0x329/0x900
+[ 44.385831][ C4] __do_softirq+0xdb/0x2db
+[ 44.386391][ C4] irq_exit+0x9b/0xa0
+[ 44.386691][ C4] do_IRQ+0x9c/0xf0
+[ 44.387656][ C4] ret_from_intr+0x0/0x18
+[ 44.388333][ C4] default_idle+0x3f/0x220
+[ 44.388954][ C4] arch_cpu_idle+0x21/0x30
+[ 44.389545][ C4] do_idle+0x1df/0x230
+[ 44.390327][ C4] cpu_startup_entry+0x14/0x20
+[ 44.391267][ C4] rest_init+0xc5/0xcb
+[ 44.392120][ C4] arch_call_rest_init+0x13/0x2b
+[ 44.392902][ C4] start_kernel+0x6db/0x700
+[ 44.393638][ C4]
+[ 44.394244][ C4] Reported by Kernel Concurrency Sanitizer on:
+[ 44.394819][ C4] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.3.0-rc7+ #2
+[ 44.395392][ C4] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014
+[ 44.395951][ C4] ==================================================================