Re: [RFC v2 PATCH 0/7] thp: transparent hugepages on s390

2012-09-04 Thread Andrea Arcangeli
Hi Andrew and Martin, On Fri, Aug 31, 2012 at 12:47:02PM -0700, Andrew Morton wrote: > On Fri, 31 Aug 2012 09:07:57 +0200 > Martin Schwidefsky wrote: > > > > I grabbed them all. Patches 1-3 look sane to me and I cheerfully > > > didn't read the s390 changes at all. Hopefully Andrea will be abl

Re: [RFC v2 PATCH 0/7] thp: transparent hugepages on s390

2012-08-31 Thread Andrew Morton
On Fri, 31 Aug 2012 09:07:57 +0200 Martin Schwidefsky wrote: > > I grabbed them all. Patches 1-3 look sane to me and I cheerfully > > didn't read the s390 changes at all. Hopefully Andrea will be able to > > review at least patches 1-3 for us. > > > > If that all goes well, how do we play this

Re: [RFC v2 PATCH 0/7] thp: transparent hugepages on s390

2012-08-31 Thread Martin Schwidefsky
On Thu, 30 Aug 2012 12:54:44 -0700 Andrew Morton wrote: > On Wed, 29 Aug 2012 17:32:57 +0200 > Gerald Schaefer wrote: > > > This patch series adds support for transparent hugepages on System z. > > Small changes to common code are necessary with regard to a different > > pgtable_t, tlb flushing

Re: [RFC v2 PATCH 0/7] thp: transparent hugepages on s390

2012-08-30 Thread Andrew Morton
On Wed, 29 Aug 2012 17:32:57 +0200 Gerald Schaefer wrote: > This patch series adds support for transparent hugepages on System z. > Small changes to common code are necessary with regard to a different > pgtable_t, tlb flushing and kvm behaviour on s390, see patches 1 to 3. "RFC" always worries

[RFC v2 PATCH 0/7] thp: transparent hugepages on s390

2012-08-29 Thread Gerald Schaefer
This patch series adds support for transparent hugepages on System z. Small changes to common code are necessary with regard to a different pgtable_t, tlb flushing and kvm behaviour on s390, see patches 1 to 3. Changes to v2: [PATCH 1/7] Fix build problem on non-s390 architecture. [PATCH 2/7]