search for: boot_failur

Displaying 19 results from an estimated 19 matches for "boot_failur".

Did you mean: boot_failure
2017 Oct 30
1
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...They hit the RC release mainly due to various imperfections in 0day's >>> auto bisection. So I manually list them here and CC the likely easy to >>> debug ones to the corresponding maintainers in the followup emails. >>> >>> boot_successes: 4700 >>> boot_failures: 247 >> >> [...] >> >>> WARNING:at_kernel/jump_label.c:#static_key_disable_cpuslocked: 7 > >This patch is in the tip tree only, it will be merged in 4.15. So I >don't understand why you are reporting this for 4.14-rc6. Ah sorry, I simply checked recent bis...
2017 Oct 30
1
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...They hit the RC release mainly due to various imperfections in 0day's >>> auto bisection. So I manually list them here and CC the likely easy to >>> debug ones to the corresponding maintainers in the followup emails. >>> >>> boot_successes: 4700 >>> boot_failures: 247 >> >> [...] >> >>> WARNING:at_kernel/jump_label.c:#static_key_disable_cpuslocked: 7 > >This patch is in the tip tree only, it will be merged in 4.15. So I >don't understand why you are reporting this for 4.14-rc6. Ah sorry, I simply checked recent bis...
2017 Mar 21
0
Patch: make slightly more verbose versions of isohdp.x.S
...EBIOS */ andw $0x3f, %cx /* Sector count */ popw %bx /* EBIOS flag */ pushw %cx /* -16: Save sectors on the stack */ @@ -223,9 +257,15 @@ next: ljmpw $0, $isolinux_start_hybrid bad_signature: - call error + call print_string .ascii "isolinux.bin missing or corrupt.\r\n" +boot_failure: + int $0x18 /* Boot failure */ +die: + hlt + jmp die + /* * read_sector: read a single sector pointed to by %eax to %es:%bx. * CF is set on error. All registers saved. @@ -266,15 +306,20 @@ read_common: ret disk_error: - call error + call print_string .ascii "Operating system l...
2017 Mar 21
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...round a bug in some unknown version * of gas or ld when it comes to jumping to an absolute symbol... * * Look more closely into it if we ever are short on space. */ ljmpw $0, $isolinux_start_hybrid bad_signature: call print_string .ascii "isolinux.bin missing or corrupt.\r\n" boot_failure: int $0x18 /* Boot failure */ die: hlt jmp die /* * read_sector: read a single sector pointed to by %eax to %es:%bx. * CF is set on error. All registers saved. */ read_sector: pushal xorl %edx, %edx addl (partoffset), %eax adcl (partoffset+4), %edx pushl %edx /* MSW of LBA */ pushl...
2017 Jan 04
0
[lkp-developer] [lib] 0c5a9920fb: WARNING:at_lib/test_linktables/test-linktables.c:#test_linktable_init
...| d658aa6259 | 0c5a9920fb | > +-----------------------------------------------------------------------+------------+------------+ > | boot_successes | 2 | 0 | > | boot_failures | 6 | 8 | > | WARNING:at_arch/x86/mm/dump_pagetables.c:#note_page | 6 | 8 | > | invoked_oom-killer:gfp_mask=0x | 1 | 2 | &gt...
2017 Oct 30
0
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...6. >> >> They hit the RC release mainly due to various imperfections in 0day's >> auto bisection. So I manually list them here and CC the likely easy to >> debug ones to the corresponding maintainers in the followup emails. >> >> boot_successes: 4700 >> boot_failures: 247 > > [...] > >> WARNING:at_kernel/jump_label.c:#static_key_disable_cpuslocked: 7 This patch is in the tip tree only, it will be merged in 4.15. So I don't understand why you are reporting this for 4.14-rc6. There is a patch by Dou Liyang pending since 28th October addre...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...or/warnings when testing v4.14-rc6. > >They hit the RC release mainly due to various imperfections in 0day's >auto bisection. So I manually list them here and CC the likely easy to >debug ones to the corresponding maintainers in the followup emails. > >boot_successes: 4700 >boot_failures: 247 [...] >WARNING:at_kernel/jump_label.c:#static_key_disable_cpuslocked: 7 The call trace is [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...or/warnings when testing v4.14-rc6. > >They hit the RC release mainly due to various imperfections in 0day's >auto bisection. So I manually list them here and CC the likely easy to >debug ones to the corresponding maintainers in the followup emails. > >boot_successes: 4700 >boot_failures: 247 [...] >WARNING:at_kernel/jump_label.c:#static_key_disable_cpuslocked: 7 The call trace is [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000...
2017 Feb 06
1
[PATCH] x86/paravirt: Avoid setting IF flag, if not necessary
Setting the IF flag can cause an VM exit. So we should avoid touching the IF flag until absolutely necessary. This patch change the way the paravirt arch_local_irq_restore() works by checking the previous flags value and call arch_local_irq_enable() only if the IF flag was set previously. On a 32 vCPUs KVM guest running the AIM7 five-sec workload, the performance increased slightly from 302136.32
2017 Feb 06
1
[PATCH] x86/paravirt: Avoid setting IF flag, if not necessary
Setting the IF flag can cause an VM exit. So we should avoid touching the IF flag until absolutely necessary. This patch change the way the paravirt arch_local_irq_restore() works by checking the previous flags value and call arch_local_irq_enable() only if the IF flag was set previously. On a 32 vCPUs KVM guest running the AIM7 five-sec workload, the performance increased slightly from 302136.32
2017 Oct 05
0
24e700e291 ("Merge branch 'x86-apic-for-linus' of .."): WARNING: kernel stack regs at 979f9f70 in kworker/u4:1:648 has bad 'bp' value (null)
...-+---------------+ | | f57091767a | c6ef89421e | 24e700e291 | 0f380715e5 | next-20170929 | +----------------------+------------+------------+------------+------------+---------------+ | boot_successes | 320 | 320 | 101 | 28 | 5 | | boot_failures | 0 | 0 | 15 | 2 | 1 | | WARNING:kernel_stack | 0 | 0 | 15 | 2 | 1 | +----------------------+------------+------------+------------+------------+---------------+ [ 18.114577] init: tty6 main pr...
2017 Oct 05
0
24e700e291 ("Merge branch 'x86-apic-for-linus' of .."): WARNING: kernel stack regs at 979f9f70 in kworker/u4:1:648 has bad 'bp' value (null)
...-+---------------+ | | f57091767a | c6ef89421e | 24e700e291 | 0f380715e5 | next-20170929 | +----------------------+------------+------------+------------+------------+---------------+ | boot_successes | 320 | 320 | 101 | 28 | 5 | | boot_failures | 0 | 0 | 15 | 2 | 1 | | WARNING:kernel_stack | 0 | 0 | 15 | 2 | 1 | +----------------------+------------+------------+------------+------------+---------------+ [ 18.114577] init: tty6 main pr...
2018 Feb 02
0
[fw_cfg] c8bf448ff3: kernel_BUG_at_arch/x86/mm/physaddr.c
...backtrace): +------------------------------------------+------------+------------+ | | b4b818b1f7 | c8bf448ff3 | +------------------------------------------+------------+------------+ | boot_successes | 8 | 0 | | boot_failures | 0 | 8 | | kernel_BUG_at_arch/x86/mm/physaddr.c | 0 | 8 | | invalid_opcode:#[##] | 0 | 8 | | RIP:__phys_addr | 0 | 8 | | Kernel_panic-not_syncing:Fa...
2017 Oct 25
0
a570843ee9 ("virtio_blk: Fix an SG_IO regression"): kernel BUG at include/linux/scatterlist.h:92!
...--+------------+------------+------------+ | | 875397464a | a570843ee9 | a570843ee9 | +-------------------------------------------+------------+------------+------------+ | boot_successes | 37 | 4 | 4 | | boot_failures | 0 | 11 | 11 | | kernel_BUG_at_include/linux/scatterlist.h | 0 | 11 | 11 | | invalid_opcode:#[##] | 0 | 11 | 11 | | Kernel_panic-not_syncing:Fatal_exception | 0 |...
2017 Oct 25
0
a570843ee9 ("virtio_blk: Fix an SG_IO regression"): kernel BUG at include/linux/scatterlist.h:92!
...--+------------+------------+------------+ | | 875397464a | a570843ee9 | a570843ee9 | +-------------------------------------------+------------+------------+------------+ | boot_successes | 37 | 4 | 4 | | boot_failures | 0 | 11 | 11 | | kernel_BUG_at_include/linux/scatterlist.h | 0 | 11 | 11 | | invalid_opcode:#[##] | 0 | 11 | 11 | | Kernel_panic-not_syncing:Fatal_exception | 0 |...
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the block code. This was inspired by missing check for valid logical block size in virtio-blk which causes the kernel to crash in a weird way later on when it is invalid. I added blk_is_valid_logical_block_size which returns true iff the block size is one of supported sizes. I added this check to virtio-blk, and also converted
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the block code. This was inspired by missing check for valid logical block size in virtio-blk which causes the kernel to crash in a weird way later on when it is invalid. I added blk_is_valid_logical_block_size which returns true iff the block size is one of supported sizes. I added this check to virtio-blk, and also converted
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by