[Bug 563481] Re: BUG: Bad page state in process soffice.bin pfn:111e42
nutznboltz
563481 at bugs.launchpad.net
Tue Sep 7 14:26:20 UTC 2010
Just in case you didn't notice
https://patchwork.kernel.org/patch/120327/
has this patch at the bottom:
--- a/drivers/char/hpet.c
+++ b/drivers/char/hpet.c
@@ -1017,6 +1017,8 @@ static int hpet_acpi_add(struct acpi_device *device)
return -ENODEV;
if (!data.hd_address || !data.hd_nirqs) {
+ if (data.hd_address)
+ iounmap(data.hd_address);
printk("%s: no address or irqs in _CRS\n", __func__);
return -ENODEV;
}
--
BUG: Bad page state in process soffice.bin pfn:111e42
https://bugs.launchpad.net/bugs/563481
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list