On 2021-01-19, David Howells wrote:
kernel test robot <lkp(a)intel.com> wrote:
> >> aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from
`fs/fscache/page2.o' being placed in section `.eh_frame'
Is this a Clang bug?
David
This is similar to
https://github.com/ClangBuiltLinux/linux/issues/1227
Either .eh_frame : { *(.eh_frame) } should be used or -fno-asynchronous-unwind-tables is
missing in some places.