From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:40602 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726445AbeINBWY (ORCPT ); Thu, 13 Sep 2018 21:22:24 -0400 Date: Thu, 13 Sep 2018 22:11:20 +0200 From: Greg KH To: Nadav Amit Cc: stable@vger.kernel.org, Xavier Deguillard Subject: Re: [linux-stable-rc:linux-4.4.y] vmw_balloon: include asm/io.h Message-ID: <20180913201120.GA3465@kroah.com> References: <20180913175026.1486-1-namit@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180913175026.1486-1-namit@vmware.com> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Sep 13, 2018 at 10:50:26AM -0700, Nadav Amit wrote: > Fix a build error due to missing virt_to_phys() > > Fixes: f0a1bf29d821b ("vmw_balloon: fix inflation with batching") > Cc: stable@vger.kernel.org > Cc: Xavier Deguillard > Signed-off-by: Nadav Amit > --- > drivers/misc/vmw_balloon.c | 1 + > 1 file changed, 1 insertion(+) No "reported-by" line? :(