summaryrefslogtreecommitdiff
path: root/include/linux/moduleloader.h
diff options
context:
space:
mode:
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>2015-06-10 11:26:17 -0600
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:05:37 -0700
commit0eb441dce89685b63a28a33207b2b7efd625b172 (patch)
treefabe67c89ac4103c0e1e06641c53e1f72a6720e3 /include/linux/moduleloader.h
parentea9757ee26e5c76583e6807674cb041ffbc8e18f (diff)
net: rmnet_data: Fix memory corruption in gro tracepoint
skb's passed to the network stack through napi_gro_receive can be freed before it is used in the gro tracepoint to print the ingress device. Fix this by removing the skb as an argument. We could copy the skb->dev to a string before passing it to napi_gro_receive and then use it as an argument for the tracepoint but that would mean unnecessary code in hotpath for debugging purposes. Change-Id: I82055dbc9b84f405e8f63f7b2eeb7c80e5ae0c3a Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Diffstat (limited to 'include/linux/moduleloader.h')
0 files changed, 0 insertions, 0 deletions