[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2022-07-18 Thread Brian Murray
Ubuntu 21.10 (Impish Indri) has reached end of life, so this bug will not be fixed for that specific release. ** Changed in: linux (Ubuntu Impish) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2022-05-27 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux- oracle-5.15/5.15.0-1006.8~20.04.1 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-focal' to 'verification-done-focal'. If the problem

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2022-01-17 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.15.0-17.17 --- linux (5.15.0-17.17) jammy; urgency=medium * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809) -- Andrea Righi Thu, 13 Jan 2022 17:11:21 +0100 ** Changed in: linux (Ubuntu) Status: Incomplete => Fix

[Kernel-packages] [Bug 1942215]

2021-10-06 Thread Andrey Melnikov
Created attachment 1158 broken dsdt from notebook -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1942215 Title: OOPs on boot: invalid opcode: [#1] SMP NOPTI Status in Linux: In

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-10-02 Thread Andrey Melnikov
> Thanks Andrey, have you already upstreamed this patch? No. I'm transform it to: - if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE)) { + if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE) && walk_state->num_operands) { and succesfuly run kernel. if

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-09-08 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at https://bugs.acpica.org/show_bug.cgi?id=1545. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-09-08 Thread Paolo Pisati
An Impish 5.13 test kernel is available here: https://people.canonical.com/~ppisati/lp1942215/ linux-image-unsigned-5.13.0-16-generic_5.13.0-16.16~lp1942215_amd64.deb linux-modules-5.13.0-16-generic_5.13.0-16.16~lp1942215_amd64.deb

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-09-07 Thread Colin Ian King
It may be be worth re-writing the check as follows to avoid underflow wrap: if (walk_state->num_operands < 1 || walk_state->num_operands >= ARRAY_SIZE(walk_state->operands) + 1) { ACPI_ERROR((AE_INFO, "Illegal number of operands 0x%X for op_type 0x%X", walk_state->num_operands - 1,

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-09-07 Thread Paolo Pisati
** Attachment added: "Vought dmesg with operands overflow applied" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1942215/+attachment/5523471/+files/dmesg.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-09-07 Thread Paolo Pisati
Thanks Andrey, have you already upstreamed this patch? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1942215 Title: OOPs on boot: invalid opcode: [#1] SMP NOPTI Status in Linux:

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-09-06 Thread Andrey Melnikov
Not sufficient. There is another BUG() hidden at line 398: status = acpi_ex_resolve_operands(walk_state->opcode, &(walk_state->operands[walk_state->num_operands - 1]), walk_state); in `walk_state->operands[]` array referencing. After adding same guard for walk_state->operands[] if

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-09-02 Thread Paolo Pisati
a478d9baea4e UBUNTU: [Config] Enable CONFIG_UBSAN_BOUNDS is the commit that triggers the above "invalid opcode" on boot (and makes it impossible to reboot the box). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1942215 Title: OOPs on boot: invalid opcode: [#1] SMP NOPTI Status in Linux: Unknown Status in linux package

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Colin Ian King
Potential workaround/fix attached ** Patch added: "kernel patch" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1942215/+attachment/5521900/+files/0001-ACPICA-detect-and-handle-invalid-op_type-before-call.patch -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Colin Ian King
** Bug watch added: bugs.acpica.org/ #1545 https://bugs.acpica.org/show_bug.cgi?id=1545 ** Also affects: linux via https://bugs.acpica.org/show_bug.cgi?id=1545 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Colin Ian King
I suspect the op_type in the dispatcher call status = acpi_gbl_op_type_dispatch[op_type] is out of range. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1942215 Title: OOPs on boot:

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Colin Ian King
Original source ./drivers/acpi/acpica/dswexec.c in acpi_ds_exec_end_op if (ACPI_SUCCESS(status)) { /* * Dispatch the request to the appropriate interpreter handler * routine. There is one routine per opcode

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Paolo Pisati
** Attachment added: "DSDT dump" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1942215/+attachment/5521894/+files/dsdt.dat -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1942215

[Kernel-packages] [Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Paolo Pisati
Full dmesg with proper indentation is available here: https://paste.ubuntu.com/p/qbhf4fTMdQ/ FWTS --dump tarball is here: https://people.canonical.com/~ppisati/vough-acpi.tgz ** Also affects: linux (Ubuntu Impish) Importance: Undecided Status: New -- You received this bug

[Kernel-packages] [Bug 1942215] Missing required logs.

2021-08-31 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window: apport-collect 1942215 and then change the status of the bug to 'Confirmed'. If, due to the

[Kernel-packages] [Bug 1942215] [NEW] OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Paolo Pisati
Public bug reported: Using latest Impish kernel 5.13.0-15.15 from ckt/bootstrap PPA, upon boot on vought we get this: ... [ 11.502916] invalid opcode: [#1] SMP NOPTI [ 11.504249] CPU: 95 PID: 1472 Comm: systemd-udevd Not tainted 5.13.0-15-generic #15-Ubuntu [ 11.505734] Hardware