The patch titled Subject: linux-next-git-rejects has been added to the -mm tree. Its filename is linux-next-git-rejects.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/linux-next-git-rejects.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/linux-next-git-rejects.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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: linux-next-git-rejects Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/dev-tools/kasan.rst | 4 ---- kernel/dma/map_benchmark.c | 3 --- 2 files changed, 7 deletions(-) --- a/Documentation/dev-tools/kasan.rst~linux-next-git-rejects +++ a/Documentation/dev-tools/kasan.rst @@ -22,11 +22,7 @@ out-of-bounds accesses for global variab Tag-based KASAN is only supported in Clang. Currently generic KASAN is supported for the x86_64, arm, arm64, xtensa, s390 -<<<<<<< HEAD and riscv architectures, and tag-based KASAN modes are supported only for arm64. -======= -and riscv architectures, and tag-based KASAN is supported only for arm64. ->>>>>>> linux-next/akpm-base Usage ----- --- a/kernel/dma/map_benchmark.c~linux-next-git-rejects +++ a/kernel/dma/map_benchmark.c @@ -214,15 +214,12 @@ static long map_benchmark_ioctl(struct f return -EINVAL; } -<<<<<<< HEAD -======= if (map->bparam.dma_bits < 20 || map->bparam.dma_bits > 64) { pr_err("invalid dma_bits\n"); return -EINVAL; } ->>>>>>> linux-next/akpm-base if (map->bparam.node != NUMA_NO_NODE && !node_possible(map->bparam.node)) { pr_err("invalid numa node\n"); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-add-prototype-for-__add_to_page_cache_locked-fix.patch mm.patch mm-fix-initialization-of-struct-page-for-holes-in-memory-layout-checkpatch-fixes.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch kfence-kasan-make-kfence-compatible-with-kasan-fix.patch proc-wchan-use-printk-format-instead-of-lookup_symbol_name-fix.patch kmap-stupid-hacks-to-make-it-compile.patch set_memory-allow-set_direct_map__noflush-for-multiple-pages-fix.patch arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch linux-next-git-rejects.patch