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 linu
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
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 Rele
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 P
> 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
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
https://help.launc
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
linux-modules-extra-5.13.0-16-generic_5.13.0-16.16~lp1942215_amd6
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, op_type));
** 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.
https
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:
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 (walk_state->
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.
https://
** 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 i
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
Pa
** 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, w
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: inv
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
** 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
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 notificati
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 nature
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 name:
21 matches
Mail list logo