linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] x86: add function to check whether BIOS NX and let uvesafb work
@ 2012-02-23  6:32 Wang YanQing
  0 siblings, 0 replies; only message in thread
From: Wang YanQing @ 2012-02-23  6:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, tglx, mingo, hpa, x86, spock

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(-)
---

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-23  6:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-23  6:32 [PATCH 0/2] x86: add function to check whether BIOS NX and let uvesafb work Wang YanQing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).