lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <32d4f384-cf74-f34e-137f-58333c7d9073@ti.com> Date: Wed, 24 Apr 2019 12:31:01 +0300 From: Grygorii Strashko <grygorii.strashko@...com> To: Jakub Kicinski <jakub.kicinski@...ronome.com> CC: <netdev@...r.kernel.org>, Ilias Apalodimas <ilias.apalodimas@...aro.org>, "David S . Miller" <davem@...emloft.net>, Ivan Khoronzhuk <ivan.khoronzhuk@...aro.org>, Florian Fainelli <f.fainelli@...il.com>, Andrew Lunn <andrew@...n.ch>, Sekhar Nori <nsekhar@...com>, <linux-kernel@...r.kernel.org>, <linux-omap@...r.kernel.org>, Murali Karicheri <m-karicheri2@...com> Subject: Re: [PATCH net-next 02/19] net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config option On 24.04.19 03:27, Jakub Kicinski wrote: > On Tue, 23 Apr 2019 16:08:53 +0300, Grygorii Strashko wrote: >> Both drivers CPSW and EMAC can't work without CPDMA, hence simplify build >> of those drivers by always linking davinci_cpdma and drop TI_DAVINCI_CPDMA >> config option. >> Note. the davinci_emac driver module was changed to "ti_davinci_emac" to >> make build work. >> >> Signed-off-by: Grygorii Strashko <grygorii.strashko@...com> > > Last time I tried including the same object file in two different > modules it backfired pretty badly. Would you mind sparing some > details as to why you need to do this? I've tried it as modules and inbuid and see no issues. Issue with build happens if EXPORT_SYMBOL_GPL() not removed. It's not expected and not supported to load more then one TI Net driver at same hw, so modules also are just be loaded fine. Why? It's to get rid of CONFIG options which were historically added, but are not required now (and even can't be disabled of if disabled will cause build failures) - result simplified build/Kconfig and code. -- Best regards, grygorii
Powered by blists - more mailing lists