Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1056056: linux-image-6.1.0-13-amd64: After a 'warm' reboot the disk is missing (not detected by the bios) on a HP t640

7 views
Skip to first unread message

Salvatore Bonaccorso

unread,
Dec 14, 2023, 4:50:04 AM12/14/23
to
Hi Ben,

On Thu, Dec 14, 2023 at 09:16:48AM +0000, Ben Mesman | Spark Narrowcasting wrote:
> The attached patch works on my systems. Is there a way to get this in?

> --- arch/x86/kernel/reboot.c.orig 2023-12-14 08:25:10.033382061 +0100
> +++ arch/x86/kernel/reboot.c 2023-12-14 08:31:10.394325941 +0100
> @@ -469,6 +469,14 @@
> DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq"),
> },
> },
> + { /* Handle problems with rebooting HP t640 thin-clients */
> + .callback = set_pci_reboot,
> + .ident = "HP t640",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "HP"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "HP t640 Thin Client"),
> + },
> + },
>
> { /* PCIe Wifi card isn't detected after reboot otherwise */
> .callback = set_pci_reboot,

We cannot pick changes which are not going to land in Linux upstream
and then backported to the stable series. So the way to go here is to
report the bug upstream, along with your proposed change. Candidates
to reach out are:

./scripts/get_maintainer.pl arch/x86/kernel/reboot.c
Thomas Gleixner <tg...@linutronix.de> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT),commit_signer:2/11=18%)
Ingo Molnar <mi...@redhat.com> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
Borislav Petkov <b...@alien8.de> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
Dave Hansen <dave....@linux.intel.com> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
x...@kernel.org (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
"H. Peter Anvin" <h...@zytor.com> (reviewer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
Sean Christopherson <sea...@google.com> (commit_signer:10/11=91%,authored:10/11=91%,added_lines:176/177=99%,removed_lines:102/103=99%)
Kai Huang <kai....@intel.com> (commit_signer:7/11=64%)
Josh Poimboeuf <jpoi...@kernel.org> (commit_signer:1/11=9%,authored:1/11=9%)
"Peter Zijlstra (Intel)" <pet...@infradead.org> (commit_signer:1/11=9%)
linux-...@vger.kernel.org (open list:X86 ARCHITECTURE (32-BIT AND 64-BIT))

as it is affecting 6.1.y mention that the fix needs to be backported to various
stable series at least back 6.1.y and describe which testing you have
performed.

Feel free to keep as well the Debian bug in the loop for the report.

Hope this helps?

Regards,
Salvatore

Diederik de Haas

unread,
Feb 20, 2024, 7:10:04 AMFeb 20
to
On Tuesday, 20 February 2024 09:22:06 CET Ben Mesman | Spark Narrowcasting
wrote:
> mmc: sdhci-pci-o2micro: Fix a warm reboot issue that disk can't be
> detected by BIOS
> ...
> Link:
> https://lore.kernel.org/r/20240203102908.4683...@126.com
>
> I'm still waiting for the patch to land in the stable kernel series (both
> 6.1 and 6.6)

That patched is queued in both 6.1 and 6.6 (and 6.7) so should normally land
in the next upstream point release.
signature.asc
0 new messages