Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsupported GNU_PROPERTY_TYPE in drivers/media/tuners/tuner-types.ko #1249

Closed
nickdesaulniers opened this issue Jan 11, 2021 · 4 comments
Closed
Labels
[ARCH] arm64 This bug impacts ARCH=arm64 [Reported-by] KernelCI Reported-by: kernelci.org bot <bot@kernelci.org> wontfix This will not be worked on

Comments

@nickdesaulniers
Copy link
Member

similar to #1054

kernelci reports:

    aarch64-linux-gnu-strip: warning: /scratch/linux/_modules_/lib/modules/5.11.0-rc2-next-20210111/kernel/drivers/media/tuners/tuner-types.ko: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000

for arm64 defconfigs.

@nickdesaulniers nickdesaulniers added [BUG] Untriaged Something isn't working [ARCH] arm64 This bug impacts ARCH=arm64 [Reported-by] KernelCI Reported-by: kernelci.org bot <bot@kernelci.org> labels Jan 11, 2021
@nathanchance
Copy link
Member

Isn't this #1054?

@nathanchance
Copy link
Member

Wow I did not read the actual body, sorry...

@nathanchance
Copy link
Member

This appears to be a KernelCI specific issue. The resolution to #1054 was to disable CONFIG_ARM64_PTR_AUTH when binutils were too old. KernelCI uses LLVM=1 but specifically changes STRIP to be aarch64-linux-gnu-strip during the modules_install step (build output and commit making the change), which is clearly too old to support the PAC ELF notes. That STRIP assignment should not be necessary, it should rely on the default value in the main Makefile, which will be $(CROSS_COMPILE)strip if LLVM=1 is not present, llvm-strip if it is. If there is something wrong with llvm-strip, we should fix it.

@nickdesaulniers
Copy link
Member Author

cc @gctucker @khilman @broonie

@nickdesaulniers nickdesaulniers added wontfix This will not be worked on and removed [BUG] Untriaged Something isn't working labels Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ARCH] arm64 This bug impacts ARCH=arm64 [Reported-by] KernelCI Reported-by: kernelci.org bot <bot@kernelci.org> wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants