linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] xen/balloon: Cleanups and fixes for 2.6.40
@ 2011-03-28  9:31 Daniel Kiper
  2011-03-29 14:30 ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Kiper @ 2011-03-28  9:31 UTC (permalink / raw)
  To: ian.campbell, akpm, andi.kleen, haicheng.li, fengguang.wu, jeremy,
	konrad.wilk, dan.magenheimer, v.tolstov, pasik, dave, wdauchy,
	rientjes, xen-devel, linux-kernel, linux-mm

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

--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/4] xen/balloon: Cleanups and fixes for 2.6.40
  2011-03-28  9:31 [PATCH 0/4] xen/balloon: Cleanups and fixes for 2.6.40 Daniel Kiper
@ 2011-03-29 14:30 ` Ian Campbell
  2011-03-29 16:27   ` Daniel De Graaf
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Campbell @ 2011-03-29 14:30 UTC (permalink / raw)
  To: Daniel Kiper
  Cc: akpm@linux-foundation.org, andi.kleen@intel.com,
	haicheng.li@linux.intel.com, fengguang.wu@intel.com,
	jeremy@goop.org, konrad.wilk@oracle.com, Dan Magenheimer,
	v.tolstov@selfip.ru, pasik@iki.fi, dave@linux.vnet.ibm.com,
	wdauchy@gmail.com, rientjes@google.com,
	xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, Daniel De Graaf

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 <ian.campbell@citrix.com>

CC'ing Daniel De Graaf though since he has been working on the balloon
driver recently as well.

Ian.


--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/4] xen/balloon: Cleanups and fixes for 2.6.40
  2011-03-29 14:30 ` Ian Campbell
@ 2011-03-29 16:27   ` Daniel De Graaf
  2011-03-30 15:58     ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel De Graaf @ 2011-03-29 16:27 UTC (permalink / raw)
  To: Ian Campbell
  Cc: Daniel Kiper, akpm@linux-foundation.org, andi.kleen@intel.com,
	haicheng.li@linux.intel.com, fengguang.wu@intel.com,
	jeremy@goop.org, konrad.wilk@oracle.com, Dan Magenheimer,
	v.tolstov@selfip.ru, pasik@iki.fi, dave@linux.vnet.ibm.com,
	wdauchy@gmail.com, rientjes@google.com,
	xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org

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 <ian.campbell@citrix.com>
> 
> 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

--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/4] xen/balloon: Cleanups and fixes for 2.6.40
  2011-03-29 16:27   ` Daniel De Graaf
@ 2011-03-30 15:58     ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-03-30 15:58 UTC (permalink / raw)
  To: Daniel De Graaf
  Cc: Ian Campbell, Daniel Kiper, akpm@linux-foundation.org,
	andi.kleen@intel.com, haicheng.li@linux.intel.com,
	fengguang.wu@intel.com, jeremy@goop.org, Dan Magenheimer,
	v.tolstov@selfip.ru, pasik@iki.fi, dave@linux.vnet.ibm.com,
	wdauchy@gmail.com, rientjes@google.com,
	xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org

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 <ian.campbell@citrix.com>
> > 
> > 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.

--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-30 15:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28  9:31 [PATCH 0/4] xen/balloon: Cleanups and fixes for 2.6.40 Daniel Kiper
2011-03-29 14:30 ` Ian Campbell
2011-03-29 16:27   ` Daniel De Graaf
2011-03-30 15:58     ` Konrad Rzeszutek Wilk

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).