xhci: Not enough bandwidth for new device state

2018-02-28 Thread Waldemar Brodkorb
Hi, I am getting these messages from a Debian 9.3 system using Linux 4.9.x: [ 547.352746] usb 3-5.2: 3:1: usb_set_interface failed (-28) [ 548.352865] usb 3-5.3: Not enough bandwidth for new device state. [ 548.352868] usb 3-5.3: Not enough bandwidth for altsetting 1 I have connected a 7-Port

xhci: Not enough bandwidth for new device state

2018-02-28 Thread Waldemar Brodkorb
Hi, I am getting these messages from a Debian 9.3 system using Linux 4.9.x: [ 547.352746] usb 3-5.2: 3:1: usb_set_interface failed (-28) [ 548.352865] usb 3-5.3: Not enough bandwidth for new device state. [ 548.352868] usb 3-5.3: Not enough bandwidth for altsetting 1 I have connected a 7-Port

[PATCH] h8300: fix defconfig for edosk2674

2017-10-01 Thread Waldemar Brodkorb
This patch is required to create an uImage which boot on Hitachi edosk2674 into a shell. (tested with sash) The patch was tested with 4.4/4.9 LTS kernel. It seems >4.13 contains a regression, which does not allow to boot Linux on the device anymore. Signed-off-by: Waldemar Brodkorb

[PATCH] h8300: fix defconfig for edosk2674

2017-10-01 Thread Waldemar Brodkorb
This patch is required to create an uImage which boot on Hitachi edosk2674 into a shell. (tested with sash) The patch was tested with 4.4/4.9 LTS kernel. It seems >4.13 contains a regression, which does not allow to boot Linux on the device anymore. Signed-off-by: Waldemar Brodkorb --- a

h8300 for edosk2674 device

2017-06-15 Thread Waldemar Brodkorb
Hi, the attached kernel config errors out with: /usr/bin/make -f ./scripts/Makefile.build obj=arch/h8300/boot arch/h8300/boot/uImage.bin /home/wbx/h8300/toolchain_hitachi-edosk2674_uclibc-ng/usr/bin/h8300-openadk-linux-uclibc-objcopy -Obinary vmlinux arch/h8300/boot/vmlinux.bin /bin/bash

h8300 for edosk2674 device

2017-06-15 Thread Waldemar Brodkorb
Hi, the attached kernel config errors out with: /usr/bin/make -f ./scripts/Makefile.build obj=arch/h8300/boot arch/h8300/boot/uImage.bin /home/wbx/h8300/toolchain_hitachi-edosk2674_uclibc-ng/usr/bin/h8300-openadk-linux-uclibc-objcopy -Obinary vmlinux arch/h8300/boot/vmlinux.bin /bin/bash

Re: sparc64 gcc 7.1 compile error

2017-06-05 Thread Waldemar Brodkorb
Hi David, David Miller wrote, > From: Waldemar Brodkorb <w...@openadk.org> > Date: Mon, 5 Jun 2017 11:19:41 +0200 > > > I get a compile/linking error with gcc 7.1 when targeting qemu system > > sparc64. > > This should fix the problem, please let me know if i

Re: sparc64 gcc 7.1 compile error

2017-06-05 Thread Waldemar Brodkorb
Hi David, David Miller wrote, > From: Waldemar Brodkorb > Date: Mon, 5 Jun 2017 11:19:41 +0200 > > > I get a compile/linking error with gcc 7.1 when targeting qemu system > > sparc64. > > This should fix the problem, please let me know if it works for you: Yes, tha

sparc64 gcc 7.1 compile error

2017-06-05 Thread Waldemar Brodkorb
Hi, I get a compile/linking error with gcc 7.1 when targeting qemu system sparc64. + objects='arch/sparc/kernel/head_64.o init/built-in.o --start-group usr/built-in.o arch/sparc/built-in.o kernel/built-in.o certs/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o

sparc64 gcc 7.1 compile error

2017-06-05 Thread Waldemar Brodkorb
Hi, I get a compile/linking error with gcc 7.1 when targeting qemu system sparc64. + objects='arch/sparc/kernel/head_64.o init/built-in.o --start-group usr/built-in.o arch/sparc/built-in.o kernel/built-in.o certs/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o

Re: sparc gcc 7.1 compile issue

2017-06-04 Thread Waldemar Brodkorb
Hi Adrian, John Paul Adrian Glaubitz wrote, > On 06/02/2017 07:28 PM, David Miller wrote: > >> Isn't a bug in the kernel if an application is able to crash to the point > >> that the machine has to be hard-rebooted? > > > > It can be a bug in the compiler too and not necessarily the kernel's > >

Re: sparc gcc 7.1 compile issue

2017-06-04 Thread Waldemar Brodkorb
Hi Adrian, John Paul Adrian Glaubitz wrote, > On 06/02/2017 07:28 PM, David Miller wrote: > >> Isn't a bug in the kernel if an application is able to crash to the point > >> that the machine has to be hard-rebooted? > > > > It can be a bug in the compiler too and not necessarily the kernel's > >

Re: sparc gcc 7.1 compile issue

2017-06-01 Thread Waldemar Brodkorb
Hi David, thank you very much. best regards Waldemar

Re: sparc gcc 7.1 compile issue

2017-06-01 Thread Waldemar Brodkorb
Hi David, thank you very much. best regards Waldemar

sparc gcc 7.1 compile issue

2017-05-31 Thread Waldemar Brodkorb
Hi, when compiling a kernel (4.11.3) for sparc with gcc 7.1 and attached config I get following error: /usr/bin/make -f ./scripts/Makefile.build obj=arch/sparc/mm /home/wbx/openadk/toolchain_qemu-sparc_uclibc-ng_v8/usr/bin/sparc-openadk-linux-uclibc-gcc -Wp,-MD,arch/sparc/mm/.init_32.o.d

sparc gcc 7.1 compile issue

2017-05-31 Thread Waldemar Brodkorb
Hi, when compiling a kernel (4.11.3) for sparc with gcc 7.1 and attached config I get following error: /usr/bin/make -f ./scripts/Makefile.build obj=arch/sparc/mm /home/wbx/openadk/toolchain_qemu-sparc_uclibc-ng_v8/usr/bin/sparc-openadk-linux-uclibc-gcc -Wp,-MD,arch/sparc/mm/.init_32.o.d

objective rules for architecture removal

2017-05-18 Thread Waldemar Brodkorb
Hi Linus, are there any objective rules for removal of architecture support from the Linux kernel tree? I recognized this week that avr32 support was removed recently. https://lkml.org/lkml/2017/3/1/694 The major reasons are: - end-of-life for hardware - no upstream gcc (very old) - no users

objective rules for architecture removal

2017-05-18 Thread Waldemar Brodkorb
Hi Linus, are there any objective rules for removal of architecture support from the Linux kernel tree? I recognized this week that avr32 support was removed recently. https://lkml.org/lkml/2017/3/1/694 The major reasons are: - end-of-life for hardware - no upstream gcc (very old) - no users

Re: regression for m68k/coldfire

2017-02-03 Thread Waldemar Brodkorb
Hi, Laurent Vivier wrote, > Le 03/02/2017 à 01:35, John Paul Adrian Glaubitz a écrit : > > On 02/03/2017 01:10 AM, Greg Ungerer wrote: > >> This is a limitation in the FEC support in QEMU. > >> This works on real ColdFire hardware (which do support the > >> FEC MIB stats registers from offset

Re: regression for m68k/coldfire

2017-02-03 Thread Waldemar Brodkorb
Hi, Laurent Vivier wrote, > Le 03/02/2017 à 01:35, John Paul Adrian Glaubitz a écrit : > > On 02/03/2017 01:10 AM, Greg Ungerer wrote: > >> This is a limitation in the FEC support in QEMU. > >> This works on real ColdFire hardware (which do support the > >> FEC MIB stats registers from offset

regression for m68k/coldfire

2017-02-02 Thread Waldemar Brodkorb
Hi, your commit 80cca775cdc4f8555612d2943a2872076b33e0ff breaks Linux booting in qemu-system-m68k: qemu-system-m68k -nographic -M mcf5208evb -cpu m5208 -kernel qemu-m68k-mcf5208-initramfspiggyback-kernel [0.00] Linux version 4.9.6-1 (wbx@vopenadk) (gcc version 5.4.0 (GCC) ) #2 Thu Feb

regression for m68k/coldfire

2017-02-02 Thread Waldemar Brodkorb
Hi, your commit 80cca775cdc4f8555612d2943a2872076b33e0ff breaks Linux booting in qemu-system-m68k: qemu-system-m68k -nographic -M mcf5208evb -cpu m5208 -kernel qemu-m68k-mcf5208-initramfspiggyback-kernel [0.00] Linux version 4.9.6-1 (wbx@vopenadk) (gcc version 5.4.0 (GCC) ) #2 Thu Feb

regression for cris architecture

2016-11-06 Thread Waldemar Brodkorb
Hi, I am regulary running some tests with qemu-system-cris, but getting following stacktraces on boot now (with 4.8.6, 4.7.9 worked fine): [7.260691] Unable to handle kernel NULL pointer dereference [7.260919] Linux 4.8.6-1 #4 Sun Nov 6 17:48:18 CET 2016 [7.260955] Oops: [

regression for cris architecture

2016-11-06 Thread Waldemar Brodkorb
Hi, I am regulary running some tests with qemu-system-cris, but getting following stacktraces on boot now (with 4.8.6, 4.7.9 worked fine): [7.260691] Unable to handle kernel NULL pointer dereference [7.260919] Linux 4.8.6-1 #4 Sun Nov 6 17:48:18 CET 2016 [7.260955] Oops: [

Re: qemu m68k/mcf5208: problem with signal handler

2016-05-09 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, > >>What do you think? Is it a Kernel bug or a C library problem? > > What version of linux kernel? 4.5.3 > What version of gcc? 4.9.3 > This sounds a lot like the problem I fixed in linux commit a9551799 > ("m68k: Use conventional function parameters for

Re: qemu m68k/mcf5208: problem with signal handler

2016-05-09 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, > >>What do you think? Is it a Kernel bug or a C library problem? > > What version of linux kernel? 4.5.3 > What version of gcc? 4.9.3 > This sounds a lot like the problem I fixed in linux commit a9551799 > ("m68k: Use conventional function parameters for

Re: qemu m68k/mcf5208: problem with signal handler

2016-05-09 Thread Waldemar Brodkorb
Hi, forgot to add Greg in CC. And sorry for the whitespace fuckup in the example code. Waldemar Brodkorb wrote, > Dear kernel hackers, > > I have a problem with the signal handling under qemu-system-m68k > emulating coldfire mcf5208 evalboard. Following example code > prov

Re: qemu m68k/mcf5208: problem with signal handler

2016-05-09 Thread Waldemar Brodkorb
Hi, forgot to add Greg in CC. And sorry for the whitespace fuckup in the example code. Waldemar Brodkorb wrote, > Dear kernel hackers, > > I have a problem with the signal handling under qemu-system-m68k > emulating coldfire mcf5208 evalboard. Following example code > prov

qemu m68k/mcf5208: problem with signal handler

2016-05-09 Thread Waldemar Brodkorb
Dear kernel hackers, I have a problem with the signal handling under qemu-system-m68k emulating coldfire mcf5208 evalboard. Following example code provided by Busybox maintainer Denys Vlasenko shows the problem when running on qemu: #include

qemu m68k/mcf5208: problem with signal handler

2016-05-09 Thread Waldemar Brodkorb
Dear kernel hackers, I have a problem with the signal handling under qemu-system-m68k emulating coldfire mcf5208 evalboard. Following example code provided by Busybox maintainer Denys Vlasenko shows the problem when running on qemu: #include

Re: [uClinux-dev] m68k compile issue with 4.0.5

2015-06-16 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, > > I don't have any compile (or runtime) problems with m5208evb_defconfig > on linux-4.0.5 either. That is close to what most people use with qemu. > What .config are you using? Are you sure the defconfig creates a bootable image? I still need at least two patches.

Re: m68k compile issue with 4.0.5

2015-06-16 Thread Waldemar Brodkorb
Hi Geert, Geert Uytterhoeven wrote, > Hi Waldemar, > > On Mon, Jun 15, 2015 at 10:23 PM, Waldemar Brodkorb wrote: > > I am trying to build a M68K (Coldfire no-MMU) kernel for Qemu-system-m68k. > > Any idea what change breaks the compile? > > I tried a few m68k

Re: m68k compile issue with 4.0.5

2015-06-16 Thread Waldemar Brodkorb
Hi Geert, Geert Uytterhoeven wrote, Hi Waldemar, On Mon, Jun 15, 2015 at 10:23 PM, Waldemar Brodkorb w...@openadk.org wrote: I am trying to build a M68K (Coldfire no-MMU) kernel for Qemu-system-m68k. Any idea what change breaks the compile? I tried a few m68knommu defconfigs, but can't

Re: [uClinux-dev] m68k compile issue with 4.0.5

2015-06-16 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, I don't have any compile (or runtime) problems with m5208evb_defconfig on linux-4.0.5 either. That is close to what most people use with qemu. What .config are you using? Are you sure the defconfig creates a bootable image? I still need at least two patches.

m68k compile issue with 4.0.5

2015-06-15 Thread Waldemar Brodkorb
Hi, I am trying to build a M68K (Coldfire no-MMU) kernel for Qemu-system-m68k. With 4.0.4 everything is fine. With 4.0.5 I get following compile error: adk-uclinux-gcc -Wp,-MD,mm/.nommu.o.d -nostdinc -isystem

m68k compile issue with 4.0.5

2015-06-15 Thread Waldemar Brodkorb
Hi, I am trying to build a M68K (Coldfire no-MMU) kernel for Qemu-system-m68k. With 4.0.4 everything is fine. With 4.0.5 I get following compile error: adk-uclinux-gcc -Wp,-MD,mm/.nommu.o.d -nostdinc -isystem

Re: [RFC PATCH 8/8] Revert "percpu: free percpu allocation info for uniprocessor system"

2014-09-21 Thread Waldemar Brodkorb
Hi Guenter, Guenter Roeck wrote, > On 09/21/2014 10:23 AM, Mikael Starvik wrote: > >Thanks for all your work with CRIS! CRISv10 is alive but is currently used > >as small helper CPUs close to hardware blocks. > > > > You are welcome. Now it would be even better if we could get the upstream >

Re: [RFC PATCH 8/8] Revert percpu: free percpu allocation info for uniprocessor system

2014-09-21 Thread Waldemar Brodkorb
Hi Guenter, Guenter Roeck wrote, On 09/21/2014 10:23 AM, Mikael Starvik wrote: Thanks for all your work with CRIS! CRISv10 is alive but is currently used as small helper CPUs close to hardware blocks. You are welcome. Now it would be even better if we could get the upstream code to

[PATCH v2] MIPS: rb532: fix reregistering of serial console

2014-07-03 Thread Waldemar Brodkorb
erial driver, cfr. the change to of_serial.c." Signed-off-by: Waldemar Brodkorb Reviewed-by: Florian Fainelli --- arch/mips/rb532/devices.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/rb532/devices.c b/arch/mips/rb532/devices.c index 3af00b2..ba61268 100644 --- a/arch/

[PATCH v2] MIPS: rb532: fix reregistering of serial console

2014-07-03 Thread Waldemar Brodkorb
driver, cfr. the change to of_serial.c. Signed-off-by: Waldemar Brodkorb w...@openadk.org Reviewed-by: Florian Fainelli flor...@openwrt.org --- arch/mips/rb532/devices.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/rb532/devices.c b/arch/mips/rb532/devices.c index 3af00b2..ba61268

[PATCH] fix reregistering of serial console

2014-07-02 Thread Waldemar Brodkorb
erial driver, cfr. the change to of_serial.c." Signed-off-by: Waldemar Brodkorb --- arch/mips/rb532/devices.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/rb532/devices.c b/arch/mips/rb532/devices.c index 3af00b2..ba61268 100644 --- a/arch/mips/rb532/devices.c +++ b/arch/

[PATCH] fix reregistering of serial console

2014-07-02 Thread Waldemar Brodkorb
driver, cfr. the change to of_serial.c. Signed-off-by: Waldemar Brodkorb w...@openadk.org --- arch/mips/rb532/devices.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/rb532/devices.c b/arch/mips/rb532/devices.c index 3af00b2..ba61268 100644 --- a/arch/mips/rb532/devices.c +++ b/arch

Re: oops on cubox-i (v3.15-rc4)

2014-06-03 Thread Waldemar Brodkorb
Hi Again, > > > > > > > > On Fri, May 09, 2014 at 04:44:38PM +0200, Waldemar Brodkorb wrote: > > > > > Dear Kernel Hackers, > > > > > > > > > > I am getting kernel oopses on my cubox-i (i2ultra) running > > > &g

Re: oops on cubox-i (v3.15-rc4)

2014-06-03 Thread Waldemar Brodkorb
Hi Again, On Fri, May 09, 2014 at 04:44:38PM +0200, Waldemar Brodkorb wrote: Dear Kernel Hackers, I am getting kernel oopses on my cubox-i (i2ultra) running Linux 3.15-rc4, when using the box as a samba server with a local attached 8 GB usb stick. (it also

Re: oops on cubox-i (v3.15-rc4)

2014-05-23 Thread Waldemar Brodkorb
Hi Russell, Russell King - ARM Linux wrote, > > Can you get an oops from when it's on ext4? It looks like this is going > > through fuse which opens a whole can of unknown worms. > > Waldemar mentioned ext4. > > I don't think there's anything specific about it to the Cubox-i, and I'd > also

Re: oops on cubox-i (v3.15-rc4)

2014-05-23 Thread Waldemar Brodkorb
Hi Russell, Russell King - ARM Linux wrote, Can you get an oops from when it's on ext4? It looks like this is going through fuse which opens a whole can of unknown worms. Waldemar mentioned ext4. I don't think there's anything specific about it to the Cubox-i, and I'd also suggest

Re: serial console on rb532 disabled on boot (linux 3.15rc5)

2014-05-20 Thread Waldemar Brodkorb
Hi Geert, Geert Uytterhoeven wrote, > Hi Waldemar, > > On Fri, May 16, 2014 at 3:49 PM, Waldemar Brodkorb wrote: > > I am trying to bootup my Mikrotik RB532 board with the latest > > kernel, but my serial console is disabled after boot: > > .. > > Serial: 8250/1

Re: serial console on rb532 disabled on boot (linux 3.15rc5)

2014-05-20 Thread Waldemar Brodkorb
Hi Geert, Geert Uytterhoeven wrote, Hi Waldemar, On Fri, May 16, 2014 at 3:49 PM, Waldemar Brodkorb w...@openadk.org wrote: I am trying to bootup my Mikrotik RB532 board with the latest kernel, but my serial console is disabled after boot: .. Serial: 8250/16550 driver, 4 ports, IRQ

serial console on rb532 disabled on boot (linux 3.15rc5)

2014-05-16 Thread Waldemar Brodkorb
Hi Linux hackers, I am trying to bootup my Mikrotik RB532 board with the latest kernel, but my serial console is disabled after boot: .. Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled serial8250: ttyS0 at MMIO 0x0 (irq = 104, base_baud = 12499875) is a 16550A console [ttyS0] enabled

serial console on rb532 disabled on boot (linux 3.15rc5)

2014-05-16 Thread Waldemar Brodkorb
Hi Linux hackers, I am trying to bootup my Mikrotik RB532 board with the latest kernel, but my serial console is disabled after boot: .. Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled serial8250: ttyS0 at MMIO 0x0 (irq = 104, base_baud = 12499875) is a 16550A console [ttyS0] enabled

Re: problem booting linux with qemu-system-arm -M spitz

2013-09-18 Thread Waldemar Brodkorb
Hi, Andrea Adami wrote, > On Wed, Sep 18, 2013 at 12:27 PM, Waldemar Brodkorb wrote: > > Hi Kernel hackers, > > > > I am trying to run Linux on Qemu/arm emulator with machine type > > spitz. In the past this worked fine. > > Now with Linux version 3.9.11 it

problem booting linux with qemu-system-arm -M spitz

2013-09-18 Thread Waldemar Brodkorb
Hi Kernel hackers, I am trying to run Linux on Qemu/arm emulator with machine type spitz. In the past this worked fine. Now with Linux version 3.9.11 it does not boot anymore. (blank screen, no kernel messages) I used git bisect to find the commit, which breaks the boot: commit

problem booting linux with qemu-system-arm -M spitz

2013-09-18 Thread Waldemar Brodkorb
Hi Kernel hackers, I am trying to run Linux on Qemu/arm emulator with machine type spitz. In the past this worked fine. Now with Linux version 3.9.11 it does not boot anymore. (blank screen, no kernel messages) I used git bisect to find the commit, which breaks the boot: commit

Re: problem booting linux with qemu-system-arm -M spitz

2013-09-18 Thread Waldemar Brodkorb
Hi, Andrea Adami wrote, On Wed, Sep 18, 2013 at 12:27 PM, Waldemar Brodkorb w...@openadk.org wrote: Hi Kernel hackers, I am trying to run Linux on Qemu/arm emulator with machine type spitz. In the past this worked fine. Now with Linux version 3.9.11 it does not boot anymore. (blank

Re: Pcmcia-Updates for Xircomcards?

2001-04-26 Thread Waldemar Brodkorb
Hello all, * I wrote: > My Hardware: > Toshiba Satellite Pro 4280 > PCMCIA: Xircom RBEM56G-100 > > Linus said serial_cs is for both, old serial_cb & serial_cs. Sorry, that was wrong. He said serial.o is the correct driver. Thanks for all help, especially from Arjan van de Ven. Another

Re: Pcmcia-Updates for Xircomcards?

2001-04-26 Thread Waldemar Brodkorb
Hello all, * I wrote: My Hardware: Toshiba Satellite Pro 4280 PCMCIA: Xircom RBEM56G-100 Linus said serial_cs is for both, old serial_cb serial_cs. Sorry, that was wrong. He said serial.o is the correct driver. Thanks for all help, especially from Arjan van de Ven. Another

Pcmcia-Updates for Xircomcards?

2001-04-22 Thread Waldemar Brodkorb
Hello David Hinds, Hello Kernelhackers, sorry that I also directly contact you. But I'am very confused, at the moment. My Hardware: Toshiba Satellite Pro 4280 PCMCIA: Xircom RBEM56G-100 When I use SuSE 7.1 and Kernel 2.4.2 (SuSE) the card is recognized and network works, also configured

Pcmcia-Updates for Xircomcards?

2001-04-22 Thread Waldemar Brodkorb
Hello David Hinds, Hello Kernelhackers, sorry that I also directly contact you. But I'am very confused, at the moment. My Hardware: Toshiba Satellite Pro 4280 PCMCIA: Xircom RBEM56G-100 When I use SuSE 7.1 and Kernel 2.4.2 (SuSE) the card is recognized and network works, also configured