Skip to content

Pins note.ABI-tag section sh_addralign to 4#382

Merged
henry118 merged 1 commit into
NVIDIA:mainfrom
henry118:issue-366
Jul 21, 2026
Merged

Pins note.ABI-tag section sh_addralign to 4#382
henry118 merged 1 commit into
NVIDIA:mainfrom
henry118:issue-366

Conversation

@henry118

Copy link
Copy Markdown
Member

Fixes: #366

Before patch:

$ readelf -j .note.ABI-tag ./libnvidia-container.so.1.19.1

Displaying notes found in: .note.ABI-tag
readelf: Warning: Corrupt note: alignment 32, expecting 4 or 8

After patch:

$ readelf -j .note.ABI-tag ./libnvidia-container.so.1.19.1

Displaying notes found in: .note.ABI-tag
  Owner                Data size        Description
  GNU                  0x00000010       NT_GNU_ABI_TAG (ABI version tag)
    OS: Linux, ABI: 3.10.0

Signed-off-by: Henry Wang <henrwang@nvidia.com>
@henry118
henry118 requested a review from cdesiniotis July 20, 2026 20:41

@cdesiniotis cdesiniotis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @henry118 !

@henry118
henry118 merged commit 3e42819 into NVIDIA:main Jul 21, 2026
3 checks passed
@henry118
henry118 deleted the issue-366 branch July 21, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: ELF incorrect note alignment value for ABI-tag.

2 participants