summaryrefslogtreecommitdiff
path: root/tools/perf/bench/Build
blob: 60bf119430479272a80c17e4231de4633bad2b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
perf-y += sched-messaging.o
perf-y += sched-pipe.o
perf-y += mem-functions.o
perf-y += futex-hash.o
perf-y += futex-wake.o
perf-y += futex-wake-parallel.o
perf-y += futex-requeue.o
perf-y += futex-lock-pi.o

perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o
perf-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o

perf-$(CONFIG_NUMA) += numa.o
rt <steffen.klassert@secunet.com>2017-01-30 06:45:38 +0100 commitf991bb9da142ba79b54ed0757f22e756f45e2c5a (patch) tree0c1e5ec4de598c841b8fae187c4b1b783c1ceb02 /net/ieee802154 parenteb758c8864d49f5786432ce38fd8a72bdbbd10cf (diff)
net: Drop secpath on free after gro merge.
With a followup patch, a gro merged skb can have a secpath. So drop it before freeing or reusing the skb. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ieee802154')