Re: 2.6.24-rc8-mm1: powerpc: include/asm/nvram.h:62: error: field 'partition' has incomplete type

2008-01-17 Thread Mariusz Kozlowski
Hello, This is from powerpc (iMac G3): CC [M] sound/ppc/awacs.o In file included from sound/ppc/awacs.c:24: include/asm/nvram.h:62: error: field 'partition' has incomplete type make[1]: *** [sound/ppc/awacs.o] Error 1 make: *** [sound/ppc/awacs.o] Error 2 Regards, Mariusz # #

Re: 2.6.24-rc8-mm1: powerpc oopses

2008-01-17 Thread Mariusz Kozlowski
Hello, The script below kills powerpc. oopses get longer and more wonderful with every next 'cated' file. /proc//task//pagemap seems to be the cause of oops. The important thing is that it oopses for random (that is not first in a row) process from /proc. So not every 'cat /proc//task//pa

Re: 2.6.24-rc8-mm1: powerpc oopses

2008-01-18 Thread Mariusz Kozlowski
Hello, > > Do we need `offset' at all? > > Looks like no. > > I wonder if there's a good argument for adding a pte_offset_val() which > would let us do: > > pteval = pte_offset_val(pmd, addr); > > and shrink the map/unmap window and overhead here and possibly > elsewhere? > > Anyway, updated

Re: 2.6.24-mm1: ppc32: too few arguments to function 'reserve_bootmem'

2008-02-04 Thread Mariusz Kozlowski
Hello, This is from ppc32: CC arch/powerpc/mm/mem.o arch/powerpc/mm/mem.c: In function 'do_init_bootmem': arch/powerpc/mm/mem.c:256: error: too few arguments to function 'reserve_bootmem' arch/powerpc/mm/mem.c:261: error: too few arguments to function 'reserve_bootmem' Leftover

Re: 2.6.23-rc1-mm2

2007-08-06 Thread Mariusz Kozlowski
> >>> Second issue as reported earilier allmodconfig fails to build on imac > >>> g3. > >>> > >>> CC arch/powerpc/kernel/lparmap.s > >>> AS arch/powerpc/kernel/head_64.o > >>> lparmap.c: Assembler messages: > >>> lparmap.c:84: Error: file number 1 already allocated > >>> make[1]: ***

regression on imac G3: problems with sound

2008-10-01 Thread Mariusz Kozlowski
Hello, I found that on my old iMac G3 aumix behaves weird on newer (up to 2.6.27-rc8) kernels. The sound is only present _when_ muted and is quiet I'd say 10% of 'normal' max level. If you turn the volume up - the box is silent. If you unmute - the box is silent. 100% reproducible. Bisec

Re: regression on imac G3: problems with sound

2008-10-02 Thread Mariusz Kozlowski
Hello, > At Wed, 1 Oct 2008 23:47:34 +0300, > [EMAIL PROTECTED] wrote: > > > > 2008/10/1, Mariusz Kozlowski <[EMAIL PROTECTED]>: > > > Hello, > > > > > > I found that on my old iMac G3 aumix behaves weird on newer (up to > > > 2.6.27

Re: 2.6.22-rc6-mm1

2007-06-29 Thread Mariusz Kozlowski
Hello, allmodconfig on powerpc (iMac g3) fails due to git-kgdb.patch. allmodconfig defaults should be changed? CC arch/powerpc/kernel/kgdb.o arch/powerpc/kernel/kgdb.c:485:2: error: #error Both XMON and KGDB selected in .config. Unselect one of them. make[1]: *** [arch/powerpc/ker

[POWERPC] 2.6.23-rc1-mm1 build failure

2007-07-29 Thread Mariusz Kozlowski
Hello, iMac G3 series. $ make mrproper && make allmodconfig && make results in this: CC arch/powerpc/kernel/lparmap.s AS arch/powerpc/kernel/head_64.o lparmap.c: Assembler messages: lparmap.c:84: Error: file number 1 already allocated make[1]: *** [arch/powerpc/kernel/head

[PATCH] ppc: chipsfb.c build fix for CONFIG_PM

2007-07-29 Thread Mariusz Kozlowski
chipsfb.c:461: error: (Each undeclared identifier is reported only once drivers/video/chipsfb.c:461: error: for each function it appears in.) make[2]: *** [drivers/video/chipsfb.o] Blad 1 make[1]: *** [drivers/video] Blad 2 make: *** [drivers] Blad 2 Signed-off-by: Mariusz Kozlowski <[EMAIL PROT

Re: [PATCH] ppc: chipsfb.c build fix for CONFIG_PM

2007-07-29 Thread Mariusz Kozlowski
> > This patch fixes the following build error on powerpc: > > > > CC drivers/video/chipsfb.o > > drivers/video/chipsfb.c: In function 'chipsfb_pci_suspend': > > drivers/video/chipsfb.c:461: error: 'PM_SUSPEND_MEM' undeclared (first use > > in this function) > > drivers/video/chipsfb.c

[PATCH 75] drivers/macintosh/therm_adt746x.c: kmalloc + memset conversion to kzalloc

2007-07-31 Thread Mariusz Kozlowski
Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> drivers/macintosh/therm_adt746x.c | 17298 -> 17244 (-54 bytes) drivers/macintosh/therm_adt746x.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) --- linux-2.6.23-rc1-mm1-a/drivers/macintosh/therm_adt746x.c2007-07-

Re: 2.6.23-rc1-mm2

2007-08-01 Thread Mariusz Kozlowski
Hello, I get this warning. Looking at the comment in kernel/irq/resend.c it's harmless. Is it? WARNING: at kernel/irq/resend.c:69 check_irq_resend() [] show_trace_log_lvl+0x1a/0x30 [] show_trace+0x12/0x14 [] dump_stack+0x15/0x17 [] check_irq_resend+0x91/0xa0 [] enable_irq+0xb1/0xb3