diff options
author | 2020-11-18 11:44:38 -0800 | |
---|---|---|
committer | 2020-11-20 12:13:55 -0800 | |
commit | fc9840fbef0c3740e0fc3640eb8628d70fcb2215 (patch) | |
tree | c0442c61ad9c8949090b34154e4eac59551eb873 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | octeontx2-af: Fix access of iter->entry after iter object has been kfree'd (diff) | |
download | wireguard-linux-fc9840fbef0c3740e0fc3640eb8628d70fcb2215.tar.xz wireguard-linux-fc9840fbef0c3740e0fc3640eb8628d70fcb2215.zip |
net: stream: fix TCP references when INET is not enabled
Fix build of net/core/stream.o when CONFIG_INET is not enabled.
Fixes these build errors (sample):
ld: net/core/stream.o: in function `sk_stream_write_space':
(.text+0x27e): undefined reference to `tcp_stream_memory_free'
ld: (.text+0x29c): undefined reference to `tcp_stream_memory_free'
ld: (.text+0x2ab): undefined reference to `tcp_stream_memory_free'
ld: net/core/stream.o: in function `sk_stream_wait_memory':
(.text+0x5a1): undefined reference to `tcp_stream_memory_free'
ld: (.text+0x5bf): undefined reference to `tcp_stream_memory_free'
Fixes: 1c5f2ced136a ("tcp: avoid indirect call to tcp_stream_memory_free()")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20201118194438.674-1-rdunlap@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions