Re: [PATCH] depmod: create and use System.map.no_namespaces

2019-10-07 Thread Jessica Yu
+++ Matthias Maennich [07/10/19 07:46 +0100]: Hi! On Sat, Oct 05, 2019 at 04:53:56PM +0900, Masahiro Yamada wrote: On Sat, Oct 5, 2019 at 3:25 AM Lucas De Marchi wrote: On Fri, Oct 4, 2019 at 2:57 AM Matthias Maennich wrote: depmod in its current version is not aware of symbol namespace i

Re: [PATCH] depmod: create and use System.map.no_namespaces

2019-10-06 Thread Matthias Maennich
Hi! On Sat, Oct 05, 2019 at 04:53:56PM +0900, Masahiro Yamada wrote: On Sat, Oct 5, 2019 at 3:25 AM Lucas De Marchi wrote: On Fri, Oct 4, 2019 at 2:57 AM Matthias Maennich wrote: > > depmod in its current version is not aware of symbol namespace in > ksymtab entries introduced with 8651ec01d

Re: [PATCH] depmod: create and use System.map.no_namespaces

2019-10-05 Thread Masahiro Yamada
On Sat, Oct 5, 2019 at 3:25 AM Lucas De Marchi wrote: > > On Fri, Oct 4, 2019 at 2:57 AM Matthias Maennich wrote: > > > > depmod in its current version is not aware of symbol namespace in > > ksymtab entries introduced with 8651ec01daed ("module: add support for > > symbol namespaces."). They hav

Re: [PATCH] depmod: create and use System.map.no_namespaces

2019-10-04 Thread Lucas De Marchi
On Fri, Oct 4, 2019 at 2:57 AM Matthias Maennich wrote: > > depmod in its current version is not aware of symbol namespace in > ksymtab entries introduced with 8651ec01daed ("module: add support for > symbol namespaces."). They have the form > > __ksymtab_NAMESPACE.symbol_name > > A fix for kmod

[PATCH] depmod: create and use System.map.no_namespaces

2019-10-04 Thread Matthias Maennich
depmod in its current version is not aware of symbol namespace in ksymtab entries introduced with 8651ec01daed ("module: add support for symbol namespaces."). They have the form __ksymtab_NAMESPACE.symbol_name A fix for kmod's depmod has been proposed [1]. In order to support older versions of