On Tue, Feb 28, 2017 at 08:45:36AM +0800, Fengguang Wu wrote:
Hi Matthew,
On Mon, Feb 27, 2017 at 09:28:07PM +0000, Matthew Wilcox wrote:
>From: kernel test robot [mailto:fengguang.wu@intel.com]
>>
>> dedab4f65c Merge 'jss-tpmdd/tabrm-v3' into devel-spot-201702270715
>> 20e85d3670 ida: Move ida_bitmap to a percpu variable
>> 84e26daf36 Merge 'dax/fd-alloc' into devel-spot-201702270715
Oops, that's our internal merge commit, so it's reasonable you cannot
reproduce the bug on your tree. Sorry for the noise!
Fengguang
>>
+-------------------------------------------------+------------+------------+------------+
>> | | dedab4f65c | 20e85d3670 |
84e26daf36 |
>>
+-------------------------------------------------+------------+------------+------------+
>> | boot_successes | 88 | 82 | 0
|
>> | boot_failures | 4 | 0 | 48
|
>> | IP-Config:Auto-configuration_of_network_failed | 4 | |
|
>> | BUG:kernel_reboot-without-warning_in_boot_stage | 0 | 0 | 48
>> |
>>
+-------------------------------------------------+------------+------------+------------+
>>
>> [ 0.000000] BRK [0x05884000, 0x05884fff] PGTABLE
>> [ 0.000000] RAMDISK: [mem 0x1fcc6000-0x1ffcffff]
>> [ 0.000000] ACPI: Early table checksum verification disabled
>>
>
>Thanks for reporting this. I don't know quite how to proceed from
>here; the modified kernel boots for me just fine. The code we
>modified shouldn't even be called this early -- it's around file
>descriptor handling, and I don't think we even get a file descriptor
>this early in boot.
>
>Can you share the ramdisk that you're booting the kernel with?
Have you tried the attached reproduce-* script in the original email?
It works for me. That script does not include the ramdisk download
part because initrd is not necessary/relevant for reproducing this
bug. In fact all ramdisks we tested can trigger it.
Thanks,
Fengguang