Re: [GIT PULL] ext4 update

2008-01-30 Thread Paul Collins
ges that haven't been > checked in yet. I was doing a "git log -p origin.. | diffstat -p1", > and in that incantation you definitely do need the -p1 to diffstat. How about git diff --stat origin.. ? -- Paul Collins Wellington, New Zealand Dag vijandelijk luchtschip de huismeest

Re: [GIT PULL] ext4 update

2008-01-30 Thread Paul Collins
log -p origin.. | diffstat -p1, and in that incantation you definitely do need the -p1 to diffstat. How about git diff --stat origin.. ? -- Paul Collins Wellington, New Zealand Dag vijandelijk luchtschip de huismeester is dood -- To unsubscribe from this list: send the line unsubscribe linux

"Badness at kernel/irq/resend.c:70" on boot - via-pmu?

2007-08-04 Thread Paul Collins
9e0030 3d20c047 800974e4 7c34 5400d97e <0f00> 2f80 41be0048 38000001 -- Paul Collins Wellington, New Zealand Dag vijandelijk luchtschip de huismeester is dood - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Badness at kernel/irq/resend.c:70 on boot - via-pmu?

2007-08-04 Thread Paul Collins
7f804800 419e0030 3d20c047 800974e4 7c34 5400d97e 0f00 2f80 41be0048 3801 -- Paul Collins Wellington, New Zealand Dag vijandelijk luchtschip de huismeester is dood - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [PATCH] fat/vfat: optionally ignore system timezone offset when reading/writing timestamps

2007-03-27 Thread Paul Collins
fset=1200" etc., with "tzoffset=0" being equivalent to the "posixtime" option implemented by my patch. -- Paul Collins Wellington, New Zealand Dag vijandelijk luchtschip de huismeester is dood - To unsubscribe from this list: send the line "unsubscribe linux-kernel&

Re: [PATCH] fat/vfat: optionally ignore system timezone offset when reading/writing timestamps

2007-03-27 Thread Paul Collins
the kernel does not have access to a timezone database and therefore cannot convert timezone names to offsets, perhaps the mount option should be something like tzoffset=0, tzoffset=1200 etc., with tzoffset=0 being equivalent to the posixtime option implemented by my patch. -- Paul Collins Wellington

Re: [1/5] 2.6.21-rc4: known regressions (v2)

2007-03-24 Thread Paul Collins
on server.py > File "server.py", line 9 > struct sockaddr_in ServerAddr; > ^ > SyntaxError: invalid syntax The reporter's client and server code seem to be C, but if the he thinks they should be Python, I guess they're not the correct ones anyway. --

Re: [1/5] 2.6.21-rc4: known regressions (v2)

2007-03-24 Thread Paul Collins
, line 9 struct sockaddr_in ServerAddr; ^ SyntaxError: invalid syntax The reporter's client and server code seem to be C, but if the he thinks they should be Python, I guess they're not the correct ones anyway. -- Paul Collins Wellington, New Zealand Dag vijandelijk

[PATCH] fat/vfat: optionally ignore system timezone offset when reading/writing timestamps

2007-03-19 Thread Paul Collins
mps except to check if they have changed.) Due to the aforementioned adjustment on read/write, after a Daylight Savings transition I must update the file timestamps on the filesystems so that rsync does not needlessly re-copy files. Please review and consider applying this patch. Signed-off-by: Pa

[PATCH] fat/vfat: optionally ignore system timezone offset when reading/writing timestamps

2007-03-19 Thread Paul Collins
if they have changed.) Due to the aforementioned adjustment on read/write, after a Daylight Savings transition I must update the file timestamps on the filesystems so that rsync does not needlessly re-copy files. Please review and consider applying this patch. Signed-off-by: Paul Collins [EMAIL

Re: PROBLEM: 2.6.20-1 not working on ibook g4 (BUG/Oops)

2007-03-06 Thread Paul Collins
David Woodhouse <[EMAIL PROTECTED]> writes: > On Tue, 2007-03-06 at 14:53 +1300, Paul Collins wrote: >> In case it's of interest, 2.6.20 has been running fine on my >> PowerBook5,4. > > How much memory? What if you boot with mem=512M or mem=256M? 1GB. Also works

Re: PROBLEM: 2.6.20-1 not working on ibook g4 (BUG/Oops)

2007-03-06 Thread Paul Collins
David Woodhouse [EMAIL PROTECTED] writes: On Tue, 2007-03-06 at 14:53 +1300, Paul Collins wrote: In case it's of interest, 2.6.20 has been running fine on my PowerBook5,4. How much memory? What if you boot with mem=512M or mem=256M? 1GB. Also works fine when booted with those options

Re: PROBLEM: 2.6.20-1 not working on ibook g4 (BUG/Oops)

2007-03-05 Thread Paul Collins
sig: 5 [#2] [snipped] > I've been seeing very similar behaviour with 2.6.20 on all pmac32 > hardware. I haven't yet tried hard to reproduce on non-pmac. In case it's of interest, 2.6.20 has been running fine on my PowerBook5,4. -- Paul Collins Wellington, New Zealand Dag vijandelijk lu

Re: PROBLEM: 2.6.20-1 not working on ibook g4 (BUG/Oops)

2007-03-05 Thread Paul Collins
pmac32 hardware. I haven't yet tried hard to reproduce on non-pmac. In case it's of interest, 2.6.20 has been running fine on my PowerBook5,4. -- Paul Collins Wellington, New Zealand Dag vijandelijk luchtschip de huismeester is dood - To unsubscribe from this list: send the line unsubscribe linux

Re: gpu sharing layer for kernel

2007-01-25 Thread Paul Collins
(BUS_CNTL1, (INREG(BUS_CNTL1) & ~BUS_CNTL1__MOBILE_PLATFORM_SEL_MASK) @@ -2817,7 +2817,7 @@ static void radeonfb_early_resume(void *data) struct radeonfb_info *rinfo = data; rinfo->no_schedule = 1; - radeonfb_pci_resume(rinfo->pdev); +

Re: gpu sharing layer for kernel

2007-01-25 Thread Paul Collins
; } #endif /* CONFIG_PPC_OF */ -- Paul Collins Wellington, New Zealand Dag vijandelijk luchtschip de huismeester is dood - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: problems with devfsd compilation

2001-02-02 Thread Paul Collins
Georg Nikodym ([EMAIL PROTECTED]) wrote: > Also, RH7's /etc/rc.sysinit can already start devfsd automatically > with the following line: > > [ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev > > So, all you have to do is create an empty file /dev/.devfsd That file is created by

Re: problems with devfsd compilation

2001-02-02 Thread Paul Collins
Georg Nikodym ([EMAIL PROTECTED]) wrote: Also, RH7's /etc/rc.sysinit can already start devfsd automatically with the following line: [ -e /dev/.devfsd -a -x /sbin/devfsd ] /sbin/devfsd /dev So, all you have to do is create an empty file /dev/.devfsd That file is created by devfs