[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181119010820.GM18977@shao2-debian>
Date: Mon, 19 Nov 2018 09:08:20 +0800
From: kernel test robot <rong.a.chen@...el.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Matthew Wilcox <willy@...radead.org>,
linux-doc@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-parisc@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
intel-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-input@...r.kernel.org, linux-acpi@...r.kernel.org,
linux-pci@...r.kernel.org, LKP <lkp@...org>
Subject: [LKP] dad4f140ed [ 7.709376] WARNING:suspicious_RCU_usage
Greetings,
0day kernel testing robot got the below dmesg and the first bad commit is
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
commit dad4f140edaa3f6bb452b6913d41af1ffd672e45
Merge: 69d5b97c59730 3a08cd52c37c7
Author: Linus Torvalds <torvalds@...ux-foundation.org>
AuthorDate: Sun Oct 28 11:35:40 2018 -0700
Commit: Linus Torvalds <torvalds@...ux-foundation.org>
CommitDate: Sun Oct 28 11:35:40 2018 -0700
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Pull XArray conversion from Matthew Wilcox:
"The XArray provides an improved interface to the radix tree data
structure, providing locking as part of the API, specifying GFP flags
at allocation time, eliminating preloading, less re-walking the tree,
more efficient iterations and not exposing RCU-protected pointers to
its users.
This patch set
1. Introduces the XArray implementation
2. Converts the pagecache to use it
3. Converts memremap to use it
The page cache is the most complex and important user of the radix
tree, so converting it was most important. Converting the memremap
code removes the only other user of the multiorder code, which allows
us to remove the radix tree code that supported it.
I have 40+ followup patches to convert many other users of the radix
tree over to the XArray, but I'd like to get this part in first. The
other conversions haven't been in linux-next and aren't suitable for
applying yet, but you can see them in the xarray-conv branch if you're
interested"
* 'xarray' of git://git.infradead.org/users/willy/linux-dax: (90 commits)
radix tree: Remove multiorder support
radix tree test: Convert multiorder tests to XArray
radix tree tests: Convert item_delete_rcu to XArray
radix tree tests: Convert item_kill_tree to XArray
radix tree tests: Move item_insert_order
radix tree test suite: Remove multiorder benchmarking
radix tree test suite: Remove __item_insert
memremap: Convert to XArray
xarray: Add range store functionality
xarray: Move multiorder_check to in-kernel tests
xarray: Move multiorder_shrink to kernel tests
xarray: Move multiorder account test in-kernel
radix tree test suite: Convert iteration test to XArray
radix tree test suite: Convert tag_tagged_items to XArray
radix tree: Remove radix_tree_clear_tags
radix tree: Remove radix_tree_maybe_preload_order
radix tree: Remove split/join code
radix tree: Remove radix_tree_update_node_t
page cache: Finish XArray conversion
dax: Convert page fault handlers to XArray
...
69d5b97c59 HID: we do not randomly make new drivers 'default y'
3a08cd52c3 radix tree: Remove multiorder support
dad4f140ed Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
1ce80e0fe9 Merge tag 'fsnotify_for_v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
0821492104 Add linux-next specific files for 20181116
+---------------------------------------------------------------------+------------+------------+------------+------------+---------------+
| | 69d5b97c59 | 3a08cd52c3 | dad4f140ed | 1ce80e0fe9 | next-20181116 |
+---------------------------------------------------------------------+------------+------------+------------+------------+---------------+
| boot_successes | 35 | 0 | 0 | 0 | 0 |
| boot_failures | 0 | 48 | 13 | 11 | 11 |
| INFO:trying_to_register_non-static_key | 0 | 48 | | | |
| WARNING:at_mm/slab_common.c:#kmalloc_slab | 0 | 48 | | | |
| RIP:kmalloc_slab | 0 | 48 | | | |
| Mem-Info | 0 | 48 | 13 | 11 | 11 |
| WARNING:suspicious_RCU_usage | 0 | 0 | 13 | 11 | 11 |
| include/linux/xarray.h:#suspicious_rcu_dereference_check()usage | 0 | 0 | 13 | 11 | 11 |
| include/linux/xarray.h:#suspicious_rcu_dereference_protected()usage | 0 | 0 | 13 | 11 | 11 |
+---------------------------------------------------------------------+------------+------------+------------+------------+---------------+
[ 7.698374] test_overflow: kmalloc_node detected saturation
[ 7.698846] test_overflow: kzalloc detected saturation
[ 7.699286] test_overflow: kzalloc_node detected saturation
[ 7.699777] swapper: vmalloc: allocation failure: 18446744073709551615 bytes, mode:0x6000c0(GFP_KERNEL), nodemask=(null)
[ 7.700675] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.0-07913-gdad4f14 #1
[ 7.701272] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 7.701963] Call Trace:
[ 7.702176] ? warn_alloc+0xac/0x130
[ 7.702485] ? __virt_addr_valid+0x34/0xc0
[ 7.702830] ? __phys_addr+0xb8/0xc0
[ 7.703134] ? __vmalloc_node_range+0x24a/0x260
[ 7.703519] ? do_early_param+0x8d/0x8d
[ 7.703843] ? __vmalloc_node_flags_caller+0x3b/0x40
[ 7.704262] ? test_module_init+0x1657/0x1e67
[ 7.704637] ? test_module_init+0x1657/0x1e67
[ 7.705003] ? __virt_addr_valid+0x34/0xc0
[ 7.705353] ? __phys_addr+0xb8/0xc0
[ 7.705656] ? ___cache_free+0x42b/0x520
[ 7.705987] ? list_sort_test+0x1fb/0x20e
[ 7.706330] ? kfree+0x14b/0x1b0
[ 7.706606] ? trace_hardirqs_on+0xbe/0x110
[ 7.706958] ? test_overflow_calculation+0x15c8/0x15c8
[ 7.707392] ? do_one_initcall+0xa1/0x269
[ 7.707730] ? do_early_param+0x8d/0x8d
[ 7.708064] ? kernel_init_freeable+0x1ed/0x31d
[ 7.708450] ? rest_init+0x130/0x130
[ 7.708754] ? kernel_init+0xa/0xf0
[ 7.709051] ? ret_from_fork+0x3a/0x50
[ 7.709376] Mem-Info:
[ 7.709578] active_anon:0 inactive_anon:0 isolated_anon:0
[ 7.709578] active_file:0 inactive_file:0 isolated_file:0
[ 7.709578] unevictable:18960 dirty:0 writeback:0 unstable:0
[ 7.709578] slab_reclaimable:3682 slab_unreclaimable:1262
[ 7.709578] mapped:0 shmem:0 pagetables:0 bounce:0
[ 7.709578] free:91059 free_pcp:165 free_cma:0
[ 7.712157] Node 0 active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:75840kB isolated(anon):0kB isolated(file):0kB mapped:0kB dirty:0kB writeback:0kB shmem:0kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no
[ 7.714276] DMA free:15908kB min:92kB low:112kB high:132kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15908kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
[ 7.716343] lowmem_reserve[]: 0 414 414 414 414
[ 7.716727] DMA32 free:348328kB min:2556kB low:3192kB high:3828kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:75840kB writepending:0kB present:507776kB managed:448276kB mlocked:0kB kernel_stack:592kB pagetables:0kB bounce:0kB free_pcp:660kB local_pcp:660kB free_cma:0kB
[ 7.718932] lowmem_reserve[]: 0 0 0 0 0
[ 7.719261] DMA: 1*4kB (U) 0*8kB 0*16kB 1*32kB (U) 2*64kB (U) 1*128kB (U) 1*256kB (U) 0*512kB 1*1024kB (U) 1*2048kB (U) 3*4096kB (M) = 15908kB
[ 7.720321] DMA32: 4*4kB (ME) 5*8kB (UME) 5*16kB (UM) 5*32kB (ME) 6*64kB (UM) 6*128kB (M) 5*256kB (UM) 3*512kB (ME) 6*1024kB (UME) 5*2048kB (M) 80*4096kB (M) = 348328kB
[ 7.721571] 18973 total pagecache pages
[ 7.721900] 130942 pages RAM
[ 7.722147] 0 pages HighMem/MovableOnly
[ 7.722474] 14896 pages reserved
[ 7.722749] 0 pages cma reserved
[ 7.723023] test_overflow: kvmalloc detected saturation
[ 7.724561] swapper: vmalloc: allocation failure: 18446744073709551615 bytes, mode:0x6000c0(GFP_KERNEL), nodemask=(null)
[ 7.725460] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.0-07913-gdad4f14 #1
[ 7.726044] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 7.726738] Call Trace:
[ 7.726950] ? warn_alloc+0xac/0x130
[ 7.727258] ? __virt_addr_valid+0x34/0xc0
[ 7.727604] ? __phys_addr+0xb8/0xc0
[ 7.727916] ? __vmalloc_node_range+0x24a/0x260
[ 7.728301] ? do_early_param+0x8d/0x8d
[ 7.728625] ? __vmalloc_node_flags_caller+0x3b/0x40
[ 7.729041] ? test_module_init+0x1747/0x1e67
[ 7.729412] ? test_module_init+0x1747/0x1e67
[ 7.729778] ? __virt_addr_valid+0x34/0xc0
[ 7.730123] ? __phys_addr+0xb8/0xc0
[ 7.730430] ? ___cache_free+0x42b/0x520
[ 7.730761] ? list_sort_test+0x1fb/0x20e
[ 7.731100] ? kfree+0x14b/0x1b0
[ 7.731470] ? trace_hardirqs_on+0xbe/0x110
[ 7.731873] ? test_overflow_calculation+0x15c8/0x15c8
[ 7.732366] ? do_one_initcall+0xa1/0x269
[ 7.732748] ? do_early_param+0x8d/0x8d
[ 7.733113] ? kernel_init_freeable+0x1ed/0x31d
[ 7.733548] ? rest_init+0x130/0x130
[ 7.733892] ? kernel_init+0xa/0xf0
[ 7.734228] ? ret_from_fork+0x3a/0x50
[ 7.734605] test_overflow: kvmalloc_node detected saturation
[ 7.737925] swapper: vmalloc: allocation failure: 18446744073709551615 bytes, mode:0x6080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
[ 7.738950] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.0-07913-gdad4f14 #1
[ 7.739542] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 7.740226] Call Trace:
[ 7.742760] ? warn_alloc+0xac/0x130
[ 7.743064] ? __virt_addr_valid+0x34/0xc0
[ 7.743416] ? __phys_addr+0xb8/0xc0
[ 7.743717] ? __vmalloc_node_range+0x24a/0x260
[ 7.744096] ? do_early_param+0x8d/0x8d
[ 7.744425] ? __vmalloc_node_flags_caller+0x3b/0x40
[ 7.744853] ? test_module_init+0x1825/0x1e67
[ 7.745220] ? test_module_init+0x1825/0x1e67
[ 7.745624] ? __virt_addr_valid+0x34/0xc0
[ 7.746015] ? __phys_addr+0xb8/0xc0
[ 7.746327] ? ___cache_free+0x42b/0x520
[ 7.746659] ? list_sort_test+0x1fb/0x20e
[ 7.746998] ? kfree+0x14b/0x1b0
[ 7.747286] ? test_overflow_calculation+0x15c8/0x15c8
[ 7.747716] ? do_one_initcall+0xa1/0x269
[ 7.748065] ? do_early_param+0x8d/0x8d
[ 7.748397] ? kernel_init_freeable+0x1ed/0x31d
[ 7.748815] ? rest_init+0x130/0x130
[ 7.749149] ? kernel_init+0xa/0xf0
[ 7.749479] ? ret_from_fork+0x3a/0x50
[ 7.749826] test_overflow: kvzalloc detected saturation
[ 7.750283] swapper: vmalloc: allocation failure: 18446744073709551615 bytes, mode:0x6080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
[ 7.751264] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.0-07913-gdad4f14 #1
[ 7.751848] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 7.752539] Call Trace:
[ 7.752750] ? warn_alloc+0xac/0x130
[ 7.753052] ? __virt_addr_valid+0x34/0xc0
[ 7.753400] ? __phys_addr+0xb8/0xc0
[ 7.753701] ? __vmalloc_node_range+0x24a/0x260
[ 7.754079] ? do_early_param+0x8d/0x8d
[ 7.754405] ? __vmalloc_node_flags_caller+0x3b/0x40
[ 7.754825] ? test_module_init+0x1903/0x1e67
[ 7.755188] ? test_module_init+0x1903/0x1e67
[ 7.755557] ? __virt_addr_valid+0x34/0xc0
[ 7.755900] ? __phys_addr+0xb8/0xc0
[ 7.756202] ? ___cache_free+0x42b/0x520
[ 7.756535] ? list_sort_test+0x1fb/0x20e
[ 7.756871] ? kfree+0x14b/0x1b0
[ 7.757144] ? test_overflow_calculation+0x15c8/0x15c8
[ 7.757577] ? do_one_initcall+0xa1/0x269
[ 7.757924] ? do_early_param+0x8d/0x8d
[ 7.758249] ? kernel_init_freeable+0x1ed/0x31d
[ 7.758635] ? rest_init+0x130/0x130
[ 7.758939] ? kernel_init+0xa/0xf0
[ 7.759235] ? ret_from_fork+0x3a/0x50
[ 7.759568] test_overflow: kvzalloc_node detected saturation
[ 7.777903] swapper: vmalloc: allocation failure: 18446744073709551615 bytes, mode:0x6000c0(GFP_KERNEL), nodemask=(null)
[ 7.778813] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.0-07913-gdad4f14 #1
[ 7.779403] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 7.780094] Call Trace:
[ 7.780311] ? warn_alloc+0xac/0x130
[ 7.780615] ? __virt_addr_valid+0x34/0xc0
[ 7.780962] ? __phys_addr+0xb8/0xc0
[ 7.781280] ? __vmalloc_node_range+0x24a/0x260
[ 7.781661] ? do_early_param+0x8d/0x8d
[ 7.781986] ? vmalloc+0x41/0x50
[ 7.782265] ? test_module_init+0x19c9/0x1e67
[ 7.782632] ? test_module_init+0x19c9/0x1e67
[ 7.782998] ? __virt_addr_valid+0x34/0xc0
[ 7.783348] ? __phys_addr+0xb8/0xc0
[ 7.783652] ? ___cache_free+0x42b/0x520
[ 7.783983] ? list_sort_test+0x1fb/0x20e
[ 7.784327] ? test_overflow_calculation+0x15c8/0x15c8
[ 7.784764] ? do_one_initcall+0xa1/0x269
[ 7.785103] ? do_early_param+0x8d/0x8d
[ 7.785431] ? kernel_init_freeable+0x1ed/0x31d
[ 7.785812] ? rest_init+0x130/0x130
[ 7.786115] ? kernel_init+0xa/0xf0
[ 7.786416] ? ret_from_fork+0x3a/0x50
[ 7.786733] test_overflow: vmalloc detected saturation
[ 7.787175] swapper: vmalloc: allocation failure: 18446744073709551615 bytes, mode:0x6000c0(GFP_KERNEL), nodemask=(null)
[ 7.788086] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.0-07913-gdad4f14 #1
[ 7.788675] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 7.789370] Call Trace:
[ 7.789582] ? warn_alloc+0xac/0x130
[ 7.789886] ? __virt_addr_valid+0x34/0xc0
[ 7.790231] ? __phys_addr+0xb8/0xc0
[ 7.790539] ? __vmalloc_node_range+0x24a/0x260
[ 7.790920] ? do_early_param+0x8d/0x8d
[ 7.791258] ? vmalloc_node+0x40/0x50
[ 7.791570] ? test_module_init+0x1a98/0x1e67
[ 7.791937] ? test_module_init+0x1a98/0x1e67
[ 7.792308] ? __virt_addr_valid+0x34/0xc0
[ 7.792653] ? __phys_addr+0xb8/0xc0
[ 7.792957] ? ___cache_free+0x42b/0x520
[ 7.793292] ? test_overflow_calculation+0x15c8/0x15c8
[ 7.793722] ? do_one_initcall+0xa1/0x269
[ 7.794061] ? do_early_param+0x8d/0x8d
[ 7.794393] ? kernel_init_freeable+0x1ed/0x31d
[ 7.794781] ? rest_init+0x130/0x130
[ 7.795084] ? kernel_init+0xa/0xf0
[ 7.795384] ? ret_from_fork+0x3a/0x50
[ 7.795701] test_overflow: vmalloc_node detected saturation
[ 7.796181] swapper: vmalloc: allocation failure: 18446744073709551615 bytes, mode:0x6080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
[ 7.797158] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.0-07913-gdad4f14 #1
[ 7.797746] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 7.798444] Call Trace:
[ 7.798657] ? warn_alloc+0xac/0x130
[ 7.798960] ? __virt_addr_valid+0x34/0xc0
[ 7.799309] ? __phys_addr+0xb8/0xc0
[ 7.799612] ? __vmalloc_node_range+0x24a/0x260
[ 7.799993] ? do_early_param+0x8d/0x8d
[ 7.800321] ? vzalloc+0x41/0x50
[ 7.800596] ? test_module_init+0x1b5e/0x1e67
[ 7.800963] ? test_module_init+0x1b5e/0x1e67
[ 7.801342] ? __virt_addr_valid+0x34/0xc0
[ 7.801687] ? __phys_addr+0xb8/0xc0
[ 7.801991] ? test_overflow_calculation+0x15c8/0x15c8
[ 7.802424] ? do_one_initcall+0xa1/0x269
[ 7.802763] ? do_early_param+0x8d/0x8d
[ 7.803087] ? kernel_init_freeable+0x1ed/0x31d
[ 7.803471] ? rest_init+0x130/0x130
[ 7.803774] ? kernel_init+0xa/0xf0
[ 7.804071] ? ret_from_fork+0x3a/0x50
[ 7.804392] test_overflow: vzalloc detected saturation
[ 7.804841] swapper: vmalloc: allocation failure: 18446744073709551615 bytes, mode:0x6080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
[ 7.805817] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.0-07913-gdad4f14 #1
[ 7.806405] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 7.807094] Call Trace:
[ 7.807311] ? warn_alloc+0xac/0x130
[ 7.807614] ? __virt_addr_valid+0x34/0xc0
[ 7.807970] ? __phys_addr+0xb8/0xc0
[ 7.808277] ? __vmalloc_node_range+0x24a/0x260
# HH:MM RESULT GOOD BAD GOOD_BUT_DIRTY DIRTY_NOT_BAD
git bisect start ccda4af0f4b92f7b4c308d3acc262f4a7e3affad v4.19 --
git bisect bad ac435075892e3e651c667b4a9f2267cf3ef1d5a2 # 21:19 B 0 1 15 0 Merge tag 'csky-for-linus-4.20' of https://github.com/c-sky/csky-linux
git bisect good 01aa9d518eae8a4d75cd3049defc6ed0b6d0a658 # 21:34 G 11 0 11 11 Merge tag 'docs-4.20' of git://git.lwn.net/linux
git bisect good 26873acacbdbb4e4b444f5dd28dcc4853f0e8ba2 # 21:50 G 11 0 11 11 Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
git bisect good a45dcff7489f7cb21a3a8e967a90ea41b31c1559 # 22:10 G 11 0 11 11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
git bisect good 5ecf3e110c32c5756351eed067cdf6a91c308e62 # 03:21 G 11 0 0 0 Merge tag 'linux-watchdog-4.20-rc1' of git://www.linux-watchdog.org/linux-watchdog
git bisect bad ac747c0715f29c2be3848b719a1b7e65b07f7b21 # 03:30 B 0 5 19 0 Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
git bisect bad dad4f140edaa3f6bb452b6913d41af1ffd672e45 # 03:46 B 0 11 25 0 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
git bisect good 69d5b97c597307773fe6c59775a5d5a88bb7e6b3 # 03:56 G 11 0 0 0 HID: we do not randomly make new drivers 'default y'
git bisect good 77da9389b9d5f07d54fda092d1ab56002ec0019a # 04:12 G 11 0 11 11 mm: Convert collapse_shmem to XArray
git bisect good 07f2d89cc270936ac314e7cc4ac57077d7f08aef # 04:25 G 11 0 11 11 dax: Convert __dax_invalidate_entry to XArray
git bisect good d6427f8179b5dd65eb468c61fc8cc24657c336c9 # 04:37 G 10 0 10 10 xarray: Move multiorder account test in-kernel
git bisect good 879a9ae7b5bc046f195a725d62bbc96258e5d0c8 # 05:21 G 11 0 11 11 radix tree test suite: Remove multiorder benchmarking
git bisect good b66b5a48b8a0e43dc114573da11c1a9c586a2d4f # 05:33 G 11 0 11 11 radix tree tests: Convert item_delete_rcu to XArray
git bisect good 3a08cd52c37c793ffc199f6fc2ecfc368e284b2d # 05:46 G 10 0 10 11 radix tree: Remove multiorder support
# first bad commit: [dad4f140edaa3f6bb452b6913d41af1ffd672e45] Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
git bisect good 69d5b97c597307773fe6c59775a5d5a88bb7e6b3 # 05:53 G 31 0 0 0 HID: we do not randomly make new drivers 'default y'
git bisect good 3a08cd52c37c793ffc199f6fc2ecfc368e284b2d # 06:02 G 31 0 32 43 radix tree: Remove multiorder support
# extra tests with debug options
git bisect bad dad4f140edaa3f6bb452b6913d41af1ffd672e45 # 06:13 B 0 1 15 0 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
# extra tests on HEAD of linux-devel/devel-spot-201811161422
git bisect bad 6662c4db62e44387066b8dc51ef18f3476cc05de # 06:18 B 0 13 30 0 0day head guard for 'devel-spot-201811161422'
# extra tests on tree/branch linus/master
git bisect bad 1ce80e0fe98e72af4125f47c65b0bc01b60a7feb # 06:30 B 0 3 17 0 Merge tag 'fsnotify_for_v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
# extra tests on tree/branch linux-next/master
git bisect bad 0821492104244755800cb812b0e2e5887fa76f6a # 06:52 B 0 9 23 0 Add linux-next specific files for 20181116
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
Download attachment "dmesg-quantal-lkp-kboot01-25:20181117034501:x86_64-randconfig-s1-11161559:4.19.0-07913-gdad4f14:1.gz" of type "application/gzip" (26812 bytes)
Download attachment "dmesg-quantal-lkp-kboot01-11:20181117054434:x86_64-randconfig-s1-11161559:4.19.0-rc5-00329-g3a08cd5:1.gz" of type "application/gzip" (26350 bytes)
View attachment "reproduce-quantal-lkp-kboot01-25:20181117034501:x86_64-randconfig-s1-11161559:4.19.0-07913-gdad4f14:1" of type "text/plain" (912 bytes)
View attachment "config-4.19.0-07913-gdad4f14" of type "text/plain" (117366 bytes)
Powered by blists - more mailing lists