Since rpm-build version 4.14.0-rc1(commit id: 4842adf), the new code will recompute the build-id of vmlinux when generating debuginfo, and results that the build-id is different from the boot image. Some debug tools, like perf, when we use `-k` to specify vmlinux, it would refuse to load vmlinux while detecing the build-id is different between vmlinux and the current boot image. We can use `$ file vmlinux` or `$ objdump -s -j .notes` to check vmlinux's build-id, and `$ hexdump /sys/kernel/notes` to check current boot image build-id. This patch is prevent build-id changing from generating debuginfo package. Signed-off-by: fu.lin <fu.lin10@huawei.com> Signed-off-by: yanglei <yanglei209@huawei.com>
kernel
Description
{When you're done, you can delete the content in this README and update the file with details for others getting started with your repository}
Software Architecture
Software architecture description
Installation
- xxxx
- xxxx
- xxxx
Instructions
- xxxx
- xxxx
- xxxx
Contribution
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request
Gitee Feature
- You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
- Gitee blog blog.gitee.com
- Explore open source project https://gitee.com/explore
- The most valuable open source project GVP
- The manual of Gitee https://gitee.com/help
- The most popular members https://gitee.com/gitee-stars/
Description
Languages
Shell
45%
Perl
37.2%
Python
17.8%