Home
last modified time | relevance | path

Searched hist:ec91e78d378cc5d4b43805a1227d8e04e5dfa17d (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/mod/
H A Dfile2alias.cdiff ec91e78d378cc5d4b43805a1227d8e04e5dfa17d Thu Nov 22 05:28:41 CET 2018 Masahiro Yamada <yamada.masahiro@socionext.com> modpost: file2alias: go back to simple devtable lookup

Commit e49ce14150c6 ("modpost: use linker section to generate table.")
was not so cool as we had expected first; it ended up with ugly section
hacks when commit dd2a3acaecd7 ("mod/file2alias: make modpost compile
on darwin again") came in.

Given a certain degree of unknowledge about the link stage of host
programs, I really want to see simple, stupid table lookup so that
this works in the same way regardless of the underlying executable
format.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Mathieu Malaterre <malat@debian.org>