Re: [PATCH v4 0/2] objtool: read_symbols() fixes

2018-11-20 Thread Josh Poimboeuf
On Tue, Nov 20, 2018 at 09:05:46AM +0100, Artem Savkov wrote: > The series started with 'parent symbol search' patch, but I found another > issue > in read_symbols() while testing the failure-path. > > Artem Savkov (2): > objtool: fix failed cold symbol doublefree > objtool: fix .cold functio

[PATCH v4 0/2] objtool: read_symbols() fixes

2018-11-20 Thread Artem Savkov
The series started with 'parent symbol search' patch, but I found another issue in read_symbols() while testing the failure-path. Artem Savkov (2): objtool: fix failed cold symbol doublefree objtool: fix .cold functions parent symbols search tools/objtool/elf.c | 19 +++ 1 fi