public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.5.20-dj1
@ 2002-06-04  0:00 Dave Jones
  2002-06-04  7:07 ` A Guy Called Tyketto
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2002-06-04  0:00 UTC (permalink / raw)
  To: Linux Kernel

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..

As usual,..

Patch against 2.5.20 vanilla is available from:
ftp://ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/

Merged patch archive: http://www.codemonkey.org.uk/patches/merged/

Check http://www.codemonkey.org.uk/Linux-2.5.html before reporting
known bugs that are also in mainline.

 -- Davej.

2.5.20-dj1
o   Drop some more bogus bits found whilst patch-splitting.
o   emu10k1 compile fix.				(Alistair Strachan)
o   Framebuffer updates.				(James Simmons)
o   Drop some bogus kbuild bits.			(Kai Germaschewski)
o   Unobsolete egcs kernel builds.			(Me)
    | The known bug can be worked around, and this is compiler 
    | of choice on sparc and other archs.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux 2.5.20-dj1
  2002-06-04  0:00 Linux 2.5.20-dj1 Dave Jones
@ 2002-06-04  7:07 ` A Guy Called Tyketto
  2002-06-04 16:41   ` James Simmons
  0 siblings, 1 reply; 3+ messages in thread
From: A Guy Called Tyketto @ 2002-06-04  7:07 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux 2.5.20-dj1
  2002-06-04  7:07 ` A Guy Called Tyketto
@ 2002-06-04 16:41   ` James Simmons
  0 siblings, 0 replies; 3+ messages in thread
From: James Simmons @ 2002-06-04 16:41 UTC (permalink / raw)
  To: A Guy Called Tyketto; +Cc: Dave Jones, linux-kernel


>         -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;

Thank you. I just added to the fbdev BK repository.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-04 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04  0:00 Linux 2.5.20-dj1 Dave Jones
2002-06-04  7:07 ` A Guy Called Tyketto
2002-06-04 16:41   ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox