mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-23 14:06:06 +00:00
powerpc/64: whitelist unresolved modversions CRCs
These are a symptom of CRC generation failure in generic build code, and not powerpc specific. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Tested-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Michael Ellerman <mpe@ellerman.id.au> Fixes: 9445aa1a3062 ("ppc: move exports to definitions") Signed-off-by: Michal Marek <mmarek@suse.com>
This commit is contained in:
parent
0f4c4af06e
commit
12eb901e01
@ -30,6 +30,7 @@ bad_relocs=$(
|
||||
# On PPC64:
|
||||
# R_PPC64_RELATIVE, R_PPC64_NONE
|
||||
# R_PPC64_ADDR64 mach_<name>
|
||||
# R_PPC64_ADDR64 __crc_<name>
|
||||
# On PPC:
|
||||
# R_PPC_RELATIVE, R_PPC_ADDR16_HI,
|
||||
# R_PPC_ADDR16_HA,R_PPC_ADDR16_LO,
|
||||
@ -41,7 +42,8 @@ R_PPC_ADDR16_HI
|
||||
R_PPC_ADDR16_HA
|
||||
R_PPC_RELATIVE
|
||||
R_PPC_NONE' |
|
||||
grep -E -v '\<R_PPC64_ADDR64[[:space:]]+mach_'
|
||||
grep -E -v '\<R_PPC64_ADDR64[[:space:]]+mach_' |
|
||||
grep -E -v '\<R_PPC64_ADDR64[[:space:]]+__crc_'
|
||||
)
|
||||
|
||||
if [ -z "$bad_relocs" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user