I found why 6.12-rc1/2/3 deosn't boot, this is a fix for this issue (not booting), so this fix is in -rc4, so please test 6.12-rc4, in theory, 6.12-rc4 could boot.
hwang4@hwang4-ThinkPad-T14s-Gen-2a:~/work/mainline/linux/drivers/iommu/intel$ git show 6e02a277f1db24fa039e23783c8921c7b0e5b1b3 commit 6e02a277f1db24fa039e23783c8921c7b0e5b1b3 Author: Lu Baolu <[email protected]> Date: Mon Oct 14 09:37:44 2024 +0800 iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices Previously, the domain_context_clear() function incorrectly called pci_for_each_dma_alias() to set up context entries for non-PCI devices. This could lead to kernel hangs or other unexpected behavior. Add a check to only call pci_for_each_dma_alias() for PCI devices. For non-PCI devices, domain_context_clear_one() is called directly. Reported-by: Todd Brandt <[email protected]> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219363 Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219349 Fixes: 9a16ab9d6402 ("iommu/vt-d: Make context clearing consistent with context mapping") Cc: [email protected] Signed-off-by: Lu Baolu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]> ** Bug watch added: Linux Kernel Bug Tracker #219363 https://bugzilla.kernel.org/show_bug.cgi?id=219363 ** Bug watch added: Linux Kernel Bug Tracker #219349 https://bugzilla.kernel.org/show_bug.cgi?id=219349 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Apple spi keyboard/trackpad not working 25.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2107976/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
