Re: module: use relative references for __ksymtab entries

2017-09-09 Thread Ard Biesheuvel
> On 9 Sep 2017, at 16:33, Thomas Garnier wrote: > >> On Sat, Sep 9, 2017 at 6:08 AM, Jessica Yu wrote: >> +++ Ard Biesheuvel [19/08/17 19:10 +0100]: >> >>> An ordinary arm64 defconfig build has ~64 KB worth of __ksymtab >>> entries, each consisting of two 64-bit fields containing absolute >>>

Re: module: use relative references for __ksymtab entries

2017-09-09 Thread Thomas Garnier
On Sat, Sep 9, 2017 at 6:08 AM, Jessica Yu wrote: > +++ Ard Biesheuvel [19/08/17 19:10 +0100]: > >> An ordinary arm64 defconfig build has ~64 KB worth of __ksymtab >> entries, each consisting of two 64-bit fields containing absolute >> references, to the symbol itself and to a char array containin

Re: module: use relative references for __ksymtab entries

2017-09-09 Thread Jessica Yu
+++ Ard Biesheuvel [19/08/17 19:10 +0100]: An ordinary arm64 defconfig build has ~64 KB worth of __ksymtab entries, each consisting of two 64-bit fields containing absolute references, to the symbol itself and to a char array containing its name, respectively. When we build the same configuratio