[PATCH v1 01/10] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h

Arnd Bergmann arnd at arndb.de
Tue Oct 12 19:02:03 AEDT 2021


On Tue, Oct 12, 2021 at 9:10 AM Michael Ellerman <mpe at ellerman.id.au> wrote:
> Christophe Leroy <christophe.leroy at csgroup.eu> writes:
> > 'struct ppc64_opd_entry' doesn't belong to uapi/asm/elf.h
> > But it was by mistake added outside of __KERNEL__ section,
> > therefore commit c3617f72036c ("UAPI: (Scripted) Disintegrate
> > arch/powerpc/include/asm") moved it to uapi/asm/elf.h
>
> ... it's been visible to userspace since the first commit moved it, ~13
> years ago in 2008, v2.6.27.
>
> > Move it back into asm/elf.h, this brings it back in line with
> > IA64 and PARISC architectures.
>
> Removing it from the uapi header risks breaking userspace, I doubt
> anything uses it, but who knows.
>
> Given how long it's been there I think it's a bit risky to remove it :/

I would not be too worried about it. While we should absolutely
never break existing binaries, changing the visibility of internal
structures in header files only breaks compiling applications
that do rely on these entries, and they really should not be using
this in the first place.

        Arnd


More information about the Linuxppc-dev mailing list