Loading scripts/mod/modpost.c +1 −2 Original line number Diff line number Diff line Loading @@ -928,8 +928,7 @@ static int section_mismatch(const char *fromsec, const char *tosec) * *probe_one, *_console, *_timer * * Pattern 3: * Whitelist all refereces from .text.head to .init.data * Whitelist all refereces from .text.head to .init.text * Whitelist all references from .head.text to any init section * * Pattern 4: * Some symbols belong to init section but still it is ok to reference Loading Loading
scripts/mod/modpost.c +1 −2 Original line number Diff line number Diff line Loading @@ -928,8 +928,7 @@ static int section_mismatch(const char *fromsec, const char *tosec) * *probe_one, *_console, *_timer * * Pattern 3: * Whitelist all refereces from .text.head to .init.data * Whitelist all refereces from .text.head to .init.text * Whitelist all references from .head.text to any init section * * Pattern 4: * Some symbols belong to init section but still it is ok to reference Loading