Re: 2.6.23-rc6-git1 -- termios *_1 compile failures on powerpc

2007-09-15 Thread Guido Guenther
On Wed, Sep 12, 2007 at 09:33:12AM -0500, Josh Boyer wrote: > On 9/12/07, Andy Whitcroft <[EMAIL PROTECTED]> wrote: > > The following commit just hit mainline and all my powerpc test boxes are > > failing during compilation: > > > > commit f629307c857c030d5a3dd777fee37c8bb395e171 > >

Re: group ownership of tun devices -- nonfunctional?

2007-08-23 Thread Guido Guenther
Hi, On Wed, Aug 22, 2007 at 04:42:54PM -0400, Jeff Dike wrote: > > I can create devices that are owned by my user account (tunctl -u > > `whoami` -t tap0) and it works fine. However, if I use group > > permissions with -g it stops working. In all cases, if I pass -g > > , the interface is created

[patch] rivafb: fix initial brightness

2007-03-20 Thread Guido Guenther
Hi, this is the rivafb equivalent of 238576e12fef1d52751c6e08db2d0bdb0e248caf. It fixes rivafb having a default backlight brightness of 0 (no picture at all) on a PBook 6,1. Since this is a regression over 2.6.20, can this go into 2.6.21? Cheers, -- Guido Signed-Off-By: Guido Guenther <[EM

[agx@sigxcpu.org: [PATCH]: ioctl wrappers for EXT3_IOC_GROUP_{EXTEND,ADD}]

2005-04-22 Thread Guido Guenther
Hi, I need the following patch to make ext3 online resizing work with linux 2.6.11.6 on amd64 with a 32bit userland. Do the changes look o.k.? I converted everything to ext3 since it should implement the calls for ext2 in a compatible way and we only have to include ext3 headers then. The COMPATIB