From: Luiz Capitulino <lcapitulino@redhat.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
mtosatti@redhat.com, aarcange@redhat.com, mgorman@suse.de,
andi@firstfloor.org, davidlohr@hp.com, rientjes@google.com,
isimatu.yasuaki@jp.fujitsu.com, yinghai@kernel.org,
riel@redhat.com, n-horiguchi@ah.jp.nec.com, kirill@shutemov.name
Subject: Re: [PATCH v3 0/5] hugetlb: add support gigantic page allocation at runtime
Date: Thu, 17 Apr 2014 15:09:19 -0400 [thread overview]
Message-ID: <20140417150919.6d59e360@redhat.com> (raw)
In-Reply-To: <20140417115242.1081267213b26d10a41d2266@linux-foundation.org>
On Thu, 17 Apr 2014 11:52:42 -0700
Andrew Morton <akpm@linux-foundation.org> wrote:
> On Thu, 17 Apr 2014 11:13:05 -0400 Luiz Capitulino <lcapitulino@redhat.com> wrote:
>
> > On Thu, 10 Apr 2014 13:58:40 -0400
> > Luiz Capitulino <lcapitulino@redhat.com> wrote:
> >
> > > [Full introduction right after the changelog]
> > >
> > > Changelog
> > > ---------
> > >
> > > v3
> > >
> > > - Dropped unnecessary WARN_ON() call [Kirill]
> > > - Always check if the pfn range lies within a zone [Yasuaki]
> > > - Renamed some function arguments for consistency
> >
> > Andrew, this series got four ACKs but it seems that you haven't picked
> > it yet. Is there anything missing to be addressed?
>
> I don't look at new features until after -rc1. Then it takes a week or
> more to work through the backlog. We'll get there.
I see, just wanted to make sure it was in your radar. Thanks a lot.
--
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>
WARNING: multiple messages have this Message-ID (diff)
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
mtosatti@redhat.com, aarcange@redhat.com, mgorman@suse.de,
andi@firstfloor.org, davidlohr@hp.com, rientjes@google.com,
isimatu.yasuaki@jp.fujitsu.com, yinghai@kernel.org,
riel@redhat.com, n-horiguchi@ah.jp.nec.com, kirill@shutemov.name
Subject: Re: [PATCH v3 0/5] hugetlb: add support gigantic page allocation at runtime
Date: Thu, 17 Apr 2014 15:09:19 -0400 [thread overview]
Message-ID: <20140417150919.6d59e360@redhat.com> (raw)
In-Reply-To: <20140417115242.1081267213b26d10a41d2266@linux-foundation.org>
On Thu, 17 Apr 2014 11:52:42 -0700
Andrew Morton <akpm@linux-foundation.org> wrote:
> On Thu, 17 Apr 2014 11:13:05 -0400 Luiz Capitulino <lcapitulino@redhat.com> wrote:
>
> > On Thu, 10 Apr 2014 13:58:40 -0400
> > Luiz Capitulino <lcapitulino@redhat.com> wrote:
> >
> > > [Full introduction right after the changelog]
> > >
> > > Changelog
> > > ---------
> > >
> > > v3
> > >
> > > - Dropped unnecessary WARN_ON() call [Kirill]
> > > - Always check if the pfn range lies within a zone [Yasuaki]
> > > - Renamed some function arguments for consistency
> >
> > Andrew, this series got four ACKs but it seems that you haven't picked
> > it yet. Is there anything missing to be addressed?
>
> I don't look at new features until after -rc1. Then it takes a week or
> more to work through the backlog. We'll get there.
I see, just wanted to make sure it was in your radar. Thanks a lot.
next prev parent reply other threads:[~2014-04-17 19:09 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-10 17:58 [PATCH v3 0/5] hugetlb: add support gigantic page allocation at runtime Luiz Capitulino
2014-04-10 17:58 ` Luiz Capitulino
2014-04-10 17:58 ` [PATCH 1/5] hugetlb: prep_compound_gigantic_page(): drop __init marker Luiz Capitulino
2014-04-10 17:58 ` Luiz Capitulino
2014-04-10 17:58 ` [PATCH 2/5] hugetlb: add hstate_is_gigantic() Luiz Capitulino
2014-04-10 17:58 ` Luiz Capitulino
2014-04-10 17:58 ` [PATCH 3/5] hugetlb: update_and_free_page(): don't clear PG_reserved bit Luiz Capitulino
2014-04-10 17:58 ` Luiz Capitulino
2014-04-10 17:58 ` [PATCH 4/5] hugetlb: move helpers up in the file Luiz Capitulino
2014-04-10 17:58 ` Luiz Capitulino
2014-04-10 17:58 ` [PATCH 5/5] hugetlb: add support for gigantic page allocation at runtime Luiz Capitulino
2014-04-10 17:58 ` Luiz Capitulino
2014-04-13 23:31 ` Yasuaki Ishimatsu
2014-04-13 23:31 ` Yasuaki Ishimatsu
2014-04-17 23:00 ` Andrew Morton
2014-04-17 23:00 ` Andrew Morton
2014-04-22 21:19 ` Luiz Capitulino
2014-04-22 21:19 ` Luiz Capitulino
2014-04-10 21:44 ` [PATCH v3 0/5] hugetlb: add support " Davidlohr Bueso
2014-04-10 21:44 ` Davidlohr Bueso
2014-04-11 12:08 ` Kirill A. Shutemov
2014-04-14 7:31 ` Zhang Yanfei
2014-04-14 7:31 ` Zhang Yanfei
2014-04-17 15:13 ` Luiz Capitulino
2014-04-17 15:13 ` Luiz Capitulino
2014-04-17 18:52 ` Andrew Morton
2014-04-17 18:52 ` Andrew Morton
2014-04-17 19:09 ` Luiz Capitulino [this message]
2014-04-17 19:09 ` Luiz Capitulino
2014-04-17 23:01 ` Andrew Morton
2014-04-17 23:01 ` Andrew Morton
2014-04-22 21:37 ` Luiz Capitulino
2014-04-22 21:37 ` Luiz Capitulino
2014-04-22 21:55 ` Andrew Morton
2014-04-22 21:55 ` Andrew Morton
2014-04-25 20:18 ` Luiz Capitulino
2014-04-25 20:18 ` Luiz Capitulino
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=20140417150919.6d59e360@redhat.com \
--to=lcapitulino@redhat.com \
--cc=aarcange@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=andi@firstfloor.org \
--cc=davidlohr@hp.com \
--cc=isimatu.yasuaki@jp.fujitsu.com \
--cc=kirill@shutemov.name \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=mtosatti@redhat.com \
--cc=n-horiguchi@ah.jp.nec.com \
--cc=riel@redhat.com \
--cc=rientjes@google.com \
--cc=yinghai@kernel.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 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.