Re: [PATCH 0/2] Kbuild: kallsyms: update suffix ignore logic

2015-04-07 Thread Michal Marek
Dne 7.4.2015 v 11:02 Ard Biesheuvel napsal(a): > On 30 March 2015 at 15:20, Ard Biesheuvel wrote: >> Two patches that update the kallsyms ignore logic. >> >> Patch #1 adds logic to introduce symbols whose names end in (or equal) >> "_veneer". This prevent kallsyms generation errors on large ARM

Re: [PATCH 0/2] Kbuild: kallsyms: update suffix ignore logic

2015-04-07 Thread Ard Biesheuvel
On 30 March 2015 at 15:20, Ard Biesheuvel wrote: > Two patches that update the kallsyms ignore logic. > > Patch #1 adds logic to introduce symbols whose names end in (or equal) > "_veneer". This prevent kallsyms generation errors on large ARM kernels > where the emitted veneers will be different

Re: [PATCH 0/2] Kbuild: kallsyms: update suffix ignore logic

2015-04-07 Thread Ard Biesheuvel
On 30 March 2015 at 15:20, Ard Biesheuvel ard.biesheu...@linaro.org wrote: Two patches that update the kallsyms ignore logic. Patch #1 adds logic to introduce symbols whose names end in (or equal) _veneer. This prevent kallsyms generation errors on large ARM kernels where the emitted veneers

Re: [PATCH 0/2] Kbuild: kallsyms: update suffix ignore logic

2015-04-07 Thread Michal Marek
Dne 7.4.2015 v 11:02 Ard Biesheuvel napsal(a): On 30 March 2015 at 15:20, Ard Biesheuvel ard.biesheu...@linaro.org wrote: Two patches that update the kallsyms ignore logic. Patch #1 adds logic to introduce symbols whose names end in (or equal) _veneer. This prevent kallsyms generation errors

[PATCH 0/2] Kbuild: kallsyms: update suffix ignore logic

2015-03-30 Thread Ard Biesheuvel
Two patches that update the kallsyms ignore logic. Patch #1 adds logic to introduce symbols whose names end in (or equal) "_veneer". This prevent kallsyms generation errors on large ARM kernels where the emitted veneers will be different between the first and second pass, due to the fact that the

[PATCH 0/2] Kbuild: kallsyms: update suffix ignore logic

2015-03-30 Thread Ard Biesheuvel
Two patches that update the kallsyms ignore logic. Patch #1 adds logic to introduce symbols whose names end in (or equal) _veneer. This prevent kallsyms generation errors on large ARM kernels where the emitted veneers will be different between the first and second pass, due to the fact that the