Activity log for bug #1934780

Date Who What changed Old value New value Message
2021-07-06 12:19:13 Alfonso Sanchez-Beato bug added bug
2021-07-06 12:22:42 Alfonso Sanchez-Beato description shim in focal-proposed (shim-signed 1.40.5) is crashing on Mellanox BF1 SmartNIC, showing this trace: >>Start PXE over IPv4. Station IP address is 192.168.100.2 Server IP address is 192.168.100.1 NBP filename is shimaa64.efi.signed NBP filesize is 840024 Bytes Downloading NBP file... NBP file downloaded successfully. Could not get variable storage info: Unsupported Could not create MokListRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListXRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListXRT: Unsupported Something has gone seriously wrong: import_mok_state() failed: Unsupported ERROR: System Off: operation not handled. PANIC at PC : 0x000000000045c488 shim in focal-proposed (shim-signed 1.40.5) is crashing on Mellanox BF1 SmartNIC, showing this trace: >>Start PXE over IPv4.   Station IP address is 192.168.100.2   Server IP address is 192.168.100.1   NBP filename is shimaa64.efi.signed   NBP filesize is 840024 Bytes  Downloading NBP file...   NBP file downloaded successfully. Could not get variable storage info: Unsupported Could not create MokListRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListXRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListXRT: Unsupported Something has gone seriously wrong: import_mok_state() failed: Unsupported ERROR: System Off: operation not handled. PANIC at PC : 0x000000000045c488 Some EFI related kernel output: [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: SMBIOS=0xfafb0000 SMBIOS 3.0=0xf5b70000 ACPI=0xf5c10000 ACPI 2.0=0xf5c10014 MEMATTR=0xf769e018 ESRT=0xf7593098 MEMRESERVE=0xf49e9018 [ 0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz console=hvc0 console=ttyAMA0 earlycon=pl011,0x01000000 fixrtc ip=:::::tmfifo_net0:dhcp url=http://192.168.100.1/tftp/bluefield.iso cloud-config-url=/dev/null nopersistent [ 0.085871] Remapping and enabling EFI services. [ 0.377821] DMI: https://www.mellanox.com BlueField SoC/BlueField SoC, BIOS BlueField:3.6.0-24-gd4db9c4 Apr 6 2021 [ 1.028977] Registered efivars operations [ 2.481241] rtc-efi rtc-efi: registered as rtc0 [ 2.593647] EFI Variables Facility v0.08 2004-May-17
2021-07-06 12:26:24 Alfonso Sanchez-Beato attachment added kernel-out.txt https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1934780/+attachment/5509396/+files/kernel-out.txt
2021-07-06 12:28:38 Alfonso Sanchez-Beato attachment added commands.txt https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1934780/+attachment/5509397/+files/commands.txt
2021-07-06 13:14:40 Alfonso Sanchez-Beato attachment added ok.txt https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1934780/+attachment/5509400/+files/ok.txt
2021-07-06 15:53:36 Alfonso Sanchez-Beato attachment added new-shim-sb.txt https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1934780/+attachment/5509432/+files/new-shim-sb.txt
2021-07-06 15:55:18 Julian Andres Klode shim (Ubuntu): status New Fix Committed
2021-07-15 11:32:00 Launchpad Janitor shim (Ubuntu): status Fix Committed Fix Released
2021-07-16 10:05:44 Julian Andres Klode description shim in focal-proposed (shim-signed 1.40.5) is crashing on Mellanox BF1 SmartNIC, showing this trace: >>Start PXE over IPv4.   Station IP address is 192.168.100.2   Server IP address is 192.168.100.1   NBP filename is shimaa64.efi.signed   NBP filesize is 840024 Bytes  Downloading NBP file...   NBP file downloaded successfully. Could not get variable storage info: Unsupported Could not create MokListRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListXRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListXRT: Unsupported Something has gone seriously wrong: import_mok_state() failed: Unsupported ERROR: System Off: operation not handled. PANIC at PC : 0x000000000045c488 Some EFI related kernel output: [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: SMBIOS=0xfafb0000 SMBIOS 3.0=0xf5b70000 ACPI=0xf5c10000 ACPI 2.0=0xf5c10014 MEMATTR=0xf769e018 ESRT=0xf7593098 MEMRESERVE=0xf49e9018 [ 0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz console=hvc0 console=ttyAMA0 earlycon=pl011,0x01000000 fixrtc ip=:::::tmfifo_net0:dhcp url=http://192.168.100.1/tftp/bluefield.iso cloud-config-url=/dev/null nopersistent [ 0.085871] Remapping and enabling EFI services. [ 0.377821] DMI: https://www.mellanox.com BlueField SoC/BlueField SoC, BIOS BlueField:3.6.0-24-gd4db9c4 Apr 6 2021 [ 1.028977] Registered efivars operations [ 2.481241] rtc-efi rtc-efi: registered as rtc0 [ 2.593647] EFI Variables Facility v0.08 2004-May-17 [Impact] Systems that do not support QueryVariableInfo() EFI function fail to boot. [Test plan] Would be good to get this checked on the Mellanox BF1 SmartNIC on one release (shim is binary copied) [Where problems could occur] it might still fail to mirror variables on those platforms. Code looks like the variable could be uninitialized on error case, but it's actually set inside the call to 0 so that's good. [Original bug report] shim in focal-proposed (shim-signed 1.40.5) is crashing on Mellanox BF1 SmartNIC, showing this trace: >>Start PXE over IPv4.   Station IP address is 192.168.100.2   Server IP address is 192.168.100.1   NBP filename is shimaa64.efi.signed   NBP filesize is 840024 Bytes  Downloading NBP file...   NBP file downloaded successfully. Could not get variable storage info: Unsupported Could not create MokListRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListXRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListRT: Unsupported Could not get variable storage info: Unsupported Could not create MokListXRT: Unsupported Something has gone seriously wrong: import_mok_state() failed: Unsupported ERROR: System Off: operation not handled. PANIC at PC : 0x000000000045c488 Some EFI related kernel output: [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: SMBIOS=0xfafb0000 SMBIOS 3.0=0xf5b70000 ACPI=0xf5c10000 ACPI 2.0=0xf5c10014 MEMATTR=0xf769e018 ESRT=0xf7593098 MEMRESERVE=0xf49e9018 [ 0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz console=hvc0 console=ttyAMA0 earlycon=pl011,0x01000000 fixrtc ip=:::::tmfifo_net0:dhcp url=http://192.168.100.1/tftp/bluefield.iso cloud-config-url=/dev/null nopersistent [ 0.085871] Remapping and enabling EFI services. [ 0.377821] DMI: https://www.mellanox.com BlueField SoC/BlueField SoC, BIOS BlueField:3.6.0-24-gd4db9c4 Apr 6 2021 [ 1.028977] Registered efivars operations [ 2.481241] rtc-efi rtc-efi: registered as rtc0 [ 2.593647] EFI Variables Facility v0.08 2004-May-17
2021-07-16 15:11:42 Łukasz Zemczak shim (Ubuntu Hirsute): status New Fix Committed
2021-07-16 15:11:44 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2021-07-16 15:11:45 Łukasz Zemczak bug added subscriber SRU Verification
2021-07-16 15:11:47 Łukasz Zemczak tags verification-needed verification-needed-hirsute
2021-07-16 15:22:41 Łukasz Zemczak shim (Ubuntu Focal): status New Fix Committed
2021-07-16 15:22:45 Łukasz Zemczak tags verification-needed verification-needed-hirsute verification-needed verification-needed-focal verification-needed-hirsute
2021-07-16 16:02:56 Łukasz Zemczak bug task added shim-signed (Ubuntu)
2021-07-16 16:08:04 Łukasz Zemczak shim-signed (Ubuntu Focal): status New Fix Committed
2021-07-19 07:56:30 Alfonso Sanchez-Beato tags verification-needed verification-needed-focal verification-needed-hirsute verification-done-focal verification-done-hirsute verification-needed
2021-07-19 12:03:11 Łukasz Zemczak shim (Ubuntu Bionic): status New Fix Committed
2021-07-19 12:03:15 Łukasz Zemczak tags verification-done-focal verification-done-hirsute verification-needed verification-done-focal verification-done-hirsute verification-needed verification-needed-bionic
2021-07-19 12:23:37 Łukasz Zemczak shim-signed (Ubuntu Bionic): status New Fix Committed
2021-07-19 12:27:00 Łukasz Zemczak shim (Ubuntu Xenial): status New Fix Committed
2021-07-19 12:27:07 Łukasz Zemczak tags verification-done-focal verification-done-hirsute verification-needed verification-needed-bionic verification-done-focal verification-done-hirsute verification-needed verification-needed-bionic verification-needed-xenial
2021-07-19 12:36:39 Łukasz Zemczak shim-signed (Ubuntu Xenial): status New Fix Committed
2021-07-21 01:30:46 Steve Langasek shim-signed (Ubuntu): status New Fix Released
2021-07-23 13:29:03 Julian Andres Klode tags verification-done-focal verification-done-hirsute verification-needed verification-needed-bionic verification-needed-xenial verification-done verification-done-bionic verification-done-focal verification-done-hirsute verification-done-xenial
2021-07-27 09:19:19 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2021-07-27 09:22:43 Launchpad Janitor shim (Ubuntu Hirsute): status Fix Committed Fix Released
2021-08-02 19:46:11 Launchpad Janitor shim (Ubuntu Focal): status Fix Committed Fix Released
2021-08-02 19:46:16 Launchpad Janitor shim-signed (Ubuntu Focal): status Fix Committed Fix Released
2021-08-16 10:30:11 Launchpad Janitor shim (Ubuntu Xenial): status Fix Committed Fix Released
2021-08-16 10:30:18 Launchpad Janitor shim-signed (Ubuntu Xenial): status Fix Committed Fix Released
2021-09-07 08:20:12 Launchpad Janitor shim (Ubuntu Bionic): status Fix Committed Fix Released
2021-09-07 08:20:35 Launchpad Janitor shim-signed (Ubuntu Bionic): status Fix Committed Fix Released