]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
misc/pvpanic: Export module FDT device table
authorShile Zhang <shile.zhang@linux.alibaba.com>
Thu, 18 Feb 2021 12:31:16 +0000 (20:31 +0800)
committerSeth Forshee <seth.forshee@canonical.com>
Wed, 17 Mar 2021 18:48:55 +0000 (13:48 -0500)
commit7299c17f353eafff85d79f3f31baf4352419d230
treebaa8f33a96c51ce6e5b851446af9f954152e6115
parent1cae2f97bcc2ec72928ee86d741c79ed0091d006
misc/pvpanic: Export module FDT device table

BugLink: https://bugs.launchpad.net/bugs/1919492
commit 65527a51c66f4edfa28602643d7dd4fa366eb826 upstream.

Export the module FDT device table to ensure the FDT compatible strings
are listed in the module alias. This help the pvpanic driver can be
loaded on boot automatically not only the ACPI device, but also the FDT
device.

Fixes: 46f934c9a12fc ("misc/pvpanic: add support to get pvpanic device info FDT")
Signed-off-by: Shile Zhang <shile.zhang@linux.alibaba.com>
Link: https://lore.kernel.org/r/20210218123116.207751-1-shile.zhang@linux.alibaba.com
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/misc/pvpanic.c