From: Patrick Rudolph patrick.rudolph@9elements.com
This patch series fixes 3 independent bugs in the google firmware drivers.
Patch 1-2 do proper cleanup at kernel module unloading.
Patch 3 adds a check if the optional GSMI SMM handler is actually present in the firmware and responses to the driver.
Changes in v2: - Add missing return statement - Add s-o-b on GSMI patches - Add define for reserved GSMI command
Arthur Heymans (2): firmware: google: Unregister driver_info on failure and exit in gsmi firmware: google: Probe for a GSMI handler in firmware
Patrick Rudolph (1): firmware: google: Release devices before unregistering the bus
drivers/firmware/google/coreboot_table.c | 7 +++++++ drivers/firmware/google/gsmi.c | 24 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+)
On Mon, Nov 18, 2019 at 09:32:35AM +0100, patrick.rudolph@9elements.com wrote:
From: Patrick Rudolph patrick.rudolph@9elements.com
This patch series fixes 3 independent bugs in the google firmware drivers.
Patch 1-2 do proper cleanup at kernel module unloading.
Patch 3 adds a check if the optional GSMI SMM handler is actually present in the firmware and responses to the driver.
Changes in v2:
- Add missing return statement
- Add s-o-b on GSMI patches
- Add define for reserved GSMI command
Oh wait, is this connected to the other 3 patches you sent? What happened to the email threading?
that's odd...
greg k-h