Re: [patch] crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/enable()

2012-09-26 Thread Herbert Xu
On Mon, Sep 17, 2012 at 10:37:26AM -0700, Suresh Siddha wrote: > Ran into this while looking at some new crypto code using FPU > hitting a WARN_ON_ONCE(!irq_fpu_usable()) in the kernel_fpu_begin() > on a x86 kernel that uses the new eagerfpu model. In short, current eagerfpu > changes return 0 for

Re: [patch] crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/enable()

2012-09-26 Thread Herbert Xu
On Mon, Sep 17, 2012 at 10:37:26AM -0700, Suresh Siddha wrote: Ran into this while looking at some new crypto code using FPU hitting a WARN_ON_ONCE(!irq_fpu_usable()) in the kernel_fpu_begin() on a x86 kernel that uses the new eagerfpu model. In short, current eagerfpu changes return 0 for