linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Hildenbrand <david@redhat.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	Andrea Arcangeli <aarcange@redhat.com>,
	Arnd Bergmann <arnd@arndb.de>, Chris Zankel <chris@zankel.net>,
	Dave Hansen <dave.hansen@intel.com>, Helge Deller <deller@gmx.de>,
	Hugh Dickins <hughd@google.com>,
	Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>,
	Jann Horn <jannh@google.com>, Jason Gunthorpe <jgg@ziepe.ca>,
	"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
	Linux API <linux-api@vger.kernel.org>,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	Matt Turner <mattst88@gmail.com>,
	Max Filippov <jcmvbkbc@gmail.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Michal Hocko <mhocko@suse.com>,
	Mike Kravetz <mike.kravetz@oracle.com>,
	Minchan Kim <minchan@kernel.org>,
	Oscar Salvador <osalvador@suse.de>, Peter Xu <peterx@redhat.com>,
	Ram Pai <linuxram@us.ibm.com>,
	Richard Henderson <rth@twiddle.net>,
	Rik van Riel <riel@surriel.com>,
	Rolf Eike Beer <eike-kernel@sf-tec.de>,
	Shuah Khan <shuah@kernel.org>,
	Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	Vlastimil Babka <vbabka@suse.cz>
Subject: Re: [PATCH v2 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
Date: Mon, 10 May 2021 16:52:33 +0200	[thread overview]
Message-ID: <79bb75e1-4ee9-5fe2-e495-577518956e1f@redhat.com> (raw)
In-Reply-To: <20210509212105.d741b7026ca6dca86bdb56d2@linux-foundation.org>

On 10.05.21 06:21, Andrew Morton wrote:
> On Mon, 19 Apr 2021 15:54:38 +0200 David Hildenbrand <david@redhat.com> wrote:
> 
>> Excessive details on MADV_POPULATE_(READ|WRITE) can be found in patch #2.
> 
> I grabbed the series, but some additional review would help things
> along here..

Thanks -- indeed, while there have been some comments to previous 
versions that improved the series as a whole, there are no explicit acks 
or rbs. Fortunately, we still have some time until the next merge window 
opens :)

> 
> Did patch #2 actually make it to linux-mm?  It's missing from my
> archive.

Ehm, good point. I punch out everything via " git send-email  --to 
linux-kernel@vger.kernel.org  --cc "linux-mm@kvack.org" ..." and don't 
remember any bounces.

Doesn't seem to appear on linux-mm:

https://lore.kernel.org/linux-mm/20210419135443.12822-1-david@redhat.com/

But it did make it to lkml as well:

https://lore.kernel.org/lkml/20210419135443.12822-3-david@redhat.com/

> https://lkml.kernel.org/r/20210419135443.12822-3-david@redhat.com lands
> on the linux-api@vger copy.

Weird, looks like linux-mm is swallowing mails.

I can just resend the series, thoughts?

-- 
Thanks,

David / dhildenb


  reply	other threads:[~2021-05-10 14:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19 13:54 [PATCH v2 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables David Hildenbrand
2021-04-19 13:54 ` [PATCH v2 2/5] " David Hildenbrand
2021-04-19 13:54 ` [PATCH v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE) David Hildenbrand
2021-05-10  4:21 ` [PATCH v2 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables Andrew Morton
2021-05-10 14:52   ` David Hildenbrand [this message]
2021-05-11  0:59     ` Andrew Morton

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=79bb75e1-4ee9-5fe2-e495-577518956e1f@redhat.com \
    --to=david@redhat.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=aarcange@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=chris@zankel.net \
    --cc=dave.hansen@intel.com \
    --cc=deller@gmx.de \
    --cc=eike-kernel@sf-tec.de \
    --cc=hughd@google.com \
    --cc=ink@jurassic.park.msu.ru \
    --cc=jannh@google.com \
    --cc=jcmvbkbc@gmail.com \
    --cc=jgg@ziepe.ca \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linuxram@us.ibm.com \
    --cc=mattst88@gmail.com \
    --cc=mhocko@suse.com \
    --cc=mike.kravetz@oracle.com \
    --cc=minchan@kernel.org \
    --cc=mst@redhat.com \
    --cc=osalvador@suse.de \
    --cc=peterx@redhat.com \
    --cc=riel@surriel.com \
    --cc=rth@twiddle.net \
    --cc=shuah@kernel.org \
    --cc=tsbogend@alpha.franken.de \
    --cc=vbabka@suse.cz \
    --cc=willy@infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).