Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit dc911b31 authored by Sowmini Varadhan's avatar Sowmini Varadhan Committed by Greg Kroah-Hartman
Browse files

sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq context


Upstream commit 671d7732

Since it is possible for vnet_event_napi to end up doing
vnet_control_pkt_engine -> ... -> vnet_send_attr ->
vnet_port_alloc_tx_ring -> ldc_alloc_exp_dring -> kzalloc()
(i.e., in softirq context), kzalloc() should be called with
GFP_ATOMIC from ldc_alloc_exp_dring.

Signed-off-by: default avatarSowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c4846542
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment