[SRU] [OEM-A] [PATCH 0/1] Fix null pointer dereference in AMD MP2 driver
Kai-Heng Feng
kai.heng.feng at canonical.com
Tue Jun 5 09:52:02 UTC 2018
BugLink: https://bugs.launchpad.net/bugs/1775152
[Impact]
Touchpad doesn't work after boot. Roughly 1/10 fail rate.
[Test]
With the patch, I no longer see the issue in 30 times reboot.
[Fix]
Merge the "bottom halves" into the interrupt handler to prevent any data
race condition.
[Regression Potential]
Low. It's specific to a single driver, which only gets enabled in OEM-A
kernel.
Kai-Heng Feng (1):
UBUNTU: SAUCE: i2c: Fix null pointer dereference in AMD MP2 driver
drivers/i2c/busses/i2c-amd-pci-mp2.c | 53 +++++++++++++---------------
drivers/i2c/busses/i2c-amd-pci-mp2.h | 2 --
2 files changed, 24 insertions(+), 31 deletions(-)
--
2.17.0
More information about the kernel-team
mailing list