aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMarek Lindner <[email protected]>2010-11-22 00:55:40 +0100
committerGreg Kroah-Hartman <[email protected]>2010-11-29 11:09:08 -0800
commit2f1646788f4d3cd2ce5cb24d13096afbd8782665 (patch)
tree46fb0e208be1a2b3b55f8d8930d174e699d0c08e /tools/perf/scripts/python/bin
parent4f26559156eae1b616ef2d0d168bd25f493e02f4 (diff)
Staging: batman-adv: ensure that eth_type_trans gets linear memory
eth_type_trans tries to pull data with the length of the ethernet header from the skb. We only ensured that enough data for the first ethernet header and the batman header is available in non-paged memory of the skb and not for the ethernet after the batman header. eth_type_trans would fail sometimes with drivers which don't ensure that all there data is perfectly linearised. Reported-by: Rafal Lesniak <[email protected]> Signed-off-by: Marek Lindner <[email protected]> Signed-off-by: Sven Eckelmann <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions