All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Alexandru Moise <00moses.alexander00@gmail.com>,
	Andi Kleen <ak@linux.intel.com>, Andrey Vagin <avagin@openvz.org>,
	"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
	Anshuman Khandual <khandual@linux.vnet.ibm.com>,
	Anton Vorontsov <anton.vorontsov@linaro.org>,
	"Artem S. Tashkinov" <t.artem@lycos.com>,
	Balbir Singh <bsingharora@gmail.com>,
	Chris Salls <salls@cs.ucsb.edu>,
	Christopher Lameter <cl@linux.com>,
	"Darrick J. Wong" <darrick.wong@oracle.com>,
	Dave Chinner <david@fromorbit.com>,
	David Rientjes <rientjes@google.com>,
	Gerald Schaefer <gerald.schaefer@de.ibm.com>,
	Glauber Costa <glommer@openvz.org>,
	Henrique de Moraes Holschuh <hmh@hmh.eng.br>,
	Ingo Molnar <mingo@kernel.org>, Jan Kara <jack@suse.cz>,
	Johannes Weiner <hannes@cmpxchg.org>,
	Joonsoo Kim <iamjoonsoo.kim@lge.com>,
	"Kirill A. Shutemov" <kirill@shutemov.name>,
	Konstantin Khlebnikov <khlebnikov@yandex-team.ru>,
	Laurent Dufour <ldufour@linux.vnet.ibm.com>,
	Maxim Patlasov <MPatlasov@parallels.com>,
	Mel Gorman <mgorman@techsingularity.net>,
	Michal Hocko <mhocko@kernel.org>,
	Mike Kravetz <mike.kravetz@oracle.com>,
	Minchan Kim <minchan@kernel.org>,
	Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>,
	Punit Agrawal <punit.agrawal@arm.com>,
	Rik van Riel <riel@redhat.com>,
	Shiraz Hashim <shashim@codeaurora.org>,
	Tan Xiaojun <tanxiaojun@huawei.com>,
	Theodore Ts'o <tytso@mit.edu>,
	Vinayak Menon <vinmenon@codeaurora.org>,
	Vladimir Davydov <vdavydov.dev@gmail.com>,
	Vlastimil Babka <vbabka@suse.cz>,
	Wu Fengguang <fengguang.wu@intel.com>,
	Yisheng Xie <xieyisheng1@huawei.com>,
	zhong jiang <zhongjiang@huawei.com>
Cc: linux-mm@kvack.org
Subject: stalled MM patches
Date: Thu, 30 Nov 2017 14:14:23 -0800	[thread overview]
Message-ID: <20171130141423.600101bcef07ab2900286865@linux-foundation.org> (raw)


I'm sitting on a bunch of patches of varying ages which are stuck for
various reason.  Can people please take a look some time and assist
with getting them merged, dropped or fixed?

I'll send them all out in a sec.  I have rough notes (which might be
obsolete) and additional details can be found by following the Link: in
the individual patches.

Thanks.

Subject: mm: skip HWPoisoned pages when onlining pages

  mhocko had issues with this one.

Subject: mm/mempolicy: remove redundant check in get_nodes
Subject: mm/mempolicy: fix the check of nodemask from user
Subject: mm/mempolicy: add nodes_empty check in SYSC_migrate_pages

  Three patch series.  Stuck because vbabka wasn't happy with #3.

Subject: mm: memcontrol: eliminate raw access to stat and event counters
Subject: mm: memcontrol: implement lruvec stat functions on top of each other
Subject: mm: memcontrol: fix excessive complexity in memory.stat reporting

  Three patch series.  Stuck because #3 caused fengguang-bot to
  report "BUG: using __this_cpu_xchg() in preemptible"

Subject: mm/madvise: enable soft offline of HugeTLB pages at PUD level

  Hoping for Kirill review.  I wanted additional code comments (I
  think).  mhocko nacked it.

Subject: mm: readahead: increase maximum readahead window

  Darrick said he was going to do some testing.

Subject: fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual memory

  I had some questions, but they were responded to, whcih made my
  head spin a bit.  I guess I'll push this to Linus but would
  appreciate additional review.

Subject: mm, hugetlb: remove hugepages_treat_as_movable sysctl

  I'm holding this for additional testing.  I guess I'll merge it in
  4.16-rc1.

Subject: mm: vmscan: do not pass reclaimed slab to vmpressure

  mhocko asked for a changelog update

Subject: mm/page_owner: align with pageblock_nr pages

  mhocko sounded confused and I don't think that was resolved?

Subject: mm/vmstat.c: walk the zone in pageblock_nr_pages steps

  Joonsoo asked for a new changelog.  Various other concerns.

Subject: mm: add strictlimit knob

  This is three years old and I don't think we ever saw a convincing
  case for merging it.  Opinions>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

             reply	other threads:[~2017-11-30 22:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-30 22:14 Andrew Morton [this message]
2017-12-01  8:31 ` stalled MM patches Alexandru Moise
2017-12-01  8:45   ` Michal Hocko
2017-12-01 10:11     ` Kirill A. Shutemov
2017-12-01 10:17       ` Michal Hocko
2017-12-01  9:58 ` Yisheng Xie
2017-12-01 12:35 ` Jan Kara
2017-12-01 18:30 ` Darrick J. Wong
2017-12-04 12:23   ` Jan Kara
2017-12-04 15:24 ` Vinayak Menon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171130141423.600101bcef07ab2900286865@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=00moses.alexander00@gmail.com \
    --cc=MPatlasov@parallels.com \
    --cc=ak@linux.intel.com \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=anton.vorontsov@linaro.org \
    --cc=avagin@openvz.org \
    --cc=bsingharora@gmail.com \
    --cc=cl@linux.com \
    --cc=darrick.wong@oracle.com \
    --cc=david@fromorbit.com \
    --cc=fengguang.wu@intel.com \
    --cc=gerald.schaefer@de.ibm.com \
    --cc=glommer@openvz.org \
    --cc=hannes@cmpxchg.org \
    --cc=hmh@hmh.eng.br \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=jack@suse.cz \
    --cc=khandual@linux.vnet.ibm.com \
    --cc=khlebnikov@yandex-team.ru \
    --cc=kirill@shutemov.name \
    --cc=ldufour@linux.vnet.ibm.com \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@techsingularity.net \
    --cc=mhocko@kernel.org \
    --cc=mike.kravetz@oracle.com \
    --cc=minchan@kernel.org \
    --cc=mingo@kernel.org \
    --cc=n-horiguchi@ah.jp.nec.com \
    --cc=punit.agrawal@arm.com \
    --cc=riel@redhat.com \
    --cc=rientjes@google.com \
    --cc=salls@cs.ucsb.edu \
    --cc=shashim@codeaurora.org \
    --cc=t.artem@lycos.com \
    --cc=tanxiaojun@huawei.com \
    --cc=tytso@mit.edu \
    --cc=vbabka@suse.cz \
    --cc=vdavydov.dev@gmail.com \
    --cc=vinmenon@codeaurora.org \
    --cc=xieyisheng1@huawei.com \
    --cc=zhongjiang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.