Hi,
Full list of cleanups/fixes:
- xen/balloon: Use PageHighMem() for high memory page detection,
- xen/balloon: Simplify HVM integration,
- xen/balloon: Clarify credit calculation,
- xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_append().
Those patches applies to latest Linus' git tree
(git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git).
They are required by latest memory hotplug support for Xen balloon
driver patch which will be sent soon.
Daniel
On Mon, 2011-03-28 at 10:31 +0100, Daniel Kiper wrote:
> Hi,
>
> Full list of cleanups/fixes:
> - xen/balloon: Use PageHighMem() for high memory page detection,
> - xen/balloon: Simplify HVM integration,
> - xen/balloon: Clarify credit calculation,
> - xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_append().
>
> Those patches applies to latest Linus' git tree
> (git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git).
> They are required by latest memory hotplug support for Xen balloon
> driver patch which will be sent soon.
This series looks sane to me, so:
Acked-by: Ian Campbell <[email protected]>
CC'ing Daniel De Graaf though since he has been working on the balloon
driver recently as well.
Ian.
On 03/29/2011 10:30 AM, Ian Campbell wrote:
> On Mon, 2011-03-28 at 10:31 +0100, Daniel Kiper wrote:
>> Hi,
>>
>> Full list of cleanups/fixes:
>> - xen/balloon: Use PageHighMem() for high memory page detection,
>> - xen/balloon: Simplify HVM integration,
>> - xen/balloon: Clarify credit calculation,
>> - xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_append().
>>
>> Those patches applies to latest Linus' git tree
>> (git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git).
>> They are required by latest memory hotplug support for Xen balloon
>> driver patch which will be sent soon.
>
> This series looks sane to me, so:
> Acked-by: Ian Campbell <[email protected]>
>
> CC'ing Daniel De Graaf though since he has been working on the balloon
> driver recently as well.
>
> Ian.
>
The series also looks fine to me.
--
Daniel De Graaf
National Security Agency
On Tue, Mar 29, 2011 at 12:27:41PM -0400, Daniel De Graaf wrote:
> On 03/29/2011 10:30 AM, Ian Campbell wrote:
> > On Mon, 2011-03-28 at 10:31 +0100, Daniel Kiper wrote:
> >> Hi,
> >>
> >> Full list of cleanups/fixes:
> >> - xen/balloon: Use PageHighMem() for high memory page detection,
> >> - xen/balloon: Simplify HVM integration,
> >> - xen/balloon: Clarify credit calculation,
> >> - xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_append().
> >>
> >> Those patches applies to latest Linus' git tree
> >> (git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git).
> >> They are required by latest memory hotplug support for Xen balloon
> >> driver patch which will be sent soon.
> >
> > This series looks sane to me, so:
> > Acked-by: Ian Campbell <[email protected]>
> >
> > CC'ing Daniel De Graaf though since he has been working on the balloon
> > driver recently as well.
> >
> > Ian.
> >
> The series also looks fine to me.
OK. I stuck 'em in devel/balloon.cleanup and will include them in 2.6.40 train.