Skip to content

wrong debug function cause kinds of building error #25519

@wentongwu

Description

@wentongwu

Describe the bug
in scripts/elf_helper.py, function debug_die is used to dump DIE information and function debug is for common information, the step 4 of function find_kobjects is checking all the kernel objects instead of DIE which has already been checked in step 3, so we should use debug function to do the dump, debug_die will cause unforeseen errors.

Metadata

Metadata

Assignees

Labels

area: Build SystembugThe issue is a bug, or the PR is fixing a bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions