commit | 5e102b3b4fa944815aead89e63eec2a35069a07b | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Fri Sep 02 23:46:53 2016 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Sep 16 14:14:08 2016 -0400 |
tree | 4524b72cbb25dcea49c7e977c5c6bc577b8db9e8 | |
parent | 16170d9c102764f76c58aad244e947f4e3f44590 [diff] |
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>