Re: X Intel driver update. [TESTING NEEDED]

2011-09-12 Thread Jonathan Armani
On Mon, 12 Sep 2011 00:31:46 +0100 Owain Ainsworth wrote: > I've been sitting on various stages of this update for far too long, > about time i sent it out. > > This updates the rendering code in the in-tree intel driver to much more > recent versions of the upstream intel driver, while retainin

Re: USB nitpicking

2011-09-12 Thread Michael Knudsen
On Thu, Sep 08, 2011 at 03:00:27AM +0200, Michael Knudsen wrote: > if_atu.c includes kthread.h but it doesn't actually have any threads, > so include timeout.h instead since that's what's needed (usbdi.h pulls > in struct timeout). > > ohci.c uses 0 instead of NULL in a pointer assignment. Anyone

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-12 Thread Abel Abraham Camarillo Ojeda
On Mon, Sep 12, 2011 at 5:08 PM, Tobias Ulmer wrote: > > Fix your script, add the leading zero after you're done with the > calculation. > I'm already doing that, just wasn't sure if it was a bug... Thanks.

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-12 Thread Tobias Ulmer
On Mon, Sep 12, 2011 at 04:45:28PM -0500, Abel Abraham Camarillo Ojeda wrote: > Some of our shell scripts that work with dates and do something like: > > month=`date +%m` > something && month=$((month-1)) > > Suddenly started crashing on august... there seems to be a bug identifying > not-numbers

ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-12 Thread Abel Abraham Camarillo Ojeda
Some of our shell scripts that work with dates and do something like: month=`date +%m` something && month=$((month-1)) Suddenly started crashing on august... there seems to be a bug identifying not-numbers (numbers with leading zeroes) before '08' (eigth), how to reproduce: $ for i in 0{0,1,2,3,

Re: X Intel driver update. [TESTING NEEDED]

2011-09-12 Thread Rogier Krieger
On Mon, Sep 12, 2011 at 18:54, Rogier Krieger wrote: > When trying to download the updated file, I seem to be getting crc > errors. Do others have the same issue? There seems to be a new version up (timestamped 12-Sep-2011 20:14) that no longer has the issues. Thanks for the speedy fix. Rogier

Re: X Intel driver update. [TESTING NEEDED]

2011-09-12 Thread Rogier Krieger
On Mon, Sep 12, 2011 at 18:34, Owain Ainsworth wrote: >> Download the tarball at http://xenocara.org/src/intel_update.tgz When trying to download the updated file, I seem to be getting crc errors. Do others have the same issue? Regards, Rogier $ ftp http://xenocara.org/src/intel_update.tgz Tr

Re: X Intel driver update. [TESTING NEEDED]

2011-09-12 Thread Owain Ainsworth
On Mon, Sep 12, 2011 at 12:31:46AM +0100, Owain Ainsworth wrote: > I've been sitting on various stages of this update for far too long, > about time i sent it out. > > This updates the rendering code in the in-tree intel driver to much more > recent versions of the upstream intel driver, while ret

Re: X Intel driver update. [TESTING NEEDED]

2011-09-12 Thread Owain Ainsworth
On Mon, Sep 12, 2011 at 05:08:46PM +0200, Mark Kettenis wrote: > > Date: Mon, 12 Sep 2011 17:51:14 +0300 > > From: Paul Irofti > > > > This breaks X on my sandybridge workstation. (This plus the kernel patch > > you sent before). I mailed you the dmesg in private, but I'll attach it > > here as we

Re: X Intel driver update. [TESTING NEEDED]

2011-09-12 Thread Mark Kettenis
> Date: Mon, 12 Sep 2011 17:51:14 +0300 > From: Paul Irofti > > This breaks X on my sandybridge workstation. (This plus the kernel patch > you sent before). I mailed you the dmesg in private, but I'll attach it > here as well for whoever else might be interested. (Watchout, big dmesg > cache.) I

Re: X Intel driver update. [TESTING NEEDED]

2011-09-12 Thread Paul Irofti
On Mon, Sep 12, 2011 at 12:31:46AM +0100, Owain Ainsworth wrote: > I've been sitting on various stages of this update for far too long, > about time i sent it out. > > This updates the rendering code in the in-tree intel driver to much more > recent versions of the upstream intel driver, while ret