From: A Guy Called Tyketto <tyketto@wizard.com>
To: Dave Jones <davej@suse.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.5.20-dj1
Date: Tue, 4 Jun 2002 00:07:21 -0700 [thread overview]
Message-ID: <20020604070721.GA2946@wizard.com> (raw)
In-Reply-To: <20020604000029.GA13899@suse.de>
On Tue, Jun 04, 2002 at 01:00:29AM +0100, Dave Jones wrote:
> Just a resync against 2.5.20, I'll start digging through
> the rather large patch queue next time, after pushing another
> load of this to Linus..
>
-dj1 oopsed on me at bootup, when kicking in the framebuffer (ATI Rage
128/Radeon). The following patch fixed it for me. It's a variant of the patch
sent in earlier for the same problem. -dj1 fixed pat of it, this should fix
the rest.
--- linux/drivers/video/fbcmap.c.bork Mon Jun 3 19:08:43 2002
+++ linux/drivers/video/fbcmap.c Mon Jun 3 19:09:45 2002
@@ -150,7 +150,7 @@
else
tooff = from->start-to->start;
size = to->len-tooff;
- if (size > from->len-fromoff)
+ if (size > (int)(from->len-fromoff))
size = from->len-fromoff;
if (size <= 0)
return;
BL.
--
Brad Littlejohn | Email: tyketto@wizard.com
Unix Systems Administrator, | tyketto@ozemail.com.au
Web + NewsMaster, BOFH.. Smeghead! :) | http://www.wizard.com/~tyketto
PGP: 1024D/E319F0BF 6980 AAD6 7329 E9E6 D569 F620 C819 199A E319 F0BF
next prev parent reply other threads:[~2002-06-04 7:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-04 0:00 Linux 2.5.20-dj1 Dave Jones
2002-06-04 7:07 ` A Guy Called Tyketto [this message]
2002-06-04 16:41 ` James Simmons
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=20020604070721.GA2946@wizard.com \
--to=tyketto@wizard.com \
--cc=davej@suse.de \
--cc=linux-kernel@vger.kernel.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.