netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Nov 16 (net/core/stream.o)
       [not found] <20201116175912.5f6a78d9@canb.auug.org.au>
@ 2020-11-16 17:46 ` Randy Dunlap
  2020-11-16 20:12   ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-11-16 17:46 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: Linux Kernel Mailing List, netdev, Jakub Kicinski

On 11/15/20 10:59 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20201113:
> 


on x86_64:

# CONFIG_INET is not set

ld: net/core/stream.o: in function `sk_stream_write_space':
stream.c:(.text+0x68): undefined reference to `tcp_stream_memory_free'
ld: stream.c:(.text+0x80): undefined reference to `tcp_stream_memory_free'
ld: net/core/stream.o: in function `sk_stream_wait_memory':
stream.c:(.text+0x5b3): undefined reference to `tcp_stream_memory_free'
ld: stream.c:(.text+0x5c8): undefined reference to `tcp_stream_memory_free'
ld: stream.c:(.text+0x6f8): undefined reference to `tcp_stream_memory_free'
ld: net/core/stream.o:stream.c:(.text+0x70d): more undefined references to `tcp_stream_memory_free' follow


-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux-next: Tree for Nov 16 (net/core/stream.o)
  2020-11-16 17:46 ` linux-next: Tree for Nov 16 (net/core/stream.o) Randy Dunlap
@ 2020-11-16 20:12   ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2020-11-16 20:12 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Stephen Rothwell, Linux Next Mailing List,
	Linux Kernel Mailing List, netdev, Eric Dumazet

On Mon, 16 Nov 2020 09:46:21 -0800 Randy Dunlap wrote:
> On 11/15/20 10:59 PM, Stephen Rothwell wrote:
> > Hi all,
> > 
> > Changes since 20201113:
>
> on x86_64:
> 
> # CONFIG_INET is not set
> 
> ld: net/core/stream.o: in function `sk_stream_write_space':
> stream.c:(.text+0x68): undefined reference to `tcp_stream_memory_free'
> ld: stream.c:(.text+0x80): undefined reference to `tcp_stream_memory_free'
> ld: net/core/stream.o: in function `sk_stream_wait_memory':
> stream.c:(.text+0x5b3): undefined reference to `tcp_stream_memory_free'
> ld: stream.c:(.text+0x5c8): undefined reference to `tcp_stream_memory_free'
> ld: stream.c:(.text+0x6f8): undefined reference to `tcp_stream_memory_free'
> ld: net/core/stream.o:stream.c:(.text+0x70d): more undefined references to `tcp_stream_memory_free' follow

Must be: d3cd4924e385 ("tcp: uninline tcp_stream_memory_free()")

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-16 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201116175912.5f6a78d9@canb.auug.org.au>
2020-11-16 17:46 ` linux-next: Tree for Nov 16 (net/core/stream.o) Randy Dunlap
2020-11-16 20:12   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).