Page 1 of 1

1.12.x build fail

Posted: Mon Feb 17, 2020 7:41 pm
by ispyisail
What does this mean?

Code: Select all

Collect scheduler statistics (SCHEDSTATS) [N/y/?] n
Detect stack corruption on calls to schedule() (SCHED_STACK_END_CHECK) [N/y/?] n
Enable extra timekeeping sanity checking (DEBUG_TIMEKEEPING) [N/y/?] n
Stack backtrace support (STACKTRACE) [N/y/?] n
Warn for all uses of unseeded randomness (WARN_ALL_UNSEEDED_RANDOM) [N/y/?] n
kobject debugging (DEBUG_KOBJECT) [N/y/?] n
Verbose BUG() reporting (adds 70K) (DEBUG_BUGVERBOSE) [N/y/?] n
Debug linked list manipulation (DEBUG_LIST) [N/y/?] n
Debug priority linked list manipulation (DEBUG_PI_LIST) [N/y/?] n
Debug SG table operations (DEBUG_SG) [N/y/?] n
Debug notifier call chains (DEBUG_NOTIFIERS) [N/y/?] n
Debug credential management (DEBUG_CREDENTIALS) [N/y/?] n
Force round-robin CPU selection for unbound work items (DEBUG_WQ_FORCE_RR_CPU) [                                                                                  N/y/?] n
Force extended block device numbers and spread them (DEBUG_BLOCK_EXT_DEVT) [N/y/                                                                                  ?] n
Enable CPU hotplug state control (CPU_HOTPLUG_STATE_CONTROL) [N/y/?] n
Notifier error injection (NOTIFIER_ERROR_INJECTION) [N/m/y/?] n
Fault-injection framework (FAULT_INJECTION) [N/y/?] n
Latency measuring infrastructure (LATENCYTOP) [N/y/?] n
Remote debugging over FireWire early on boot (PROVIDE_OHCI1394_DMA_INIT) [N/y/?]                                                                                   n
Enable debugging of DMA-API usage (DMA_API_DEBUG) [N/y/?] n
Memtest (MEMTEST) [N/y/?] n
Trigger a BUG when data corruption is detected (BUG_ON_DATA_CORRUPTION) [N/y/?]                                                                                   n
Undefined behaviour sanity checker (UBSAN) [N/y/?] n
Enable verbose x86 bootup info messages (X86_VERBOSE_BOOTUP) [Y/n/?] y
Early printk (EARLY_PRINTK) [Y/n/?] y
  Early printk via EHCI debug port (EARLY_PRINTK_DBGP) [N/y/?] n
  Early printk via the EFI framebuffer (EARLY_PRINTK_EFI) [Y/n/?] y
  Early printk via the xHCI debug port (EARLY_PRINTK_USB_XDBC) [N/y/?] n
Export kernel pagetable layout to userspace via debugfs (X86_PTDUMP) [N/m/y/?] n
Dump the EFI pagetable (EFI_PGT_DUMP) [N/y/?] n
Warn on W+X mappings at boot (DEBUG_WX) [N/y/?] n
Enable doublefault exception handler (DOUBLEFAULT) [Y/n/?] y
Set upper limit of TLB entries to flush one-by-one (DEBUG_TLBFLUSH) [N/y/?] n
Enable IOMMU stress-test mode (IOMMU_STRESS) [N/y/?] n
x86 instruction decoder selftest (X86_DECODER_SELFTEST) [N/y/?] (NEW)

Re: 1.12.x build fail

Posted: Mon Feb 17, 2020 9:43 pm
by Lantis
That's part of the kernel configuration files. There's not enough context around it to see what actually failed it though...

I ran a build the other day and i think it finished normally, but i haven't checked on it yet. I will inspect it today.

Re: 1.12.x build fail

Posted: Tue Feb 18, 2020 8:15 am
by Lantis
Apologies, the build i ran was 1.13.x. I'm checking this now but will be 24 hours.

Re: 1.12.x build fail

Posted: Thu Feb 20, 2020 7:26 am
by Lantis
I've just pushed a patch which should fix it, but i haven't tested it yet.
I've also requested it is merged upstream as well.

Re: 1.12.x build fail

Posted: Thu Feb 20, 2020 2:07 pm
by ispyisail
Thanks