Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp373717imm; Tue, 19 Jun 2018 23:17:01 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKHWYNMQ4i8nRDDABESSOzpkfiQnLFGM5Vc5lHIz3FvZ4DN/0N8s/WkeErSfsY/JvvXX+2R X-Received: by 2002:a65:4eca:: with SMTP id w10-v6mr17440012pgq.13.1529475421311; Tue, 19 Jun 2018 23:17:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529475421; cv=none; d=google.com; s=arc-20160816; b=Rf8oGpfM7GTosiJm/aR7UwsdAcN8/pp2Eos3hmgHRwP4GRkmQ3CMC20bTW5bpPzazw JF7P9x1rMKOyMqe8WSx9FMVSxsmX2jTSg90m+eqNpeXauIzGSieEGWJAB6QivYC4jovE dNCi1IHa1GSjAqpzirqvQaJACvM0JWaL4+In+RvfY8pT+rHcA62ROdAZhU2RAahhmyzS wTrPfX2dlNEdXclZCvHrQF3hlMGBgcJI7gjk+KYWnGlDHVhrq2pcZWx3TRNpJt+hui5/ TOwUWyVKuPHsM7V368eeZtoWjbKQpNCf9TK6JsZys709jxCkIU2xwdewsEM5jYhn8n+2 TOwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from:arc-authentication-results; bh=UIhYwsWLaDAn5jNn5X/I//9Ahtvus39W1Mz/L6Y6UJE=; b=tUCys/o05djetTBMro5TEWZPNvaBMkkZLAN9Q34O6gF3AYb7aaND/RbGUShA4FuD/U CAQG/8jCqwYdYN7MaKCQYhhlkS2sf6vsrgOVA0XWMNmvfbbhQG/stLgiOyH9q9EIW3+Y RQKBz/WTGPITK4wkgB43FDPxkkCErH7DNaLPlgFnI1m/saI8/bOEdoMUfSK2bmRhiAFD 1Bhv3SmOj/okA5N68/BOGnB1tczrkKXfixjz1yfbM98vNe08+4ADiMlQwzcL1kKmDwAE seIhs79i8XC0/bf7LkQKZl5C/nr+sjEgorqMzB8i9SaZGbYV7+Q01237lzUDhT1k8KEn VHTQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=vmware.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z14-v6si1452789pgr.62.2018.06.19.23.16.47; Tue, 19 Jun 2018 23:17:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=vmware.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753987AbeFTGPU (ORCPT + 99 others); Wed, 20 Jun 2018 02:15:20 -0400 Received: from ex13-edg-ou-001.vmware.com ([208.91.0.189]:14595 "EHLO EX13-EDG-OU-001.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751579AbeFTGPQ (ORCPT ); Wed, 20 Jun 2018 02:15:16 -0400 Received: from sc9-mailhost2.vmware.com (10.113.161.72) by EX13-EDG-OU-001.vmware.com (10.113.208.155) with Microsoft SMTP Server id 15.0.1156.6; Tue, 19 Jun 2018 23:14:41 -0700 Received: from sc2-haas01-esx0118.eng.vmware.com (sc2-haas01-esx0118.eng.vmware.com [10.172.44.118]) by sc9-mailhost2.vmware.com (Postfix) with ESMTP id 797BEB0C12; Tue, 19 Jun 2018 23:15:15 -0700 (PDT) From: Nadav Amit To: Greg Kroah-Hartman CC: Xavier Deguillard , Arnd Bergmann , , Nadav Amit Subject: [PATCH v3 0/7] vmw_balloon: addressing bugs and issues Date: Tue, 19 Jun 2018 16:00:23 -0700 Message-ID: <20180619230030.112906-1-namit@vmware.com> X-Mailer: git-send-email 2.17.0 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: None (EX13-EDG-OU-001.vmware.com: namit@vmware.com does not designate permitted sender hosts) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org All of these patches are intended for 4.18: - Patches 1-5 are bug fixes. - Patch 6 changes the GPL comment. It is actually required just to remove the maintainers list from the source file (since it has changed). - Patch 7 is an update to the maintainer list. This patch-set addresses minor issues and bugs in the VMware balloon driver. Patches 1-5 address bugs that were *not* reported by customers, but we would like to get them to 4.18 if possible. Patches 1-4 are cc'd to stable. Patch 5 might be too big to be considered for stable. We will send separately later a patch-set with new features to be set on top of this set, which will be intended for 4.19. v2->v3: * Removing empty lines (Greg) * Removing the GPL message entirely (Greg) v1->v2: * Reordering patches to have bug fixes first (Greg) * Fixing SPDX tag * Cc'ing stable when appropriate Nadav Amit (7): vmw_balloon: fix inflation of 64-bit GFNs vmw_balloon: do not use 2MB without batching vmw_balloon: VMCI_DOORBELL_SET does not check status vmw_balloon: fix VMCI use when balloon built into kernel vmw_balloon: remove inflation rate limiting vmw_balloon: update copyright message vmw_balloon: update maintainers list MAINTAINERS | 2 +- drivers/misc/vmw_balloon.c | 181 +++++++++++-------------------------- 2 files changed, 55 insertions(+), 128 deletions(-) -- 2.17.0