[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170322.105703.567983727621129027.davem@davemloft.net>
Date: Wed, 22 Mar 2017 10:57:03 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: grygorii.strashko@...com, tglx@...utronix.de,
richardcochran@...il.com, u.kleine-koenig@...gutronix.de,
nicolas.pitre@...aro.org, w-kwok2@...com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [v2, -net] cpsw/netcp: work around reverse cpts
dependency
From: Arnd Bergmann <arnd@...db.de>
Date: Mon, 20 Mar 2017 09:52:50 +0100
> The dependency is reversed: cpsw and netcp call into cpts,
> but cpts depends on the other two in Kconfig. This can lead
> to cpts being a loadable module and its callers built-in:
>
> drivers/net/ethernet/ti/cpsw.o: In function `cpsw_remove':
> cpsw.c:(.text.cpsw_remove+0xd0): undefined reference to `cpts_release'
> drivers/net/ethernet/ti/cpsw.o: In function `cpsw_rx_handler':
> cpsw.c:(.text.cpsw_rx_handler+0x2dc): undefined reference to `cpts_rx_timestamp'
> drivers/net/ethernet/ti/cpsw.o: In function `cpsw_tx_handler':
> cpsw.c:(.text.cpsw_tx_handler+0x7c): undefined reference to `cpts_tx_timestamp'
> drivers/net/ethernet/ti/cpsw.o: In function `cpsw_ndo_stop':
>
> As a workaround, I'm introducing another Kconfig symbol to
> control the compilation of cpts, while making the actual
> module controlled by a silent symbol that is =y when necessary.
>
> Fixes: 6246168b4a38 ("net: ethernet: ti: netcp: add support of cpts")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> Reviewed-by: Grygorii Strashko <grygorii.strashko@...com>
> ---
> v1: Originally submitted on Dec 16, still needed for v4.10 and v4.11-rc2
> v2: change the symbol names to keep existing defconfigs working
I've applied these two cpsw fixes, thanks Arnd.
Powered by blists - more mailing lists