• Alexander Lobakin's avatar
    vmlinux.lds.h: catch even more instrumentation symbols into .data · 49387f62
    Alexander Lobakin authored
    LKP caught another bunch of orphaned instrumentation symbols [0]:
    
    mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from
    `init/main.o' being placed in section `.data.$LPBX1'
    mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from
    `init/main.o' being placed in section `.data.$LPBX0'
    mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from
    `init/do_mounts.o' being placed in section `.data.$LPBX1'
    mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from
    `init/do_mounts.o' being placed in section `.data.$LPBX0'
    mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from
    `init/do_mounts_initrd.o' being placed in section `.data.$LPBX1'
    mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from
    `init/do_mounts_initrd.o' being placed in section `.data.$LPBX0'
    mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from
    `init/initramfs.o' being placed in section `.data.$LPBX1'
    mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from
    `init/initramfs.o' being placed in section `.data.$LPBX0'
    mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from
    `init/calibrate.o' being placed in section `.data.$LPBX1'
    mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from
    `init/calibrate.o' being placed in section `.data.$LPBX0'
    
    [...]
    
    Soften the wildcard to .data.$L* to grab these ones into .data too.
    
    [0] https://lore.kernel.org/lkml/202102231519.lWPLPveV-lkp@intel.comReported-by: default avatarkernel test robot <lkp@intel.com>
    Signed-off-by: default avatarAlexander Lobakin <alobakin@pm.me>
    Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
    49387f62
vmlinux.lds.h 32.1 KB