Re: [PATCH 1/5] gpio: dwapb: drop irq_setup_generic_chip()

2014-04-10 Thread Linus Walleij
On Mon, Apr 7, 2014 at 12:13 PM, Sebastian Andrzej Siewior wrote: > The driver calls irq_alloc_domain_generic_chips() which creates a gc and > adds it to gc_list. The driver later then calls irq_setup_generic_chip() > which also initializes the gc and adds it to the gc_list() and this > corrupts

Re: [PATCH 1/5] gpio: dwapb: drop irq_setup_generic_chip()

2014-04-08 Thread delicious quinoa
On Mon, Apr 7, 2014 at 5:13 AM, Sebastian Andrzej Siewior wrote: > The driver calls irq_alloc_domain_generic_chips() which creates a gc and > adds it to gc_list. The driver later then calls irq_setup_generic_chip() > which also initializes the gc and adds it to the gc_list() and this > corrupts th