Re: [PATCH] crypto: vmx -- disable preemption to enable vsx in aes_ctr.c

2017-01-23 Thread Paulo Flabiano Smorigo
On Fri, 20 Jan 2017 16:35:33 +0800 Li Zhong wrote: > Some preemptible check warnings were reported from > enable_kernel_vsx(). This patch disables preemption in aes_ctr.c > before enabling vsx, and they are now consistent with other files in > the same directory. > >

Re: [PATCH] crypto: vmx -- disable preemption to enable vsx in aes_ctr.c

2017-01-23 Thread Herbert Xu
Li Zhong wrote: > Some preemptible check warnings were reported from enable_kernel_vsx(). This > patch disables preemption in aes_ctr.c before enabling vsx, and they are now > consistent with other files in the same directory. > > Signed-off-by: Li Zhong

[PATCH] crypto: vmx -- disable preemption to enable vsx in aes_ctr.c

2017-01-20 Thread Li Zhong
Some preemptible check warnings were reported from enable_kernel_vsx(). This patch disables preemption in aes_ctr.c before enabling vsx, and they are now consistent with other files in the same directory. Signed-off-by: Li Zhong --- drivers/crypto/vmx/aes_ctr.c | 6