aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorFelix Fietkau <[email protected]>2020-01-13 19:21:07 +0100
committerJohannes Berg <[email protected]>2020-01-15 09:53:35 +0100
commit81c044fc3bdc5b7be967cd3682528ea94b58c06a (patch)
treef09acc26054ddbfb3e7410769fc5ea2544adb60a /drivers/fpga/fpga-mgr.c
parent24953de0a5e31dcca7e82c8a3c79abc2dfe8fb6e (diff)
cfg80211: fix page refcount issue in A-MSDU decap
The fragments attached to a skb can be part of a compound page. In that case, page_ref_inc will increment the refcount for the wrong page. Fix this by using get_page instead, which calls page_ref_inc on the compound head and also checks for overflow. Fixes: 2b67f944f88c ("cfg80211: reuse existing page fragments in A-MSDU rx") Cc: [email protected] Signed-off-by: Felix Fietkau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions