]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qed: Fix allocation in interrupt context
authorSudarsana Reddy Kalluru <sudarsana.kalluru@qlogic.com>
Thu, 26 May 2016 08:01:20 +0000 (11:01 +0300)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 8 Jul 2016 19:29:54 +0000 (12:29 -0700)
commit09f7955c1b951343e2b5e5e25e3e28ed6c9cbe23
tree6a777aaf70fa0d327a49b1b2c54adcf151638a32
parent62a0b656f51aaeb142abf89b8ee55bd5849ce0ac
qed: Fix allocation in interrupt context

Commit 39651abd2814 ("qed: add support for dcbx") is re-configuring
the QM hw-block as part of its sequence. This is done in attention
handling context which is non-sleepable, yet memory is allocated in
this flow using GFP_KERNEL.

Signed-off-by: Sudarsana Reddy Kalluru <sudarsana.kalluru@qlogic.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Orabug: 23732603
Signed-off-by: Manjunath Govindashetty <manjunath.govindashetty@oracle.com>
drivers/net/ethernet/qlogic/qed/qed_dev.c