From: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
"linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>
Subject: [GIT PULL] fbdev fixes for 3.4
Date: Fri, 13 Apr 2012 17:02:58 +0000 [thread overview]
Message-ID: <4F885C42.2000405@gmx.de> (raw)
Hi Linus,
please pull the fixes below. The fix for kyrofb is a bit large but it's just
replacing "unsigned long" by "u32" for 64 bit compatibility.
Thanks,
Florian Tobias Schandinat
The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
are available in the git repository at:
git://github.com/schandinat/linux-2.6.git fbdev-fixes-for-3.4-1
for you to fetch changes up to b78f29ca0516266431688c5eb42d39ce42ec039a:
video:uvesafb: Fix oops that uvesafb try to execute NX-protected page
(2012-04-09 16:05:57 +0000)
----------------------------------------------------------------
fbdev fixes for 3.4
It includes:
- a compile fix for au1*fb
- a fix to make kyrofb usable on x86_64
- a fix for uvesafb to prevent an oops due to NX-protection
----------------------------------------------------------------
Manuel Lauss (1):
fbdev: fix au1*fb builds
Ondrej Zary (1):
kyrofb: fix on x86_64
Wang YanQing (1):
video:uvesafb: Fix oops that uvesafb try to execute NX-protected page
drivers/video/au1100fb.c | 5 +-
drivers/video/au1200fb.c | 2 +-
drivers/video/kyro/STG4000Reg.h | 376 +++++++++++++++++++-------------------
drivers/video/uvesafb.c | 11 +-
4 files changed, 201 insertions(+), 193 deletions(-)
reply other threads:[~2012-04-13 17:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F885C42.2000405@gmx.de \
--to=florianschandinat@gmx.de \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.