Re: nouveau regression on G5 Dual Core

2015-04-22 Thread Olaf Hering
On Wed, Apr 22, Olaf Hering wrote: > I will see which commit leads to the failure that exists since v3.19-rc4. c2c2f6cb79141ca22f84c36887fd867373c35c4e + c7e873f85fb60b1af589ac1b0c62353cfe0bbb29 leads to this output: [ 47.367618] nouveau [ DEVICE][:0a:00.0] BOOT0 : 0x04310

Re: nouveau regression on G5 Dual Core

2015-04-22 Thread Olaf Hering
On Mon, Mar 30, Olaf Hering wrote: > On Sat, Mar 28, Olaf Hering wrote: > > > On Sat, Mar 28, Olaf Hering wrote: > > > > > I just updated the kernel from some 3.18 based state to 4.0-rc5+. The > > > > 3.19 is already broken, will bisect next week. &g

Re: [PATCH v3 00/17] crypto: talitos - Add support for SEC1

2015-04-17 Thread Olaf Hering
--thread option. From this perspective: NACK to the whole series... Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: nouveau regression on G5 Dual Core

2015-03-30 Thread Olaf Hering
On Sat, Mar 28, Olaf Hering wrote: > On Sat, Mar 28, Olaf Hering wrote: > > > I just updated the kernel from some 3.18 based state to 4.0-rc5+. The > > 3.19 is already broken, will bisect next week. After a first run I was able to boot prior the first bad commit, which caus

Re: nouveau regression on G5 Dual Core

2015-03-28 Thread Olaf Hering
On Sat, Mar 28, Olaf Hering wrote: > I just updated the kernel from some 3.18 based state to 4.0-rc5+. The 3.19 is already broken, will bisect next week. Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.

nouveau regression on G5 Dual Core

2015-03-28 Thread Olaf Hering
to create 0x1001, -22 [0.878085] nouveau E[ DRM] failed to create 0x0080, -22 [0.878423] nouveau: probe of :0a:00.0 failed with error -22 ... I will try to bisect it during the next days. Olaf [0.00] Allocated 4096 bytes for 2 pacas at c000

Re: [git pull] Please pull powerpc.git next branch

2014-01-29 Thread Olaf Hering
FT_4K; Yes, that fixes it for me. Thanks! Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [git pull] Please pull powerpc.git next branch

2014-01-28 Thread Olaf Hering
I will try to bisect it. Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] scsi/ibmvscsi: add module alias for ibmvscsic

2012-07-30 Thread Olaf Hering
On Mon, Jul 30, Benjamin Herrenschmidt wrote: > On Wed, 2012-07-18 at 18:49 +0200, o...@aepfle.de wrote: > > From: Olaf Hering > > > > The driver is named ibmvscsic, at runtime it its name is advertised as > > ibmvscsi. For this reason mkinitrd wont pickup the drive

Re: [PATCH] radeonfb: Add quirk for the graphics adapter in some JSxx

2012-07-18 Thread Olaf Hering
> > > Reported by IBM during SLES10 SP2 beta testing: > > > > https://bugzilla.novell.com/show_bug.cgi?id=461002 > > LTC50817 > > > > Signed-off-by: Olaf Hering > > If the author is Tony Breeds, please add 'Signed-off-by: Tony Breeds > 

[PATCH] scsi/ibmvscsi: add module alias for ibmvscsic

2012-07-18 Thread olaf
From: Olaf Hering The driver is named ibmvscsic, at runtime it its name is advertised as ibmvscsi. For this reason mkinitrd wont pickup the driver properly. Reported by IBM during SLES11 beta testing: https://bugzilla.novell.com/show_bug.cgi?id=459933 LTC50724 Signed-off-by: Olaf Hering diff

[PATCH] scsi/ibmvscsi: /sys/class/scsi_host/hostX/config doesn't show any information

2012-07-18 Thread olaf
0' Actual result: x1521p4:~ # cat /sys/class/scsi_host/host0/config x1521p4:~ # This patch changes the size of the buffer used for transfering config data to 4K. It was tested against 2.6.19-rc2 tree. Reported by IBM during SLES11 beta testing: https://bugzilla.novell.com/show_bug.cgi?id=439970

[PATCH] radeonfb: Add quirk for the graphics adapter in some JSxx

2012-07-18 Thread olaf
From: Tony Breeds These devices are set to 640x480 by firmware, switch them to 800x600@60 so that the graphical installer can run on remote console. Reported by IBM during SLES10 SP2 beta testing: https://bugzilla.novell.com/show_bug.cgi?id=461002 LTC50817 Signed-off-by: Olaf Hering diff

Re: Pegasos OHCI bug (was Re: PROBLEM: memory corrupting bug, bisected to 6dda9d55)

2010-10-27 Thread Olaf Hering
not have a node for ohci, newer ones my have a /p...@8000/u...@5 node. Good luck. Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] [powerpc] do not expect executable permissions for in-tree shell scripts

2010-06-10 Thread Olaf Hering
ncy and makes packaging more robust. Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] [powerpc] do not expect executable permissions for in-tree shell scripts

2010-06-05 Thread Olaf Hering
On Sat, Jun 05, Sean MacLennan wrote: > On Sat, 5 Jun 2010 10:10:39 +0200 > Olaf Hering wrote: > > > scripts in the kernel source do not have executable permissions if > > they were created with patch(1) run mkuboot.sh with bash, its tagged > > as bash script. >

[PATCH] [powerpc] do not expect executable permissions for in-tree shell scripts

2010-06-05 Thread Olaf Hering
-source/scripts/mkuboot.sh: Permission denied Signed-off-by: Olaf Hering --- This happens with 2.6.33, other versions have this bug as well. arch/powerpc/boot/wrapper |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.33-cross-host-kernel-source.orig/arch/powerpc/boot

Re: [PATCH/RFC] ps3/block: Add ps3vram-ng driver for accessing video RAM as block device

2009-03-05 Thread Olaf Hering
On Thu, Mar 05, Geert Uytterhoeven wrote: > On Thu, 5 Mar 2009, Geert Uytterhoeven wrote: > > On Thu, 5 Mar 2009, Olaf Hering wrote: > > > I see our old mtddriver does not have modalias support for autoloading. > > > > You forgot to backport commit 0a2d15b928

Re: [PATCH/RFC] ps3/block: Add ps3vram-ng driver for accessing video RAM as block device

2009-03-04 Thread Olaf Hering
for autoloading. Hopefully the new driver has this feature. Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

unconditional link object arch/powerpc/lib/crtsavres.o breaks module build

2008-08-06 Thread Olaf Hering
. Thanks, Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH v2] Change the default link address for pSeries zImage kernels.

2008-07-02 Thread Olaf Hering
to know how to automate the changing the value of real-base? The addnote change has appearently no effect on recent systems. Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] libata: fix G5 SATA broken on -rc5

2008-06-05 Thread Olaf Hering
On Thu, Jun 05, Hugh Dickins wrote: > Fix G5 SATA irq 18: nobody cared, reported on -rc5 by Olaf Hering: > fixlet to a57c1bade5a0ee5cd8b74502db9cbebb7f5780b2 libata-sff: > Fix oops reported in kerneloops.org for pnp devices with no ctl > > Signed-off-by: Hugh Dickins &l

Re: Linux 2.6.26-rc5

2008-06-05 Thread Olaf Hering
On Wed, Jun 04, Linus Torvalds wrote: > Another week, another batch of mostly pretty small fixes. Hopefully the > regression list is shrinking, and we've fixed at least a couple of the > oopses on Arjan's list. SATA on a dualcore G5 is broken, it happend between c3b25b32e8bef526cca748e1ba023c6b

Re: dead network on JS21 with tg3 driver after flowcontrol changes

2008-05-16 Thread Olaf Hering
forever and never establish link. Yes, this patch fixes nfsroot for me. Thanks. mii-tool is not shipped anymore, even in SLES10. I assume that ethtool is the replacement? Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: dead network on JS21 with tg3 driver after flowcontrol changes

2008-05-15 Thread Olaf Hering
On Thu, May 15, Michael Chan wrote: > Olaf Hering wrote: > > > Any ideas how to fix this? > > What info do you need from the system? > > Are you using eth0 or eth1? The dmesg below shows that > link came up on eth1 and IP address from DHCP was received. I'm u

dead network on JS21 with tg3 driver after flowcontrol changes

2008-05-15 Thread Olaf Hering
er usbhid usbhid: v2.6:USB HID core driver oprofile: using ppc64/970MP performance monitoring. IPv4 over IPv4 tunneling driver TCP cubic registered NET: Registered protocol family 17 RPC: Registered udp transport module. RPC: Registered tcp transport module. registered taskstats version 1 /home/olaf/k

Re: linux-next: powercp-next build failure

2008-05-15 Thread Olaf Hering
On Thu, May 15, Stephen Rothwell wrote: > Today's linux-next build (sparc64 defconfig) fails like this: > > drivers/of/device.c: In function `modalias_show': > drivers/of/device.c:66: error: implicit declaration of function > `of_device_get_modalias' > > Caused by commit 140b932f8cb6cced10b9686

Re: [PATCH v5] create modalias file in sysfs for bus of_platform

2008-05-08 Thread Olaf Hering
On Thu, Apr 24, Olaf Hering wrote: > Create /sys/bus/of_platform/devices/*/modalias file to allow autoloading > of modules. modalias files are already present for many other bus types. > This adds also a newline to the devspec files. > > Also create a devspec file for mac-io dev

Re: missing current-speed property prevents autoconsole on pegasos

2008-04-25 Thread Olaf Hering
On Thu, Apr 24, Matt Sealey wrote: > Why not just have users who wish to use console serial port autodetection > add 3 lines to their nvramrc? The point of autodetection is that no userinteraction is required. I guess the serial driver does not probe the configured hardware port speed anymore (i

[PATCH v5] create modalias file in sysfs for bus of_platform

2008-04-24 Thread Olaf Hering
size for mac-io modalias buffer. Tested on iBook1 and Efika. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/macintosh/macio_sysfs.c | 12 +++- drivers/of/device.c | 36 drivers/of/platform.c |3 +++ 3

missing current-speed property prevents autoconsole on pegasos

2008-04-23 Thread Olaf Hering
Pegasos2 has no current-speed property in /[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED] As a result, console=ttyS0,115200 is still required unless the patch below is used. What is the correct way to restore console detection on pegasos2? Index: linux-2.6.25-pegasos/arch/powerpc/platfor

Re: RFC: MPC5200 PSC AC97 driver

2008-04-22 Thread Olaf Hering
llow autoload of the drivers, as it is done in most other kernel drivers. Olaf ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: crash in init_ipic_sysfs on efika

2008-03-19 Thread Olaf Hering
On Wed, Mar 19, Paul Mackerras wrote: > Olaf Hering writes: > > > I cant reproduce this bug on my board, but: > > > > The global primary_ipic in arch/powerpc/sysdev/ipic.c can remain NULL if > > ipic_init() fails. init_ipic_sysfs() will crash in that case. > &

Re: crash in init_ipic_sysfs on efika

2008-03-19 Thread Olaf Hering
On Mon, Mar 17, Olaf Hering wrote: > The global primary_ipic in arch/powerpc/sysdev/ipic.c can remain NULL if > ipic_init() fails. init_ipic_sysfs() will crash in that case. > > Something like this may fix it: > > Index: linux-2.6.25-rc6/arch/pow

crash in init_ipic_sysfs on efika

2008-03-17 Thread Olaf Hering
I cant reproduce this bug on my board, but: The global primary_ipic in arch/powerpc/sysdev/ipic.c can remain NULL if ipic_init() fails. init_ipic_sysfs() will crash in that case. Something like this may fix it: Index: linux-2.6.25-rc6/arch/powerpc/sysdev/ipic.c =

Re: pci_proc_init: proc_dir_entry '00' already registered

2008-02-28 Thread Olaf Hering
On Sun, Feb 10, Alexey Dobriyan wrote: > On Sun, Feb 10, 2008 at 11:07:57AM +0100, Olaf Hering wrote: > > Current Linus tree gives this new warning during bootup: > > > > +proc_dir_entry '00' already registered > > +Call Trace: > > +[c0007b0dfba0

Re: undefined references to __udivdi3 on powerpc

2008-02-28 Thread Olaf Hering
On Thu, Feb 28, Segher Boessenkool wrote: >> While debugging __divdi3 calls in drivers/crypto/hifn_795x.c (due to the >> ndelay() delay call with a s64), I found even more breakage of that >> sort. This is after a allnoconfig with ARCH=powerpc in 2.6.25-rc3, >> plus CONFIG_MODULES=y and CONFIG_CRY

undefined references to __udivdi3 on powerpc

2008-02-28 Thread Olaf Hering
di3' kernel/built-in.o: In function `do_settimeofday': (.text+0x23520): undefined reference to `__udivdi3' kernel/built-in.o: In function `timekeeping_init': (.init.text+0x1870): undefined reference to `__udivdi3' make[1]: *** [.tmp_vmlinux1]

pci_proc_init: proc_dir_entry '00' already registered

2008-02-10 Thread Olaf Hering
] dma_mask[40-bit] usbcore: registered new interface driver asix Linux video capture interface: v2.00 usbcore: registered new interface driver zr364xx /home/olaf/kernel/linux-2.6/drivers/media/video/zr364xx.c: Zoran 364xx module loaded MacIO PCI driver attached to Shasta chipset windfarm: initia

[PATCH v4] create modalias file in sysfs for bus of_platform

2008-01-26 Thread Olaf Hering
Create /sys/bus/of_platform/devices/*/modalias file to allow autoloading of modules. modalias files are already present for many other bus types. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/of/device.c | 33 ++--- drivers/of/platform.c

Re: [PATCH] create modalias file in sysfs for bus vio

2008-01-25 Thread Olaf Hering
On Wed, Jan 23, Stephen Rothwell wrote: > It would be nice if we could factor out the "vio:T%sS%s" string as it is > also used in vio_hotplug(). What exactly do you have in mind? Creating a tempstring seems to make things more complicated. ___ Linuxppc-

[PATCH] hide kernel only code in asm-powerpc/elf.h

2008-01-25 Thread Olaf Hering
stuff inside CONFIG_* should not be exported via make headers-install Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- include/asm-powerpc/elf.h |2 ++ 1 file changed, 2 insertions(+) --- a/include/asm-powerpc/elf.h +++ b/include/asm-powerpc/elf.h @@ -420,6 +420,7

Re: [PATCH] Fix boot problem in situations where the boot CPU is running on a memoryless node

2008-01-23 Thread Olaf Hering
On Wed, Jan 23, Mel Gorman wrote: > This patch in combination with a partial revert of commit > 04231b3002ac53f8a64a7bd142fde3fa4b6808c6 fixes a regression between 2.6.23 > and 2.6.24-rc8 where a PPC64 machine with all CPUS on a memoryless node fails > to boot. If approved by the SLAB maintainers,

Re: crash in kmem_cache_init

2008-01-23 Thread Olaf Hering
On Wed, Jan 23, Olaf Hering wrote: > On Wed, Jan 23, Mel Gorman wrote: > > > Sorry this is dragging out. Can you post the full dmesg with loglevel=8 of > > the > > following patch against 2.6.24-rc8 please? It contains the debug information > > that helped me figu

Re: crash in kmem_cache_init

2008-01-23 Thread Olaf Hering
ce common for all mice EDAC MC: Ver: 2.1.0 Jan 23 2008 usbcore: registered new interface driver hiddev usbcore: registered new interface driver usbhid /home/olaf/kernel/git/linux-2.6.24-rc8/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver oprofile: using ppc64/power5+ performance monitoring

Re: crash in kmem_cache_init

2008-01-23 Thread Olaf Hering
P_THISNODE. This means that > > alloc_pages_node() will try to allocate on the current node but fallback > > to neighboring node if nothing is there > > Sure, but I was referring to the scenario where current node _has_ > pages available but no -

Re: crash in kmem_cache_init

2008-01-22 Thread Olaf Hering
On Tue, Jan 22, Christoph Lameter wrote: > > 0xc00fe018 is in setup_cpu_cache > > (/home/olaf/kernel/git/linux-2.6-numa/mm/slab.c:2111). > > 2106BUG_ON(!cachep->nodelists[node]); > > 2107

Re: crash in kmem_cache_init

2008-01-22 Thread Olaf Hering
On Tue, Jan 22, Mel Gorman wrote: > http://www.csn.ul.ie/~mel/postings/slab-20080122/partial-revert-slab-changes.patch > .. Can you please check on your machine if it fixes your problem? It does not fix or change the nature of the crash. > Olaf, please confirm whether you need the pa

[PATCH v3] create modalias file in sysfs for bus of_platform

2008-01-22 Thread Olaf Hering
Create /sys/bus/of_platform/devices/*/modalias file to allow autoloading of modules. modalias files are already present for many other bus types. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/of/device.c | 19 +++ 1 file changed, 19 insertions(+) --- a/d

[PATCH v2] create modalias file in sysfs for bus of_platform

2008-01-22 Thread Olaf Hering
Create /sys/bus/of_platform/devices/*/modalias file to allow autoloading of modules. modalias files are already present for many other bus types. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/of/device.c | 19 +++ 1 file changed, 19 insertions(+) --- a/driv

[PATCH] create modalias file in sysfs for bus of_platform

2008-01-22 Thread Olaf Hering
Create /sys/bus/of_platform/devices/*/modalias file to allow autoloading of modules. modalias files are already present for many other bus types. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/of/device.c | 18 ++ 1 file changed, 18 insertions(+) --- a/driv

[PATCH] create modalias file in sysfs for bus vio

2008-01-22 Thread Olaf Hering
Create /sys/bus/vio/devices/*/modalias file to allow autoloading of modules. modalias files are already present for many other bus types. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/kernel/vio.c | 15 +++ 1 file changed, 15 insertions(+) --- a/arch/p

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Olaf Hering
On Mon, Jan 21, Grant Likely wrote: > On 1/21/08, Olaf Hering <[EMAIL PROTECTED]> wrote: > > > > Efika boards have to be booted with console=ttyPSC0 unless there is a > > graphics card plugged in. Detect if the firmware stdout is the serial > > connector. &

[PATCH] autodetect serial console on pegasos2

2008-01-21 Thread Olaf Hering
Autodetect the serial console on Pegasos2. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/platforms/chrp/setup.c | 52 1 file changed, 52 insertions(+) --- a/arch/powerpc/platforms/chrp/setup.c +++ b/arch/powerpc/platforms/chrp/s

[PATCH] autodetect serial console on efika

2008-01-21 Thread Olaf Hering
Efika boards have to be booted with console=ttyPSC0 unless there is a graphics card plugged in. Detect if the firmware stdout is the serial connector. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/efika.c | 50

[PATCH] revert chrp_pci_fixup_vt8231_ata devinit to fix libata on pegasos

2008-01-21 Thread Olaf Hering
works again on Pegasos with the change below. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- a/arch/powerpc/platforms/chrp/pci.c +++ b/arch/powerpc/platforms/chrp/pci.c @@ -354,7 +354,7 @@ DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_WI * mode as well. The same fixup must be done to the clas

Re: crash in kmem_cache_init

2008-01-18 Thread Olaf Hering
On Fri, Jan 18, Christoph Lameter wrote: > Could you try this patch? Does not help, same crash. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH] add modalias info to mv643xx_eth.ko

2008-01-18 Thread Olaf Hering
mv643xx_eth has an platform modalias file in sysfs. But the module itself has no alias: line. Autoloading fails without the alias info in the module. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/net/mv643xx_eth.c |1 + 1 file changed, 1 insertion(+) --- a/drive

Re: crash in kmem_cache_init

2008-01-17 Thread Olaf Hering
On Thu, Jan 17, Olaf Hering wrote: > On Thu, Jan 17, Christoph Lameter wrote: > > > On Thu, 17 Jan 2008, Olaf Hering wrote: > > > > > The patch does not help. > > > > Duh. We need to know more about the problem. > > cache_grow is called from 3 pla

Re: crash in kmem_cache_init

2008-01-17 Thread Olaf Hering
On Thu, Jan 17, Christoph Lameter wrote: > On Thu, 17 Jan 2008, Olaf Hering wrote: > > > The patch does not help. > > Duh. We need to know more about the problem. cache_grow is called from 3 places. The third call has cleared l3 for some reason. Allocated 00a

Re: crash in kmem_cache_init

2008-01-17 Thread Olaf Hering
On Thu, Jan 17, Olaf Hering wrote: > Since -mm boots further, what patch should I try? rc8-mm1 crashes as well, l3 passed to reap_alien() is NULL. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: crash in kmem_cache_init

2008-01-17 Thread Olaf Hering
On Thu, Jan 17, Christoph Lameter wrote: > > freeing bootmem node 1 > > Memory: 3496632k/3571712k available (6188k kernel code, 75080k reserved, > > 1324k data, 1220k bss, 304k init) > > cache_grow(2781) swapper(0):c0,j4294937299 cp c06a4fb8 !l3 > > Is there more backtrace information? W

Re: crash in kmem_cache_init

2008-01-17 Thread Olaf Hering
On Thu, Jan 17, Christoph Lameter wrote: > On Thu, 17 Jan 2008, Pekka Enberg wrote: > > > Looks similar to the one discussed on linux-mm ("[BUG] at > > mm/slab.c:3320" thread). Christoph? > > Right. Try the latest version of the patch to fix it: The patch does not help. > Index: linux-2.6/mm/

Re: crash in kmem_cache_init

2008-01-15 Thread Olaf Hering
On Tue, Jan 15, Olaf Hering wrote: > > Current linus tree crashes in kmem_cache_init, as shown below. The > system is a 8cpu 2.2GHz POWER5 system, model 9117-570, with 4GB ram. > Firmware is 240_332, 2.6.23 boots ok with the same config. > > There is a series of mm related pat

crash in kmem_cache_init

2008-01-15 Thread Olaf Hering
Current linus tree crashes in kmem_cache_init, as shown below. The system is a 8cpu 2.2GHz POWER5 system, model 9117-570, with 4GB ram. Firmware is 240_332, 2.6.23 boots ok with the same config. There is a series of mm related patches in 2.6.24-rc1: commit 04231b3002ac53f8a64a7bd142fde3fa4b6808c6

Re: add phy-handle property for fec_mpc52xx

2008-01-10 Thread Olaf Hering
On Thu, Jan 10, Paul Mackerras wrote: > Olaf Hering writes: > > > --- a/arch/powerpc/kernel/prom_init.c > > +++ b/arch/powerpc/kernel/prom_init.c > > @@ -1487,6 +1487,34 @@ static void __init prom_find_mmu(void) > > else if (strncmp(ver

Re: [RFC] add phy-handle property for fec_mpc52xx

2008-01-10 Thread Olaf Hering
On Wed, Jan 09, Grant Likely wrote: > From: Olaf Hering <[EMAIL PROTECTED]> > > The new network driver fec_mpc52xx will not work on efika because the > firmware does not provide all required properties. > http://www.powerdeveloper.org/asset/by-id/46 has a Forth script to >

add phy-handle property for fec_mpc52xx

2008-01-09 Thread Olaf Hering
The new network driver fec_mpc52xx will not work on efika because the firmware does not provide all required properties. http://www.powerdeveloper.org/asset/by-id/46 has a Forth script to create more properties. But only the phy stuff is required to get a working network. This should go into the

serial console autodetection not working on powermac

2007-12-01 Thread Olaf Hering
How is the serial console autodetection supposed to work with current kernels? arch/powerpc/kernel/legacy_serial.c is not compiled unless CONFIG_PPC_UDBG_16550 is selected. Even if I force this config option, legacy_serial_console remains -1 and the ch-a/ch-b check in check_legacy_serial_console()

Re: [PATCH] powerpc: fix os-term usage on kernel panic

2007-11-29 Thread Olaf Hering
On Wed, Nov 28, Linas Vepstas wrote: > On Wed, Nov 28, 2007 at 12:00:37PM +0100, Olaf Hering wrote: > > On Tue, Nov 27, Will Schmidt wrote: > > > > - if (panic_timeout) > > > > - return; > > > > This change is wrong. Booting with

Re: [PATCH] powerpc: fix os-term usage on kernel panic

2007-11-28 Thread Olaf Hering
On Tue, Nov 27, Will Schmidt wrote: > > -void rtas_os_term(char *str) > > +void rtas_panic_msg(char *str) > > - if (panic_timeout) > > - return; This change is wrong. Booting with panic=123 really means the system has to reboot in 123 seconds after a panic. But, maybe this panic_time

[PATCH] autoload snd-powermac via modalias

2007-11-07 Thread Olaf Hering
s with i2s bus, but without a 'layout-id' property, will not work with this patch because an fake i2s alias will conflict with snd-aoa. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- sound/ppc/powermac.c | 10 ++ 1 file changed, 10 insertions(+) --- a/sound/ppc/

Re: [PATCH] Bugfix to commit 4f9a58d75bfe82ab2b8ba5b8506dfb190a267834

2007-10-22 Thread Olaf Hering
On Mon, Oct 22, Grant Likely wrote: > Olaf, do I have the correct solution here? Sure. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH] fix mace_handle_misc_intrs compilation

2007-09-24 Thread Olaf Hering
Fix compilation after incomplete struct net_device changes. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/net/mace.c |8 1 file changed, 4 insertions(+), 4 deletions(-) --- a/drivers/net/mace.c +++ b/drivers/net/mace.c @@ -633,7 +633,7 @@ stati

resume crashes with active cpufreq_userspace

2007-09-12 Thread Olaf Hering
2.6.22.5 crashes on resume on an iBook G3 600MHz. when cpufreq_userspace is active. System is PowerBook4,3, 750FX revision 2.3 2.6.18 crashed also on resume, but I dont know if this was the same bug. The oopes differ. Once I get an 'Unrecoverable FP Unavailable Exception 801' in audit_log_vformat

[PATCH] fix pmac_zilog debug arg

2007-08-26 Thread Olaf Hering
drivers/serial/pmac_zilog.c:1590: warning: format '%d' expects type 'int', but argument 3 has type 'pm_message_t' Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/serial/pmac_zilog.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

[PATCH] bmac: add simple ethtool support for network manager

2007-08-25 Thread Olaf Hering
NetworkManager will not start dhcpd on an interface unless it reports link-up state via ethtool. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/net/bmac.c | 13 + 1 file changed, 13 insertions(+) --- a/drivers/net/bmac.c +++ b/drivers/net/bmac.c @@ -19,6

[PATCH] atyfb: force 29MHz xtal on G3 PowerBooks

2007-08-25 Thread Olaf Hering
need the higher value. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- a/drivers/video/aty/atyfb_base.c +++ b/drivers/video/aty/atyfb_base.c @@ -2411,7 +2411,7 @@ static int __devinit aty_init(struct fb_ diff1 = -diff1; if (dif

Re: [PATCH] fix undefined reference to device_power_up/resume

2007-08-24 Thread Olaf Hering
On Sat, Aug 25, Paul Mackerras wrote: > Olaf Hering writes: > > > So change even more places from PM to PM_SLEEP to allow linking. > > What config shows these errors? I presume you need to have CONFIG_PM > but not CONFIG_PM_SLEEP in order to see them? The .config below

[PATCH] fix undefined reference to device_power_up/resume

2007-08-24 Thread Olaf Hering
x27; via-pmu-led.c:(.text+0x5ce42): undefined reference to `pmu_sys_suspended' drivers/built-in.o: In function `adb_init': (.init.text+0x4c5c): undefined reference to `pmu_register_sleep_notifier' make[1]: *** [.tmp_vmlinux1] Error 1 So change even more places from PM to PM_SLEEP to allow linking

Re: bogus vscsi dt node on iseries

2007-08-22 Thread Olaf Hering
On Thu, Aug 23, Stephen Rothwell wrote: > On Wed, 22 Aug 2007 19:51:21 +0200 Olaf Hering <[EMAIL PROTECTED]> wrote: > > > > > > Does anyone know why dt_vdevices() creates a vscsi node on legacy iseries? > > I'm sure only viodasd and viocd is required as

bogus vscsi dt node on iseries

2007-08-22 Thread Olaf Hering
Does anyone know why dt_vdevices() creates a vscsi node on legacy iseries? I'm sure only viodasd and viocd is required as blockdevice type. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] advertise correct IDE mode on Pegasos2

2007-08-17 Thread Olaf Hering
On Fri, Aug 17, Matt Sealey wrote: > Setting them to ~0x5 will set them to 0 (legacy mode) and they will always > read > back as 0 (legacy mode.. sigh) even if in native mode. The pci_dev->class needs updating as well, see second version of the patch.

[PATCH] advertise correct IDE mode on Pegasos2

2007-08-17 Thread Olaf Hering
to setup irq per channel. Tested on Pegasos2 with firmware version 20040810, and two IDE disks. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/kernel/prom_init.c | 11 --- arch/powerpc/platforms/chrp/pci.c | 29 + 2 files chang

Re: [PATCH] advertise correct IDE mode on Pegasos2

2007-08-17 Thread Olaf Hering
On Fri, Aug 17, Olaf Hering wrote: Still not 100% perfect. > + prom_printf("Fixing up IDE class-code on Pegasos...\n"); > + rc = prom_getprop(ph, "class-code", prop, sizeof(u32)); > + if (rc == sizeof(u32)) { > +

[PATCH] advertise correct IDE mode on Pegasos2

2007-08-17 Thread Olaf Hering
version 20040810, and two IDE disks. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/kernel/prom_init.c | 11 --- arch/powerpc/platforms/chrp/pci.c | 28 drivers/ide/pci/via82cxxx.c |7 --- 3 files changed, 36 inse

Re: adding Pegasus IDE quirk for pata_via

2007-08-16 Thread Olaf Hering
On Tue, Apr 10, Olaf Hering wrote: > Where is the correct place for drivers/ata? so, where is the place for via irq quirks in libata? ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: adding Pegasus IDE quirk for pata_via

2007-08-16 Thread Olaf Hering
On Mon, Apr 09, Matt Sealey wrote: > + if (bridge) { > + u8 iir, irqlist[4] = { 14, 15, 10, > 11 }; > + > + pci_read_config_byte(bridge, > VIA_IDE_STEERING, &iir); What value has VIA_IDE_STEERING

Re: [PATCH] Stop pmac_zilog from abusing 8250's device numbers.

2007-08-14 Thread Olaf Hering
On Tue, Aug 14, David Woodhouse wrote: > On Tue, 2007-08-14 at 13:49 +0200, Olaf Hering wrote: > > On Wed, Apr 04, Paul Mackerras wrote: > > > > > David Woodhouse writes: > > > > > > > There are proper device numbers registered for pma

Re: [PATCH] Stop pmac_zilog from abusing 8250's device numbers.

2007-08-14 Thread Olaf Hering
On Wed, Apr 04, Paul Mackerras wrote: > David Woodhouse writes: > > > There are proper device numbers registered for pmac_zilog now. Use them. Which numbers? > Sigh. I guess this is inevitable, but IMNSHO this exposes a weakness > in our serial subsystem. So, when will the name of pmac_zilog

Re: DTC 1.0.0 Release

2007-08-10 Thread Olaf Hering
On Thu, Aug 09, Jon Loeliger wrote: > As usual, please let me know of any issues with it. tests/truncated_property.c:45: warning: 'err' is used uninitialized in this function (untested patch) --- tests/truncated_property.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/test

Re: [PATCH] powerpc: Fix initialization and usage of dma_mask

2007-08-06 Thread Olaf Hering
On Tue, Aug 07, Benjamin Herrenschmidt wrote: > powerpc has a couple of bugs in the usage of dma_masks that tend to > break when drivers explicitely try to set a 32 bits mask for example. > > First the code that generates the pci devices from the OF device-tree > doesn't initialize the mask prope

Re: [PATCH 2.6.22.y] ieee1394: revert "sbp2: enforce 32bit DMA mapping"

2007-08-06 Thread Olaf Hering
On Mon, Aug 06, Benjamin Herrenschmidt wrote: > BTW. Any reason why you don't set the DMA mask in the ohci driver rather > than the sbp2 one ? I used this patch, and the attached CD was found. What dma mask should be used in ohci_probe()? --- drivers/ieee1394/ohci1394.c |2 ++ driver

Re: [PATCH 2.6.22.y] ieee1394: revert "sbp2: enforce 32bit DMA mapping"

2007-08-06 Thread Olaf Hering
On Sun, Aug 05, Stefan Richter wrote: > Benjamin Herrenschmidt wrote: > >>> If setting 32-bit DMA mask fails on ppc64, that sounds like a problem > >>> with the DMA implementation on that architecture. There are enough cards > >>> out there that only support 32-bit DMA that this really needs to wo

Re: hvc_iseries not working

2007-07-17 Thread Olaf Hering
On Mon, Jul 16, Will Schmidt wrote: > On Fri, 2007-07-13 at 19:05 +0200, Olaf Hering wrote: > > 2.6.21 arch/powerpc/configs/iseries_defconfig works on an i825 with v5r4 > > 2.6.22 arch/powerpc/configs/iseries_defconfig does not. But it works on > > a i820 with v5r3. >

hvc_iseries not working

2007-07-13 Thread Olaf Hering
2.6.21 arch/powerpc/configs/iseries_defconfig works on an i825 with v5r4 2.6.22 arch/powerpc/configs/iseries_defconfig does not. But it works on a i820 with v5r3. 2.6.22 boots ok with CONFIG_VIOCONS It gets up to this point: vio_bus_init: processing c000fbfff570 vio_bus_init: processing c000

PS3 Storage Driver O_DIRECT issue

2007-07-13 Thread Olaf Hering
This driver (or the generic PS3 code) has appearently problems with O_DIRECT. glibc aborts parted because the malloc metadata get corrupted. While it is reproducible, the place where it crashes changes with every version of the debug attempt. I dont have a handle right now, all I know is that the

Re: [PATCH] dtc: Add install makefile target

2007-06-29 Thread Olaf Hering
On Fri, Jun 29, Josh Boyer wrote: > +DESTDIR = / > +BINDIR = usr/bin +DESTDIR= +BINDIR=/usr/bin Just like every other package out there. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev