Bug 49161
Summary: | Kernel 3.4 + on Samsung Ultrabook Series 9 - Machine Check Exception | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Tu Hoang (tu.hoang.a) |
Component: | x86-64 | Assignee: | platform_x86_64 (platform_x86_64) |
Status: | RESOLVED DUPLICATE | ||
Severity: | blocking | CC: | alan, h.bildhoff, hpa, r.maassen60, tu.hoang.a |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | linux-3.4 + | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Tu Hoang
2012-10-20 19:45:56 UTC
From the address I would guess this is yet another brilliant OEM who have programmed the legacy region to trigger MCEs in UEFI mode, which just isn't going to work right. (In reply to comment #1) > From the address I would guess this is yet another brilliant OEM who have > programmed the legacy region to trigger MCEs in UEFI mode, which just isn't > going to work right. So is there any chance that we are going to implement a fix for this? I think you'll need to ask Samsung that Well, this is the response from Samsung: "We are sorry; we do not have any information about the Linux operating system that is installed on your Notebook. We recommend you contact the Linux support with the hardware specifications of the laptop for further assistance." @Peter: Could you elaborate more about the issue? I'm having a similar issue w/ my Lenovo Thinkpad Edge E330. Since I'm also booting in UEFI mode I was wondering if booting via CSM could possibly work around this issue? Any thoughts on this? Hi, I have a similar Samsung series 9 laptop, but with the i7 CPU. I got the same mce-failure during ubuntu boot, but only when boot to internal hdd is eabled in bios. if I disable he boot entrys in biso with ! the system runs normal. I got no clue what this can be about. Randolph Hi, I just found out that there was an identical bug that was reported [47121]. The other bug was closed as RESOLVED WILL_NOT_FIX. In short, the root cause of the issue is samsung-laptop kernel module. It's loaded in kernel 3.4+ by udev after udev detects that the host machine is a samsung laptop. Seems like samsung-laptop writes into a memory region that it is not supposed to. samsung-laptop essentially enables things like laptop backlight under low light. Since the bug was closed as WILL_NOT_FIX, the solution right now is to blacklist the kernel module so that it won't be loaded and also remove other tools that make direct use of it (so that it won't be loaded by those tools, in my case samsung-tools). *** This bug has been marked as a duplicate of bug 47121 *** |