The patch titled Subject: linux-next-rejects has been removed from the -mm tree. Its filename was linux-next-rejects.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: linux-next-rejects Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxx> --- Documentation/features/vm/pte_special/arch-support.txt | 33 ---------- arch/sh/Kconfig | 2 mm/hmm.c | 2 3 files changed, 3 insertions(+), 34 deletions(-) diff -puN arch/sh/Kconfig~linux-next-rejects arch/sh/Kconfig --- a/arch/sh/Kconfig~linux-next-rejects +++ a/arch/sh/Kconfig @@ -34,6 +34,8 @@ config SUPERH select HAVE_REGS_AND_STACK_ACCESS_API select MAY_HAVE_SPARSE_IRQ select IRQ_FORCED_THREADING + select NEED_DMA_MAP_STATE + select NEED_SG_DMA_LENGTH select RTC_LIB select GENERIC_ATOMIC64 select GENERIC_IRQ_SHOW diff -puN Documentation/features/vm/pte_special/arch-support.txt~linux-next-rejects /dev/null --- a/Documentation/features/vm/pte_special/arch-support.txt +++ /dev/null @@ -1,33 +0,0 @@ -# -# Feature name: pte_special -# Kconfig: ARCH_HAS_PTE_SPECIAL -# description: arch supports the pte_special()/pte_mkspecial() VM APIs -# - ----------------------- - | arch |status| - ----------------------- - | alpha: | TODO | - | arc: | ok | - | arm: | ok | - | arm64: | ok | - | c6x: | TODO | - | h8300: | TODO | - | hexagon: | TODO | - | ia64: | TODO | - | m68k: | TODO | - | microblaze: | TODO | - | mips: | TODO | - | nds32: | TODO | - | nios2: | TODO | - | openrisc: | TODO | - | parisc: | TODO | - | powerpc: | ok | - | riscv: | TODO | - | s390: | ok | - | sh: | ok | - | sparc: | ok | - | um: | TODO | - | unicore32: | TODO | - | x86: | ok | - | xtensa: | TODO | - ----------------------- diff -puN mm/hmm.c~linux-next-rejects mm/hmm.c --- a/mm/hmm.c~linux-next-rejects +++ a/mm/hmm.c @@ -992,7 +992,7 @@ struct hmm_devmem *hmm_devmem_add(const void *result; int ret; - static_branch_enable(&device_private_key); + dev_pagemap_get_ops(); devmem = devm_kzalloc(device, sizeof(*devmem), GFP_KERNEL); if (!devmem) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch ocfs2-without-quota-support-try-to-avoid-calling-quota-recovery-checkpatch-fixes.patch mm.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch mm-oom-cgroup-aware-oom-killer-fix.patch mm-oom-cgroup-aware-oom-killer-fix-2.patch mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2-fix.patch proc-skip-branch-in-proc-lookup-fix.patch kcov-prefault-the-kcov_area-fix.patch kcov-prefault-the-kcov_area-fix-fix.patch kcov-prefault-the-kcov_area-fix-fix-fix.patch linux-next-git-rejects.patch mm-fix-oom_kill-event-handling-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html