From: Andi Kleen
Add support for padding the variable length tables in kallsyms.
This adds a new --pad=XXX option to kallsyms to specify the table lengths,
and another option --pad-file=X to write the table lengths to a file.
Then when a table is shorter than the padding add the necessary padding
From: Andi Kleen
Add support for padding the variable length tables in kallsyms.
This adds a new --pad=XXX option to kallsyms to specify the table lengths,
and another option --pad-file=X to write the table lengths to a file.
Then when a table is shorter than the padding add the necessary padding
On 2014.02.08 at 09:46 -0800, Andi Kleen wrote:
> > With attached config I get:
> >
> > KSYM.tmp_kallsyms2.o
> > kallsyms: address pointers padding too short: 24495 missing
> > OBJCOPY .tmp_kallsyms2.bin
> > PATCHFILE vmlinux
> > Not enough padding in vmlinux for new kallsyms, missing 19
> With attached config I get:
>
> KSYM.tmp_kallsyms2.o
> kallsyms: address pointers padding too short: 24495 missing
> OBJCOPY .tmp_kallsyms2.bin
> PATCHFILE vmlinux
> Not enough padding in vmlinux for new kallsyms, missing 192120
> Makefile:840: recipe for target 'vmlinux' failed
Nice
Add support for padding the variable length tables in kallsyms.
This adds a new --pad=XXX option to kallsyms to specify the table lengths,
and another option --pad-file=X to write the table lengths to a file.
Then when a table is shorter than the padding add the necessary padding
at the end.
This
5 matches
Mail list logo