From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0325C433FE for ; Wed, 19 Oct 2022 10:57:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234698AbiJSK5L (ORCPT ); Wed, 19 Oct 2022 06:57:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232696AbiJSK4V (ORCPT ); Wed, 19 Oct 2022 06:56:21 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21860165534 for ; Wed, 19 Oct 2022 03:27:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CC014B82266 for ; Wed, 19 Oct 2022 10:26:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 383B5C433C1; Wed, 19 Oct 2022 10:26:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666175166; bh=q3wB9AHPfSgAsJujP8BvTKO/CDtsqsSvPvYepL4KvFU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tFloPUaEbs3jjuWbZCy6GywUaf6ebxA37OI5iV/zqKHsRoMYwrtSPmntvPPm1n0/O /7GBR8WKKXICD7vGH/YhwldrljCdyb1RPkhzELxlQYpQSP9XeW+SUdehU+NWKy89ey ed5FxBIlvFm8TPH94+9ymnGOQ7yIKmu46Wd0FAEQ= Date: Wed, 19 Oct 2022 12:26:03 +0200 From: Greg Kroah-Hartman To: Alexander Atanasov Cc: Nadav Amit , VMware PV-Drivers Reviewers , Arnd Bergmann , kernel@openvz.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v5 6/8] drivers: vmware: balloon - report inflated memory Message-ID: References: <20221019095620.124909-1-alexander.atanasov@virtuozzo.com> <20221019095620.124909-7-alexander.atanasov@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221019095620.124909-7-alexander.atanasov@virtuozzo.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 19, 2022 at 12:56:18PM +0300, Alexander Atanasov wrote: > Update the inflated memory in the mm core on change. That says what this does, but not why it is needed. Please expand on this. Also, is this actually fixing a bug? Is it a new feature? Something else? thanks, greg k-h