All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-stable-rc:linux-4.4.y] vmw_balloon: include asm/io.h
@ 2018-09-13 17:50 Nadav Amit
  2018-09-13 20:11 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Nadav Amit @ 2018-09-13 17:50 UTC (permalink / raw)
  To: stable; +Cc: Nadav Amit, Xavier Deguillard

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 <xdeguillard@vmware.com>
Signed-off-by: Nadav Amit <namit@vmware.com>
---
 drivers/misc/vmw_balloon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/vmw_balloon.c b/drivers/misc/vmw_balloon.c
index 518e2dec2aa2..5e9122cd3898 100644
--- a/drivers/misc/vmw_balloon.c
+++ b/drivers/misc/vmw_balloon.c
@@ -45,6 +45,7 @@
 #include <linux/seq_file.h>
 #include <linux/vmw_vmci_defs.h>
 #include <linux/vmw_vmci_api.h>
+#include <linux/io.h>
 #include <asm/hypervisor.h>
 
 MODULE_AUTHOR("VMware, Inc.");
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [linux-stable-rc:linux-4.4.y] vmw_balloon: include asm/io.h
  2018-09-13 17:50 [linux-stable-rc:linux-4.4.y] vmw_balloon: include asm/io.h Nadav Amit
@ 2018-09-13 20:11 ` Greg KH
  2018-09-13 20:19   ` Nadav Amit
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2018-09-13 20:11 UTC (permalink / raw)
  To: Nadav Amit; +Cc: stable, Xavier Deguillard

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 <xdeguillard@vmware.com>
> Signed-off-by: Nadav Amit <namit@vmware.com>
> ---
>  drivers/misc/vmw_balloon.c | 1 +
>  1 file changed, 1 insertion(+)

No "reported-by" line?  :(

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-stable-rc:linux-4.4.y] vmw_balloon: include asm/io.h
  2018-09-13 20:11 ` Greg KH
@ 2018-09-13 20:19   ` Nadav Amit
  0 siblings, 0 replies; 3+ messages in thread
From: Nadav Amit @ 2018-09-13 20:19 UTC (permalink / raw)
  To: Greg KH; +Cc: stable, Xavier Deguillard

at 1:11 PM, Greg KH <gregkh@linuxfoundation.org> wrote:

> 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 <xdeguillard@vmware.com>
>> Signed-off-by: Nadav Amit <namit@vmware.com>
>> ---
>> drivers/misc/vmw_balloon.c | 1 +
>> 1 file changed, 1 insertion(+)
> 
> No "reported-by" line?  :(

Sorry. I have sent v2 with the line.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-14  1:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-13 17:50 [linux-stable-rc:linux-4.4.y] vmw_balloon: include asm/io.h Nadav Amit
2018-09-13 20:11 ` Greg KH
2018-09-13 20:19   ` Nadav Amit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.