lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 12 Jan 2021 18:01:36 +0100 From: Thomas Gleixner <tglx@...utronix.de> To: LKML <linux-kernel@...r.kernel.org> Cc: Andrew Morton <akpm@...ux-foundation.org>, linux-mm@...ck.org, Peter Zijlstra <peterz@...radead.org>, Andreas Larsson <andreas@...sler.com>, "David S. Miller" <davem@...emloft.net>, sparclinux@...r.kernel.org, Paul Cercueil <paul@...pouillou.net>, Thomas Bogendoerfer <tsbogend@...ha.franken.de>, Michael Ellerman <mpe@...erman.id.au>, linuxppc-dev@...ts.ozlabs.org Subject: [patch 0/4] mm/highmem: Fix fallout from generic kmap_local conversions The kmap_local conversion wreckaged sparc, mips and powerpc as it missed some of the details in the original implementation. The following series addresses that. Thanks, tglx --- arch/mips/include/asm/highmem.h | 1 + arch/sparc/include/asm/highmem.h | 9 +++++---- b/arch/powerpc/include/asm/highmem.h | 2 ++ mm/highmem.c | 7 ++++++- 4 files changed, 14 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists