syzbot


possible deadlock in process_one_work

Status: closed as invalid on 2018/02/14 14:09
Reported-by: syzbot+e24d104216808d90da4c438a6f38a239217c605b@syzkaller.appspotmail.com
First crash: 2930d, last: 2865d
Duplicate bugs (1)
duplicates (1):
Title Rank 🛈 Repro Cause bisect Fix bisect Count Last Reported Patched Status
possible deadlock in __synchronize_srcu 4 6 2924d 2860d 0/29 closed as dup on 2017/10/31 13:20

Sample crash report:
======================================================
WARNING: possible circular locking dependency detected
4.13.0-rc6-next-20170825+ #9 Not tainted
------------------------------------------------------
kworker/0:2/1376 is trying to acquire lock:
 ((shepherd).work){+.+.}, at: [<ffffffff8146858c>] process_one_work+0xb2c/0x1be0 kernel/workqueue.c:2094

but now in release context of a crosslock acquired at the following:
 ((complete)&rcu.completion){+.+.}, at: [<ffffffff815b4075>] __synchronize_srcu+0x1b5/0x250 kernel/rcu/srcutree.c:898

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #2 ((complete)&rcu.completion){+.+.}:
       check_prevs_add kernel/locking/lockdep.c:2020 [inline]
       validate_chain kernel/locking/lockdep.c:2469 [inline]
       __lock_acquire+0x3286/0x4620 kernel/locking/lockdep.c:3498
       lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4002
       complete_acquire include/linux/completion.h:39 [inline]
       __wait_for_common kernel/sched/completion.c:108 [inline]
       wait_for_common kernel/sched/completion.c:122 [inline]
       wait_for_completion+0xc8/0x770 kernel/sched/completion.c:143
       __synchronize_srcu+0x1b5/0x250 kernel/rcu/srcutree.c:898
       synchronize_srcu_expedited kernel/rcu/srcutree.c:923 [inline]
       synchronize_srcu+0x1a3/0x560 kernel/rcu/srcutree.c:974
       quarantine_remove_cache+0xd7/0xf0 mm/kasan/quarantine.c:327
       kasan_cache_shrink+0x9/0x10 mm/kasan/kasan.c:380
       kmem_cache_shrink+0x15/0x30 mm/slab_common.c:857
       acpi_os_purge_cache+0x15/0x20 drivers/acpi/osl.c:1560
       acpi_purge_cached_objects+0x38/0xc9 drivers/acpi/acpica/utxface.c:271
       acpi_initialize_objects+0xc5/0x112 drivers/acpi/acpica/utxfinit.c:302
       acpi_bus_init drivers/acpi/bus.c:1131 [inline]
       acpi_init+0x23c/0x8e6 drivers/acpi/bus.c:1220
       do_one_initcall+0x9e/0x330 init/main.c:826
       do_initcall_level init/main.c:892 [inline]
       do_initcalls init/main.c:900 [inline]
       do_basic_setup init/main.c:918 [inline]
       kernel_init_freeable+0x469/0x521 init/main.c:1066
       kernel_init+0x13/0x172 init/main.c:993
       ret_from_fork+0x2a/0x40 arch/x86/entry/entry_64.S:431

-> #1 (cpu_hotplug_lock.rw_sem){++++}:
       check_prevs_add kernel/locking/lockdep.c:2020 [inline]
       validate_chain kernel/locking/lockdep.c:2469 [inline]
       __lock_acquire+0x3286/0x4620 kernel/locking/lockdep.c:3498
       lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4002
       percpu_down_read_preempt_disable include/linux/percpu-rwsem.h:35 [inline]
       percpu_down_read include/linux/percpu-rwsem.h:58 [inline]
       cpus_read_lock+0x42/0x90 kernel/cpu.c:218
       get_online_cpus include/linux/cpu.h:126 [inline]
       vmstat_shepherd+0x3d/0x1b0 mm/vmstat.c:1707
       process_one_work+0xbfd/0x1be0 kernel/workqueue.c:2098
       worker_thread+0x223/0x1860 kernel/workqueue.c:2233
       kthread+0x39c/0x470 kernel/kthread.c:231
       ret_from_fork+0x2a/0x40 arch/x86/entry/entry_64.S:431

-> #0 ((shepherd).work){+.+.}:
       process_one_work+0xba5/0x1be0 kernel/workqueue.c:2095
       worker_thread+0x223/0x1860 kernel/workqueue.c:2233
       kthread+0x39c/0x470 kernel/kthread.c:231
       ret_from_fork+0x2a/0x40 arch/x86/entry/entry_64.S:431
       0xffffffffffffffff

other info that might help us debug this:

Chain exists of:
  (shepherd).work --> cpu_hotplug_lock.rw_sem --> (complete)&rcu.completion

 Possible unsafe locking scenario by crosslock:

       CPU0                    CPU1
       ----                    ----
  lock(cpu_hotplug_lock.rw_sem);
  lock((complete)&rcu.completion);
                               lock((shepherd).work);
                               unlock((complete)&rcu.completion);

 *** DEADLOCK ***

3 locks held by kworker/0:2/1376:
 #0:  ("events_power_efficient"){.+.+}, at: [<ffffffff81468534>] __write_once_size include/linux/compiler.h:305 [inline]
 #0:  ("events_power_efficient"){.+.+}, at: [<ffffffff81468534>] atomic64_set arch/x86/include/asm/atomic64_64.h:33 [inline]
 #0:  ("events_power_efficient"){.+.+}, at: [<ffffffff81468534>] atomic_long_set include/asm-generic/atomic-long.h:56 [inline]
 #0:  ("events_power_efficient"){.+.+}, at: [<ffffffff81468534>] set_work_data kernel/workqueue.c:617 [inline]
 #0:  ("events_power_efficient"){.+.+}, at: [<ffffffff81468534>] set_work_pool_and_clear_pending kernel/workqueue.c:644 [inline]
 #0:  ("events_power_efficient"){.+.+}, at: [<ffffffff81468534>] process_one_work+0xad4/0x1be0 kernel/workqueue.c:2090
 #1:  ((&(&sdp->work)->work)){+.+.}, at: [<ffffffff8146858c>] process_one_work+0xb2c/0x1be0 kernel/workqueue.c:2094
 #2:  (&x->wait#5){....}, at: [<ffffffff81528c68>] complete+0x18/0x80 kernel/sched/completion.c:34

stack backtrace:
CPU: 0 PID: 1376 Comm: kworker/0:2 Not tainted 4.13.0-rc6-next-20170825+ #9
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
Workqueue: events_power_efficient srcu_invoke_callbacks
Call Trace:
 __dump_stack lib/dump_stack.c:16 [inline]
 dump_stack+0x194/0x257 lib/dump_stack.c:52
 print_circular_bug+0x503/0x710 kernel/locking/lockdep.c:1259
 check_prev_add+0x865/0x1520 kernel/locking/lockdep.c:1894
 commit_xhlock kernel/locking/lockdep.c:5002 [inline]
 commit_xhlocks kernel/locking/lockdep.c:5046 [inline]
 lock_commit_crosslock+0xe73/0x1d10 kernel/locking/lockdep.c:5085
 complete_release_commit include/linux/completion.h:49 [inline]
 complete+0x24/0x80 kernel/sched/completion.c:39
 wakeme_after_rcu+0xd/0x10 kernel/rcu/update.c:376
 srcu_invoke_callbacks+0x280/0x4d0 kernel/rcu/srcutree.c:1161
 process_one_work+0xbfd/0x1be0 kernel/workqueue.c:2098
 worker_thread+0x223/0x1860 kernel/workqueue.c:2233
 kthread+0x39c/0x470 kernel/kthread.c:231
 ret_from_fork+0x2a/0x40 arch/x86/entry/entry_64.S:431

Crashes (18291):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2017/08/28 06:16 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 05:31 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 05:10 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 05:02 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 04:58 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 04:11 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 03:50 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 03:33 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 02:37 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 02:05 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 01:44 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 01:35 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/28 01:30 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/27 20:59 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/27 19:30 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/27 19:04 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/27 18:49 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/27 18:22 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/27 17:08 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/27 16:55 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/27 14:02 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/27 13:57 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/27 09:31 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/27 07:58 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/27 07:43 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/27 06:22 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/27 05:24 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/27 00:26 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/27 00:20 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/26 23:46 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/26 22:22 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/26 21:52 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/26 20:30 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/26 20:16 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/26 16:32 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/26 16:20 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/26 11:56 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 20:21 linux-next 7159188b70e3 4074aed7 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 11:29 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/25 11:05 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/25 09:27 linux-next 7159188b70e3 4074aed7 .config console log report syz C skylake-linux-next-kasan-qemu
2017/08/25 08:32 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 07:49 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 07:42 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 07:16 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 05:57 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 05:43 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 05:10 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 04:38 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 04:03 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 03:40 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 01:30 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/25 00:41 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 23:01 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 22:25 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 22:11 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 21:57 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 20:35 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 18:01 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 17:23 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 16:57 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 15:46 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 15:26 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 15:07 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 14:32 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 14:07 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 13:39 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 13:30 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 12:54 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 12:39 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 12:33 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 12:28 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 12:15 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 11:07 linux-next 9506597de2cd 3f1aca48 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 07:02 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 06:19 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 05:57 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 05:42 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 03:39 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 03:33 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 03:27 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 03:09 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/24 01:30 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 23:45 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 23:09 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 22:53 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 22:45 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 22:39 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 22:20 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 21:29 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 21:01 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 20:49 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 20:34 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 19:34 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 19:32 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 19:15 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 19:02 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 18:47 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 18:47 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 17:47 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 17:32 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 17:01 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 16:36 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 16:11 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 16:05 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 16:04 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 15:59 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 15:50 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 15:48 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 15:41 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 15:26 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 15:17 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 13:36 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 12:07 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 11:48 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 11:18 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 09:45 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 09:05 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/23 08:45 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz C ci-upstream-next-kasan-gce
2017/08/27 16:00 linux-next 7159188b70e3 4074aed7 .config console log report syz skylake-linux-next-kasan-qemu
2017/08/27 15:12 linux-next 7159188b70e3 4074aed7 .config console log report syz skylake-linux-next-kasan-qemu
2017/08/27 05:19 linux-next 7159188b70e3 4074aed7 .config console log report syz ci-upstream-next-kasan-gce
2017/08/25 06:44 linux-next 9506597de2cd 3f1aca48 .config console log report syz ci-upstream-next-kasan-gce
2017/08/24 16:27 linux-next 9506597de2cd 3f1aca48 .config console log report syz ci-upstream-next-kasan-gce
2017/08/24 14:28 linux-next 9506597de2cd 3f1aca48 .config console log report syz ci-upstream-next-kasan-gce
2017/08/24 07:43 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz ci-upstream-next-kasan-gce
2017/08/23 20:51 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz ci-upstream-next-kasan-gce
2017/08/23 11:28 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz ci-upstream-next-kasan-gce
2017/08/23 08:32 linux-next cc6d46bb99b5 f238fbd4 .config console log report syz ci-upstream-next-kasan-gce
2017/08/28 09:08 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/28 04:48 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/28 03:51 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/28 01:57 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/27 20:39 linux-next 7159188b70e3 4074aed7 .config console log report skylake-linux-next-kasan-qemu
2017/08/27 17:48 linux-next 7159188b70e3 4074aed7 .config console log report skylake-linux-next-kasan-qemu
2017/08/27 10:00 linux-next 7159188b70e3 4074aed7 .config console log report skylake-linux-next-kasan-qemu
2017/08/27 06:24 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/26 18:31 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/26 15:31 linux-next 7159188b70e3 4074aed7 .config console log report skylake-linux-next-kasan-qemu
2017/08/26 13:28 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/26 08:56 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/26 07:20 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/26 02:56 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/25 22:38 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/25 15:41 linux-next 7159188b70e3 4074aed7 .config console log report ci-upstream-next-kasan-gce
2017/08/24 16:16 linux-next 9506597de2cd 3f1aca48 .config console log report ci-upstream-next-kasan-gce
2017/08/24 16:07 linux-next 9506597de2cd 3f1aca48 .config console log report ci-upstream-next-kasan-gce
2017/08/23 13:08 linux-next cc6d46bb99b5 f238fbd4 .config console log report ci-upstream-next-kasan-gce
2017/08/23 10:52 linux-next cc6d46bb99b5 f238fbd4 .config console log report ci-upstream-next-kasan-gce
* Struck through repros no longer work on HEAD.