Re: [patches] [PATCH] RISC-V: Enable IRQ during exception handling

2018-02-08 Thread Palmer Dabbelt
On Fri, 02 Feb 2018 01:45:28 PST (-0800), Christoph Hellwig wrote: Looks fine: Reviewed-by: Christoph Hellwig Thanks, I'm still working through my FOSDEM-related email backlog. I'll target this for the next RC, as it seems like a small enough fix. It should be in the next

Re: [patches] [PATCH] RISC-V: Enable IRQ during exception handling

2018-02-08 Thread Palmer Dabbelt
On Fri, 02 Feb 2018 01:45:28 PST (-0800), Christoph Hellwig wrote: Looks fine: Reviewed-by: Christoph Hellwig Thanks, I'm still working through my FOSDEM-related email backlog. I'll target this for the next RC, as it seems like a small enough fix. It should be in the next linux-next.

Re: [patches] [PATCH] RISC-V: Enable IRQ during exception handling

2018-02-02 Thread Christoph Hellwig
Looks fine: Reviewed-by: Christoph Hellwig

Re: [patches] [PATCH] RISC-V: Enable IRQ during exception handling

2018-02-02 Thread Christoph Hellwig
Looks fine: Reviewed-by: Christoph Hellwig

[PATCH] RISC-V: Enable IRQ during exception handling

2018-01-29 Thread Zong Li
Interrupt is allowed during exception handling. There are warning messages if the kernel enables the configuration 'CONFIG_DEBUG_ATOMIC_SLEEP=y'. BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:23 in_atomic(): 0, irqs_disabled(): 1, pid: 43, name: ash CPU: 0 PID: 43

[PATCH] RISC-V: Enable IRQ during exception handling

2018-01-29 Thread Zong Li
Interrupt is allowed during exception handling. There are warning messages if the kernel enables the configuration 'CONFIG_DEBUG_ATOMIC_SLEEP=y'. BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:23 in_atomic(): 0, irqs_disabled(): 1, pid: 43, name: ash CPU: 0 PID: 43