summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
diff options
context:
space:
mode:
authorLaurent Dufour <ldufour@linux.vnet.ibm.com>2014-06-24 10:53:59 +0200
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-06-25 13:10:48 +1000
commitc2cbcf533a1d7443cf1d6aae1127491792601587 (patch)
treeac6b3f35ebb65d59d07fdd8ee1bf93a33566c777 /net/sctp/socket.c
parente2500be2b801f4e95d6a1efbc50af3bf14eeb940 (diff)
downloadop-kernel-dev-c2cbcf533a1d7443cf1d6aae1127491792601587.zip
op-kernel-dev-c2cbcf533a1d7443cf1d6aae1127491792601587.tar.gz
powerpc/module: Fix TOC symbol CRC
The commit 71ec7c55ed91 introduced the magic symbol ".TOC." for ELFv2 ABI. This symbol is built manually and has no CRC value computed. A zero value is put in the CRC section to avoid modpost complaining about a missing CRC. Unfortunately, this breaks the kernel module loading when the kernel is relocated (kdump case for instance) because of the relocation applied to the kcrctab values. This patch compute a CRC value for the TOC symbol which will match the one compute by the kernel when it is relocated - aka '0 - relocate_start' done in maybe_relocated called by check_version (module.c). Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com> Cc: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'net/sctp/socket.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud