From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Date: Wed, 09 Mar 2022 01:37:14 +0000 Subject: Re: [PATCH v4 00/13] Fix LKDTM for PPC64/IA64/PARISC v4 Message-Id: <87r17bnbxx.fsf@mpe.ellerman.id.au> List-Id: References: <164674125384.3322453.12551849351633372798.b4-ty@ellerman.id.au> In-Reply-To: <164674125384.3322453.12551849351633372798.b4-ty@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michael Ellerman , Greg Kroah-Hartman , Andrew Morton , Helge Deller , Christophe Leroy , Paul Mackerras , Benjamin Herrenschmidt , "James E.J. Bottomley" , Kees Cook , Arnd Bergmann Cc: linuxppc-dev@lists.ozlabs.org, linux-parisc@vger.kernel.org, linux-arch@vger.kernel.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Michael Ellerman writes: > On Tue, 15 Feb 2022 13:40:55 +0100, Christophe Leroy wrote: >> 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. >> >> [...] > > Applied to powerpc/next. I also have it in an rc2-based topic branch if there are any merge conflicts that people want to resolve, I don't see any in linux-next at the moment though. https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/log/?h=topic/func-desc-lkdtm cheers