Re: [PATCH 03/19] alpha: marvel: make use of raw_spinlock variants

2017-03-11 Thread kbuild test robot
Hi Julia, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.11-rc1 next-20170309] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 03/19] alpha: marvel: make use of raw_spinlock variants

2017-03-11 Thread kbuild test robot
Hi Julia, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.11-rc1 next-20170309] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 03/19] alpha: marvel: make use of raw_spinlock variants

2017-03-09 Thread Julia Cartwright
The alpha/marvel code currently implements an irq_chip for handling interrupts; due to how irq_chip handling is done, it's necessary for the irq_chip methods to be invoked from hardirq context, even on a a real-time kernel. Because the spinlock_t type becomes a "sleeping" spinlock w/ RT kernels,

[PATCH 03/19] alpha: marvel: make use of raw_spinlock variants

2017-03-09 Thread Julia Cartwright
The alpha/marvel code currently implements an irq_chip for handling interrupts; due to how irq_chip handling is done, it's necessary for the irq_chip methods to be invoked from hardirq context, even on a a real-time kernel. Because the spinlock_t type becomes a "sleeping" spinlock w/ RT kernels,