[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120223063219.GB3886@udknight>
Date: Thu, 23 Feb 2012 14:32:19 +0800
From: Wang YanQing <udknight@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, tglx@...utronix.de, mingo@...e.hu,
hpa@...ux.intel.com, x86@...nel.org, spock@...too.org
Subject: [PATCH 0/2] x86: add function to check whether BIOS NX and let
uvesafb work
hi,
https://lkml.org/lkml/2011/11/17/54 is the first time I
post the question I meet.At that time, I haven't idea to
catch it bug! My computer hang too early, and even seral
console doesn't help.
Recent days I try to compile uvesafb as a module, and insert
it when I have a full work kernel, X11, and sshd. Good dog,
the bug occurs again, and I catch it!
Here are the two patches that I try to fix it,
I will appreciate for any comments.Thanks
attached patches:
1/2 x86:add function to check BIOS whether NX
2/2 video:uvesafb: check whether BIOS is NX before try to use PMI
---
arch/x86/include/asm/pci.h | 1 +
arch/x86/mm/pageattr.c | 2 +-
arch/x86/pci/pcbios.c | 11 +++++++++++
drivers/video/uvesafb.c | 6 ++++++
4 files changed, 19 insertions(+), 1 deletions(-)
---
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists