All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] fs-proc-kcorec-add-mmap-interface-fix.patch removed from -mm tree
@ 2021-07-01  1:01 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-07-01  1:01 UTC (permalink / raw)
  To: adobriyan, akpm, chenying.kernel, mm-commits, rppt, songmuchun,
	zhouchengming, zhoufeng.zf


The patch titled
     Subject: fs-proc-kcorec-add-mmap-interface-fix
has been removed from the -mm tree.  Its filename was
     fs-proc-kcorec-add-mmap-interface-fix.patch

This patch was dropped because it was folded into fs-proc-kcorec-add-mmap-interface.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: fs-proc-kcorec-add-mmap-interface-fix

KCORE_REMAP is no more

Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Chengming Zhou <zhouchengming@bytedance.com>
Cc: CHENYING <chenying.kernel@bytedance.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Muchun Song <songmuchun@bytedance.com>
Cc: ZHOUFENG <zhoufeng.zf@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/proc/kcore.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/fs/proc/kcore.c~fs-proc-kcorec-add-mmap-interface-fix
+++ a/fs/proc/kcore.c
@@ -660,7 +660,7 @@ static int mmap_kcore(struct file *file,
 	vma->vm_ops = &kcore_mmap_ops;
 
 	if (kern_addr_valid(start)) {
-		if (m->type == KCORE_RAM || m->type == KCORE_REMAP)
+		if (m->type == KCORE_RAM)
 			pfn = __pa(start) >> PAGE_SHIFT;
 		else if (m->type == KCORE_TEXT)
 			pfn = __pa_symbol(start) >> PAGE_SHIFT;
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

fs-proc-kcorec-add-mmap-interface.patch
kernelh-split-out-panic-and-oops-helpers-fix.patch
lib-math-rational-add-kunit-test-cases-fix.patch
lib-decompressors-remove-set-but-not-used-variabled-level-fix.patch
ipc-utilc-use-binary-search-for-max_idx-fix.patch
mm.patch
lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix.patch
linux-next-pre.patch
linux-next-post.patch
linux-next-rejects.patch
kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice.patch
mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fix.patch
module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix.patch
module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch
kernel-forkc-export-kernel_thread-to-modules.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-01  1:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01  1:01 [folded-merged] fs-proc-kcorec-add-mmap-interface-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.