From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755373AbbHFVH5 (ORCPT ); Thu, 6 Aug 2015 17:07:57 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41439 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752300AbbHFVH4 (ORCPT ); Thu, 6 Aug 2015 17:07:56 -0400 Date: Thu, 6 Aug 2015 14:07:55 -0700 From: Greg KH To: "Philip P. Moltmann" Cc: Xavier Deguillard , dmitry.torokhov@gmail.com, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, pv-drivers@vmware.com Subject: Re: [PATCH v4 1/9] VMware balloon: partially inline vmballoon_reserve_page. Message-ID: <20150806210755.GA18346@kroah.com> References: <20150805232613.GA22752@kroah.com> <1438893227-2230-2-git-send-email-moltmann@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438893227-2230-2-git-send-email-moltmann@vmware.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 06, 2015 at 01:33:39PM -0700, Philip P. Moltmann wrote: > From: Xavier Deguillard > > This split the function in two: the allocation part is inlined into the > inflate function and the lock part is kept into his own function. > > This change is needed in order to be able to allocate more than one page > before doing the hypervisor call. > > Signed-off-by: Xavier Deguillard > Acked-by: Dmitry Torokhov > Signed-off-by: Philip P. Moltmann > Acked-by: Andy King > --- > drivers/misc/vmw_balloon.c | 98 ++++++++++++++++++++-------------------------- > 1 file changed, 42 insertions(+), 56 deletions(-) This fails to apply on my tree, so I can't apply this series at all :( Please rebase on char-misc-next and resend them so that I can apply them. This shows you didn't even test this series in any form, which does not make me feel like it's worth accepting, don't you agree? greg k-h