]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'topic/func-desc-lkdtm' into next
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 7 Mar 2022 12:34:32 +0000 (23:34 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 7 Mar 2022 12:34:32 +0000 (23:34 +1100)
commitf81c7d8d9f0cd054ed4de1391b655150e88eb053
treec5b177975b0f7da164e63f0188665d6d245ff073
parente94b98a691a48c9216771586e4201dee6163a6b3
parent0ea59ca8f4cae22e25b5c7ffe1c77758a6e11e84
Merge branch 'topic/func-desc-lkdtm' into next

Merge a topic branch we are maintaining with some cross-architecture
changes to function descriptor handling and their use in LKDTM.

From Christophe's cover letter:

Fix LKDTM for PPC64/IA64/PARISC

PPC64/IA64/PARISC have function descriptors. LKDTM doesn't work on those
three architectures because LKDTM messes up function descriptors with
functions.

This series does some cleanup in the three architectures and refactors
function descriptors so that it can then easily use it in a generic way
in LKDTM.
arch/powerpc/Kconfig
arch/powerpc/Makefile
arch/powerpc/kernel/module_64.c