The patch titled Subject: c6x: use pgtable-nopud instead of 4level-fixup has been added to the -mm tree. Its filename is c6x-use-pgtable-nopud-instead-of-4level-fixup.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/c6x-use-pgtable-nopud-instead-of-4level-fixup.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/c6x-use-pgtable-nopud-instead-of-4level-fixup.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Mike Rapoport <rppt@xxxxxxxxxxxxx> Subject: c6x: use pgtable-nopud instead of 4level-fixup c6x is a nommu architecture and does not require fixup for upper layers of the page tables because it is already handled by the generic nommu implementation. Replace usage of include/asm-generic/4level-fixup.h with include/asm-generic/pgtable-nopud.h Link: http://lkml.kernel.org/r/1572938135-31886-4-git-send-email-rppt@xxxxxxxxxx Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> Cc: Anatoly Pugachev <matorola@xxxxxxxxx> Cc: Anton Ivanov <anton.ivanov@xxxxxxxxxxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Greentime Hu <green.hu@xxxxxxxxx> Cc: Greg Ungerer <gerg@xxxxxxxxxxxxxx> Cc: Helge Deller <deller@xxxxxx> Cc: "James E.J. Bottomley" <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Cc: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx> Cc: Mark Salter <msalter@xxxxxxxxxx> Cc: Matt Turner <mattst88@xxxxxxxxx> Cc: Michal Simek <monstr@xxxxxxxxx> Cc: Peter Rosin <peda@xxxxxxxxxx> Cc: Richard Weinberger <richard@xxxxxx> Cc: Rolf Eike Beer <eike-kernel@xxxxxxxxx> Cc: Russell King <linux@xxxxxxxxxxxxxxx> Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> Cc: Sam Creasey <sammy@xxxxxxxxx> Cc: Vincent Chen <deanbo422@xxxxxxxxx> Cc: Vineet Gupta <Vineet.Gupta1@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/c6x/include/asm/pgtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/c6x/include/asm/pgtable.h~c6x-use-pgtable-nopud-instead-of-4level-fixup +++ a/arch/c6x/include/asm/pgtable.h @@ -8,7 +8,7 @@ #ifndef _ASM_C6X_PGTABLE_H #define _ASM_C6X_PGTABLE_H -#include <asm-generic/4level-fixup.h> +#include <asm-generic/pgtable-nopud.h> #include <asm/setup.h> #include <asm/page.h> _ Patches currently in -mm which might be from rppt@xxxxxxxxxxxxx are userfaultfd-require-cap_sys_ptrace-for-uffd_feature_event_fork.patch alpha-use-pgtable-nopud-instead-of-4level-fixup.patch arm-nommu-use-pgtable-nopud-instead-of-4level-fixup.patch c6x-use-pgtable-nopud-instead-of-4level-fixup.patch m68k-nommu-use-pgtable-nopud-instead-of-4level-fixup.patch m68k-mm-use-pgtable-nopxd-instead-of-4level-fixup.patch microblaze-use-pgtable-nopmd-instead-of-4level-fixup.patch nds32-use-pgtable-nopmd-instead-of-4level-fixup.patch parisc-use-pgtable-nopxd-instead-of-4level-fixup.patch sparc32-use-pgtable-nopud-instead-of-4level-fixup.patch um-remove-unused-pxx_offset_proc-and-addr_pte-functions.patch um-add-support-for-folded-p4d-page-tables.patch mm-remove-__arch_has_4level_hack-and-include-asm-generic-4level-fixuph.patch