Bug 50111
Summary: | sony-laptop module Kernel OOPS | ||
---|---|---|---|
Product: | Drivers | Reporter: | Salvatore Cristofaro (cristofaro) |
Component: | Platform_x86 | Assignee: | drivers_platform_x86 (drivers_platform_x86) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, jwboyer, kli6891, lenb |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | >= 3.5.x | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 56331 | ||
Attachments: | do proper memcpy for ACPI_TYPE_INTEGER acpi_object |
Description
Salvatore Cristofaro
2012-11-05 19:59:44 UTC
Created attachment 87591 [details]
do proper memcpy for ACPI_TYPE_INTEGER acpi_object
please try this patch and see if it helps.
ping... Hi Zhang, I also have a Sony VAIO laptop, and found this thread via https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1069707 I would be happy to test out this patch, but I do not know how to apply it. Can you show me how, or at least direct me somewhere I can learn? Regards, Kevin. (In reply to comment #1) > Created an attachment (id=87591) [details] > do proper memcpy for ACPI_TYPE_INTEGER acpi_object > > please try this patch and see if it helps. Zhang, I had Rafael Torres test this patch on top of 3.6.10 in Fedora bug 873107. He reported success. I'm going to include this in Fedora until it gets into the upstream kernel. Many thanks. https://bugzilla.redhat.com/show_bug.cgi?id=873107 (In reply to comment #3) > Hi Zhang, > > I also have a Sony VAIO laptop, and found this thread via > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1069707 > > I would be happy to test out this patch, but I do not know how to apply it. > Can > you show me how, or at least direct me somewhere I can learn? > > Regards, > Kevin. download kernel source code and run patch -p1 < foo.patch in the kernel source directory. would you please attach the acpidump of the laptop? Hello (...pong) Sorry for my absence. So, i tried the patch ubuntu 3.5.0-22-generic x86_64 kernel and it's work. Thank you very much Salvatore --- dmesg --- [161176.596421] sony_laptop: Sony Notebook Control Driver v0.6-3.4patched [161176.596591] sony_laptop: found Vaio model ID: 20787 [161176.911691] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:10/SNY5001:00/input/input20 [161176.911938] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:10/SNY5001:00/input/input21 [161176.912115] sony_laptop: brightness ignored, must be controlled by ACPI video driver |