]> git.baikalelectronics.ru Git - kernel.git/commit
IB/rxe: fix GFP_KERNEL in spinlock context
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Fri, 2 Sep 2016 20:46:53 +0000 (23:46 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 16 Sep 2016 18:14:08 +0000 (14:14 -0400)
commit7b0edec9bb6c56aa031c40f398c0ca370a1ca13e
tree4524b72cbb25dcea49c7e977c5c6bc577b8db9e8
parent8bd54a87bb461569fee1f2d286353231e2d42ac2
IB/rxe: fix GFP_KERNEL in spinlock context

There is skb_clone(skb, GFP_KERNEL) in spinlock context
in rxe_rcv_mcast_pkt().

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Acked-by: Moni Shoua <monis@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe_recv.c