2011-11-03 08:20:04 +00:00
|
|
|
/*
|
|
|
|
* Virtio balloon implementation, inspired by Dor Laor and Marcelo
|
2008-02-05 04:50:12 +00:00
|
|
|
* Tosatti's implementations.
|
|
|
|
*
|
|
|
|
* Copyright 2008 Rusty Russell IBM Corporation
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
*/
|
2011-11-03 08:20:04 +00:00
|
|
|
|
2008-02-05 04:50:12 +00:00
|
|
|
#include <linux/virtio.h>
|
|
|
|
#include <linux/virtio_balloon.h>
|
|
|
|
#include <linux/swap.h>
|
2016-01-25 16:38:05 +00:00
|
|
|
#include <linux/workqueue.h>
|
2008-02-06 09:40:22 +00:00
|
|
|
#include <linux/delay.h>
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files. percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.
percpu.h -> slab.h dependency is about to be removed. Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability. As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.
http://userweb.kernel.org/~tj/misc/slabh-sweep.py
The script does the followings.
* Scan files for gfp and slab usages and update includes such that
only the necessary includes are there. ie. if only gfp is used,
gfp.h, if slab is used, slab.h.
* When the script inserts a new include, it looks at the include
blocks and try to put the new include such that its order conforms
to its surrounding. It's put in the include block which contains
core kernel includes, in the same order that the rest are ordered -
alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
doesn't seem to be any matching order.
* If the script can't find a place to put a new include (mostly
because the file doesn't have fitting include block), it prints out
an error message indicating which .h file needs to be added to the
file.
The conversion was done in the following steps.
1. The initial automatic conversion of all .c files updated slightly
over 4000 files, deleting around 700 includes and adding ~480 gfp.h
and ~3000 slab.h inclusions. The script emitted errors for ~400
files.
2. Each error was manually checked. Some didn't need the inclusion,
some needed manual addition while adding it to implementation .h or
embedding .c file was more appropriate for others. This step added
inclusions to around 150 files.
3. The script was run again and the output was compared to the edits
from #2 to make sure no file was left behind.
4. Several build tests were done and a couple of problems were fixed.
e.g. lib/decompress_*.c used malloc/free() wrappers around slab
APIs requiring slab.h to be added manually.
5. The script was run on all .h files but without automatically
editing them as sprinkling gfp.h and slab.h inclusions around .h
files could easily lead to inclusion dependency hell. Most gfp.h
inclusion directives were ignored as stuff from gfp.h was usually
wildly available and often used in preprocessor macros. Each
slab.h inclusion directive was examined and added manually as
necessary.
6. percpu.h was updated not to include slab.h.
7. Build test were done on the following configurations and failures
were fixed. CONFIG_GCOV_KERNEL was turned off for all tests (as my
distributed build env didn't work with gcov compiles) and a few
more options had to be turned off depending on archs to make things
build (like ipr on powerpc/64 which failed due to missing writeq).
* x86 and x86_64 UP and SMP allmodconfig and a custom test config.
* powerpc and powerpc64 SMP allmodconfig
* sparc and sparc64 SMP allmodconfig
* ia64 SMP allmodconfig
* s390 SMP allmodconfig
* alpha SMP allmodconfig
* um on x86_64 SMP allmodconfig
8. percpu.h modifications were reverted so that it could be applied as
a separate patch and serve as bisection point.
Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.
Signed-off-by: Tejun Heo <tj@kernel.org>
Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
2010-03-24 08:04:11 +00:00
|
|
|
#include <linux/slab.h>
|
2011-07-03 20:20:30 +00:00
|
|
|
#include <linux/module.h>
|
2012-12-12 00:02:45 +00:00
|
|
|
#include <linux/balloon_compaction.h>
|
2014-11-09 23:06:29 +00:00
|
|
|
#include <linux/oom.h>
|
2015-03-10 01:25:08 +00:00
|
|
|
#include <linux/wait.h>
|
2016-03-17 21:19:08 +00:00
|
|
|
#include <linux/mm.h>
|
2016-07-26 22:23:09 +00:00
|
|
|
#include <linux/mount.h>
|
2017-02-05 15:03:58 +00:00
|
|
|
#include <linux/magic.h>
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2012-04-12 13:38:00 +00:00
|
|
|
/*
|
|
|
|
* Balloon device works in 4K page units. So each page is pointed to by
|
|
|
|
* multiple balloon pages. All memory counters in this driver are in balloon
|
|
|
|
* page units.
|
|
|
|
*/
|
2012-12-12 00:02:45 +00:00
|
|
|
#define VIRTIO_BALLOON_PAGES_PER_PAGE (unsigned)(PAGE_SIZE >> VIRTIO_BALLOON_PFN_SHIFT)
|
|
|
|
#define VIRTIO_BALLOON_ARRAY_PFNS_MAX 256
|
2014-11-09 23:06:29 +00:00
|
|
|
#define OOM_VBALLOON_DEFAULT_PAGES 256
|
|
|
|
#define VIRTBALLOON_OOM_NOTIFY_PRIORITY 80
|
|
|
|
|
|
|
|
static int oom_pages = OOM_VBALLOON_DEFAULT_PAGES;
|
|
|
|
module_param(oom_pages, int, S_IRUSR | S_IWUSR);
|
|
|
|
MODULE_PARM_DESC(oom_pages, "pages to free on OOM");
|
2012-04-12 13:38:00 +00:00
|
|
|
|
2016-07-26 22:23:09 +00:00
|
|
|
#ifdef CONFIG_BALLOON_COMPACTION
|
|
|
|
static struct vfsmount *balloon_mnt;
|
|
|
|
#endif
|
|
|
|
|
2015-01-15 11:33:31 +00:00
|
|
|
struct virtio_balloon {
|
2008-02-05 04:50:12 +00:00
|
|
|
struct virtio_device *vdev;
|
2009-11-30 16:14:15 +00:00
|
|
|
struct virtqueue *inflate_vq, *deflate_vq, *stats_vq;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2016-01-25 16:38:05 +00:00
|
|
|
/* The balloon servicing is delegated to a freezable workqueue. */
|
2016-01-25 16:38:06 +00:00
|
|
|
struct work_struct update_balloon_stats_work;
|
|
|
|
struct work_struct update_balloon_size_work;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2016-01-25 16:38:05 +00:00
|
|
|
/* Prevent updating balloon when it is being canceled. */
|
|
|
|
spinlock_t stop_update_lock;
|
|
|
|
bool stop_update;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
|
|
|
/* Waiting for host to ack the pages we released. */
|
2012-07-02 07:33:08 +00:00
|
|
|
wait_queue_head_t acked;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2012-04-12 13:38:00 +00:00
|
|
|
/* Number of balloon pages we've told the Host we're not using. */
|
2008-02-05 04:50:12 +00:00
|
|
|
unsigned int num_pages;
|
2012-04-12 13:38:00 +00:00
|
|
|
/*
|
2012-12-12 00:02:45 +00:00
|
|
|
* The pages we've told the Host we're not using are enqueued
|
|
|
|
* at vb_dev_info->pages list.
|
2012-04-12 13:38:00 +00:00
|
|
|
* Each page on this list adds VIRTIO_BALLOON_PAGES_PER_PAGE
|
|
|
|
* to num_pages above.
|
|
|
|
*/
|
2014-10-09 22:29:29 +00:00
|
|
|
struct balloon_dev_info vb_dev_info;
|
2012-12-12 00:02:45 +00:00
|
|
|
|
|
|
|
/* Synchronize access/update to this struct virtio_balloon elements */
|
|
|
|
struct mutex balloon_lock;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
|
|
|
/* The array of pfns we tell the Host about. */
|
|
|
|
unsigned int num_pfns;
|
2016-05-17 10:31:18 +00:00
|
|
|
__virtio32 pfns[VIRTIO_BALLOON_ARRAY_PFNS_MAX];
|
2009-11-30 16:14:15 +00:00
|
|
|
|
|
|
|
/* Memory statistics */
|
|
|
|
struct virtio_balloon_stat stats[VIRTIO_BALLOON_S_NR];
|
2014-11-09 23:06:29 +00:00
|
|
|
|
|
|
|
/* To register callback in oom notifier call chain */
|
|
|
|
struct notifier_block nb;
|
2008-02-05 04:50:12 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
static struct virtio_device_id id_table[] = {
|
|
|
|
{ VIRTIO_ID_BALLOON, VIRTIO_DEV_ANY_ID },
|
|
|
|
{ 0 },
|
|
|
|
};
|
|
|
|
|
2008-11-13 21:48:33 +00:00
|
|
|
static u32 page_to_balloon_pfn(struct page *page)
|
|
|
|
{
|
|
|
|
unsigned long pfn = page_to_pfn(page);
|
|
|
|
|
|
|
|
BUILD_BUG_ON(PAGE_SHIFT < VIRTIO_BALLOON_PFN_SHIFT);
|
|
|
|
/* Convert pfn from Linux page size to balloon page size. */
|
2012-04-12 13:38:00 +00:00
|
|
|
return pfn * VIRTIO_BALLOON_PAGES_PER_PAGE;
|
|
|
|
}
|
|
|
|
|
2008-02-05 04:50:12 +00:00
|
|
|
static void balloon_ack(struct virtqueue *vq)
|
|
|
|
{
|
2012-07-02 07:33:08 +00:00
|
|
|
struct virtio_balloon *vb = vq->vdev->priv;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2012-07-02 07:33:08 +00:00
|
|
|
wake_up(&vb->acked);
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void tell_host(struct virtio_balloon *vb, struct virtqueue *vq)
|
|
|
|
{
|
|
|
|
struct scatterlist sg;
|
2012-07-02 07:33:08 +00:00
|
|
|
unsigned int len;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
|
|
|
sg_init_one(&sg, vb->pfns, sizeof(vb->pfns[0]) * vb->num_pfns);
|
|
|
|
|
|
|
|
/* We should always be able to add one buffer to an empty queue. */
|
2014-03-13 00:53:40 +00:00
|
|
|
virtqueue_add_outbuf(vq, &sg, 1, vb, GFP_KERNEL);
|
2010-04-12 13:18:28 +00:00
|
|
|
virtqueue_kick(vq);
|
2008-02-05 04:50:12 +00:00
|
|
|
|
|
|
|
/* When host has read buffer, this completes via balloon_ack */
|
2012-07-02 07:33:08 +00:00
|
|
|
wait_event(vb->acked, virtqueue_get_buf(vq, &len));
|
2016-01-25 16:38:06 +00:00
|
|
|
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
2016-05-17 10:31:18 +00:00
|
|
|
static void set_page_pfns(struct virtio_balloon *vb,
|
|
|
|
__virtio32 pfns[], struct page *page)
|
2012-04-12 13:38:00 +00:00
|
|
|
{
|
|
|
|
unsigned int i;
|
|
|
|
|
2017-07-12 12:40:15 +00:00
|
|
|
/*
|
|
|
|
* Set balloon pfns pointing at this page.
|
|
|
|
* Note that the first pfn points at start of the page.
|
|
|
|
*/
|
2012-04-12 13:38:00 +00:00
|
|
|
for (i = 0; i < VIRTIO_BALLOON_PAGES_PER_PAGE; i++)
|
2016-05-17 10:31:18 +00:00
|
|
|
pfns[i] = cpu_to_virtio32(vb->vdev,
|
|
|
|
page_to_balloon_pfn(page) + i);
|
2012-04-12 13:38:00 +00:00
|
|
|
}
|
|
|
|
|
2016-01-25 16:38:05 +00:00
|
|
|
static unsigned fill_balloon(struct virtio_balloon *vb, size_t num)
|
2008-02-05 04:50:12 +00:00
|
|
|
{
|
2016-01-25 16:38:05 +00:00
|
|
|
unsigned num_allocated_pages;
|
2017-10-13 13:11:48 +00:00
|
|
|
unsigned num_pfns;
|
|
|
|
struct page *page;
|
|
|
|
LIST_HEAD(pages);
|
2012-12-12 00:02:45 +00:00
|
|
|
|
2008-02-05 04:50:12 +00:00
|
|
|
/* We can only do one array worth at a time. */
|
|
|
|
num = min(num, ARRAY_SIZE(vb->pfns));
|
|
|
|
|
2017-10-13 13:11:48 +00:00
|
|
|
for (num_pfns = 0; num_pfns < num;
|
|
|
|
num_pfns += VIRTIO_BALLOON_PAGES_PER_PAGE) {
|
|
|
|
struct page *page = balloon_page_alloc();
|
2012-12-12 00:02:45 +00:00
|
|
|
|
2008-02-05 04:50:12 +00:00
|
|
|
if (!page) {
|
2012-10-30 22:57:22 +00:00
|
|
|
dev_info_ratelimited(&vb->vdev->dev,
|
2012-12-20 16:37:04 +00:00
|
|
|
"Out of puff! Can't get %u pages\n",
|
|
|
|
VIRTIO_BALLOON_PAGES_PER_PAGE);
|
2008-02-05 04:50:12 +00:00
|
|
|
/* Sleep for at least 1/5 of a second before retry. */
|
|
|
|
msleep(200);
|
|
|
|
break;
|
|
|
|
}
|
2017-10-13 13:11:48 +00:00
|
|
|
|
|
|
|
balloon_page_push(&pages, page);
|
|
|
|
}
|
|
|
|
|
|
|
|
mutex_lock(&vb->balloon_lock);
|
|
|
|
|
|
|
|
vb->num_pfns = 0;
|
|
|
|
|
|
|
|
while ((page = balloon_page_pop(&pages))) {
|
|
|
|
balloon_page_enqueue(&vb->vb_dev_info, page);
|
|
|
|
|
|
|
|
vb->num_pfns += VIRTIO_BALLOON_PAGES_PER_PAGE;
|
|
|
|
|
2016-05-17 10:31:18 +00:00
|
|
|
set_page_pfns(vb, vb->pfns + vb->num_pfns, page);
|
2012-04-12 13:38:00 +00:00
|
|
|
vb->num_pages += VIRTIO_BALLOON_PAGES_PER_PAGE;
|
2015-08-19 21:49:49 +00:00
|
|
|
if (!virtio_has_feature(vb->vdev,
|
|
|
|
VIRTIO_BALLOON_F_DEFLATE_ON_OOM))
|
|
|
|
adjust_managed_page_count(page, -1);
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
2016-01-25 16:38:05 +00:00
|
|
|
num_allocated_pages = vb->num_pfns;
|
2012-12-12 00:02:45 +00:00
|
|
|
/* Did we get any? */
|
|
|
|
if (vb->num_pfns != 0)
|
|
|
|
tell_host(vb, vb->inflate_vq);
|
|
|
|
mutex_unlock(&vb->balloon_lock);
|
2016-01-25 16:38:05 +00:00
|
|
|
|
|
|
|
return num_allocated_pages;
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
2017-07-12 12:40:14 +00:00
|
|
|
static void release_pages_balloon(struct virtio_balloon *vb,
|
|
|
|
struct list_head *pages)
|
2008-02-05 04:50:12 +00:00
|
|
|
{
|
2017-07-12 12:40:14 +00:00
|
|
|
struct page *page, *next;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2017-07-12 12:40:14 +00:00
|
|
|
list_for_each_entry_safe(page, next, pages, lru) {
|
2015-08-19 21:49:49 +00:00
|
|
|
if (!virtio_has_feature(vb->vdev,
|
|
|
|
VIRTIO_BALLOON_F_DEFLATE_ON_OOM))
|
|
|
|
adjust_managed_page_count(page, 1);
|
2017-07-12 12:40:14 +00:00
|
|
|
list_del(&page->lru);
|
2014-10-09 22:29:27 +00:00
|
|
|
put_page(page); /* balloon reference */
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-11-09 23:05:29 +00:00
|
|
|
static unsigned leak_balloon(struct virtio_balloon *vb, size_t num)
|
2008-02-05 04:50:12 +00:00
|
|
|
{
|
2014-11-09 23:05:29 +00:00
|
|
|
unsigned num_freed_pages;
|
2008-02-05 04:50:12 +00:00
|
|
|
struct page *page;
|
2014-10-09 22:29:29 +00:00
|
|
|
struct balloon_dev_info *vb_dev_info = &vb->vb_dev_info;
|
2017-07-12 12:40:14 +00:00
|
|
|
LIST_HEAD(pages);
|
2008-02-05 04:50:12 +00:00
|
|
|
|
|
|
|
/* We can only do one array worth at a time. */
|
|
|
|
num = min(num, ARRAY_SIZE(vb->pfns));
|
|
|
|
|
2012-12-12 00:02:45 +00:00
|
|
|
mutex_lock(&vb->balloon_lock);
|
2016-07-11 12:28:59 +00:00
|
|
|
/* We can't release more pages than taken */
|
|
|
|
num = min(num, (size_t)vb->num_pages);
|
2012-04-12 13:38:00 +00:00
|
|
|
for (vb->num_pfns = 0; vb->num_pfns < num;
|
|
|
|
vb->num_pfns += VIRTIO_BALLOON_PAGES_PER_PAGE) {
|
2012-12-12 00:02:45 +00:00
|
|
|
page = balloon_page_dequeue(vb_dev_info);
|
|
|
|
if (!page)
|
|
|
|
break;
|
2016-05-17 10:31:18 +00:00
|
|
|
set_page_pfns(vb, vb->pfns + vb->num_pfns, page);
|
2017-07-12 12:40:14 +00:00
|
|
|
list_add(&page->lru, &pages);
|
2012-04-12 13:38:00 +00:00
|
|
|
vb->num_pages -= VIRTIO_BALLOON_PAGES_PER_PAGE;
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
2014-11-09 23:05:29 +00:00
|
|
|
num_freed_pages = vb->num_pfns;
|
2011-04-07 17:43:25 +00:00
|
|
|
/*
|
|
|
|
* Note that if
|
|
|
|
* virtio_has_feature(vdev, VIRTIO_BALLOON_F_MUST_TELL_HOST);
|
|
|
|
* is true, we *have* to do it in this order
|
|
|
|
*/
|
2013-07-02 06:05:13 +00:00
|
|
|
if (vb->num_pfns != 0)
|
|
|
|
tell_host(vb, vb->deflate_vq);
|
2017-07-12 12:40:14 +00:00
|
|
|
release_pages_balloon(vb, &pages);
|
2015-12-27 23:35:12 +00:00
|
|
|
mutex_unlock(&vb->balloon_lock);
|
2014-11-09 23:05:29 +00:00
|
|
|
return num_freed_pages;
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
2009-11-30 16:14:15 +00:00
|
|
|
static inline void update_stat(struct virtio_balloon *vb, int idx,
|
|
|
|
u16 tag, u64 val)
|
|
|
|
{
|
|
|
|
BUG_ON(idx >= VIRTIO_BALLOON_S_NR);
|
2015-04-15 00:47:43 +00:00
|
|
|
vb->stats[idx].tag = cpu_to_virtio16(vb->vdev, tag);
|
|
|
|
vb->stats[idx].val = cpu_to_virtio64(vb->vdev, val);
|
2009-11-30 16:14:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#define pages_to_bytes(x) ((u64)(x) << PAGE_SHIFT)
|
|
|
|
|
2017-03-28 16:46:58 +00:00
|
|
|
static unsigned int update_balloon_stats(struct virtio_balloon *vb)
|
2009-11-30 16:14:15 +00:00
|
|
|
{
|
|
|
|
unsigned long events[NR_VM_EVENT_ITEMS];
|
|
|
|
struct sysinfo i;
|
2017-03-28 16:46:58 +00:00
|
|
|
unsigned int idx = 0;
|
2016-03-17 21:19:08 +00:00
|
|
|
long available;
|
2009-11-30 16:14:15 +00:00
|
|
|
|
|
|
|
all_vm_events(events);
|
|
|
|
si_meminfo(&i);
|
|
|
|
|
2016-03-17 21:19:08 +00:00
|
|
|
available = si_mem_available();
|
|
|
|
|
2017-03-28 16:46:59 +00:00
|
|
|
#ifdef CONFIG_VM_EVENT_COUNTERS
|
2009-11-30 16:14:15 +00:00
|
|
|
update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN,
|
|
|
|
pages_to_bytes(events[PSWPIN]));
|
|
|
|
update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT,
|
|
|
|
pages_to_bytes(events[PSWPOUT]));
|
|
|
|
update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]);
|
|
|
|
update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]);
|
2017-03-28 16:46:59 +00:00
|
|
|
#endif
|
2009-11-30 16:14:15 +00:00
|
|
|
update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMFREE,
|
|
|
|
pages_to_bytes(i.freeram));
|
|
|
|
update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMTOT,
|
|
|
|
pages_to_bytes(i.totalram));
|
2016-03-17 21:19:08 +00:00
|
|
|
update_stat(vb, idx++, VIRTIO_BALLOON_S_AVAIL,
|
|
|
|
pages_to_bytes(available));
|
2017-03-28 16:46:58 +00:00
|
|
|
|
|
|
|
return idx;
|
2009-11-30 16:14:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* While most virtqueues communicate guest-initiated requests to the hypervisor,
|
|
|
|
* the stats queue operates in reverse. The driver initializes the virtqueue
|
|
|
|
* with a single buffer. From that point forward, all conversations consist of
|
|
|
|
* a hypervisor request (a call to this function) which directs us to refill
|
2009-12-10 22:35:15 +00:00
|
|
|
* the virtqueue with a fresh stats buffer. Since stats collection can sleep,
|
2016-01-25 16:38:05 +00:00
|
|
|
* we delegate the job to a freezable workqueue that will do the actual work via
|
|
|
|
* stats_handle_request().
|
2009-11-30 16:14:15 +00:00
|
|
|
*/
|
2009-12-10 22:35:15 +00:00
|
|
|
static void stats_request(struct virtqueue *vq)
|
2009-11-30 16:14:15 +00:00
|
|
|
{
|
2012-07-02 07:33:08 +00:00
|
|
|
struct virtio_balloon *vb = vq->vdev->priv;
|
2009-11-30 16:14:15 +00:00
|
|
|
|
2016-01-25 16:38:05 +00:00
|
|
|
spin_lock(&vb->stop_update_lock);
|
|
|
|
if (!vb->stop_update)
|
2016-01-25 16:38:06 +00:00
|
|
|
queue_work(system_freezable_wq, &vb->update_balloon_stats_work);
|
2016-01-25 16:38:05 +00:00
|
|
|
spin_unlock(&vb->stop_update_lock);
|
2009-12-10 22:35:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void stats_handle_request(struct virtio_balloon *vb)
|
|
|
|
{
|
|
|
|
struct virtqueue *vq;
|
|
|
|
struct scatterlist sg;
|
2017-03-28 16:46:58 +00:00
|
|
|
unsigned int len, num_stats;
|
2009-11-30 16:14:15 +00:00
|
|
|
|
2017-03-28 16:46:58 +00:00
|
|
|
num_stats = update_balloon_stats(vb);
|
2009-11-30 16:14:15 +00:00
|
|
|
|
2009-12-10 22:35:15 +00:00
|
|
|
vq = vb->stats_vq;
|
2012-07-02 07:33:08 +00:00
|
|
|
if (!virtqueue_get_buf(vq, &len))
|
|
|
|
return;
|
2017-03-28 16:46:58 +00:00
|
|
|
sg_init_one(&sg, vb->stats, sizeof(vb->stats[0]) * num_stats);
|
2014-03-13 00:53:40 +00:00
|
|
|
virtqueue_add_outbuf(vq, &sg, 1, vb, GFP_KERNEL);
|
2010-04-12 13:18:28 +00:00
|
|
|
virtqueue_kick(vq);
|
2009-11-30 16:14:15 +00:00
|
|
|
}
|
|
|
|
|
2008-02-05 04:50:12 +00:00
|
|
|
static void virtballoon_changed(struct virtio_device *vdev)
|
|
|
|
{
|
|
|
|
struct virtio_balloon *vb = vdev->priv;
|
2016-01-25 16:38:05 +00:00
|
|
|
unsigned long flags;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2016-01-25 16:38:05 +00:00
|
|
|
spin_lock_irqsave(&vb->stop_update_lock, flags);
|
|
|
|
if (!vb->stop_update)
|
2016-01-25 16:38:06 +00:00
|
|
|
queue_work(system_freezable_wq, &vb->update_balloon_size_work);
|
2016-01-25 16:38:05 +00:00
|
|
|
spin_unlock_irqrestore(&vb->stop_update_lock, flags);
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
2008-03-18 03:58:15 +00:00
|
|
|
static inline s64 towards_target(struct virtio_balloon *vb)
|
2008-02-05 04:50:12 +00:00
|
|
|
{
|
2012-04-12 05:36:34 +00:00
|
|
|
s64 target;
|
2015-04-15 00:47:43 +00:00
|
|
|
u32 num_pages;
|
2012-04-12 05:36:34 +00:00
|
|
|
|
2015-04-15 00:47:43 +00:00
|
|
|
virtio_cread(vb->vdev, struct virtio_balloon_config, num_pages,
|
|
|
|
&num_pages);
|
2013-10-14 07:41:51 +00:00
|
|
|
|
2015-04-15 00:47:43 +00:00
|
|
|
/* Legacy balloon config space is LE, unlike all other devices. */
|
|
|
|
if (!virtio_has_feature(vb->vdev, VIRTIO_F_VERSION_1))
|
|
|
|
num_pages = le32_to_cpu((__force __le32)num_pages);
|
|
|
|
|
|
|
|
target = num_pages;
|
2012-04-12 05:36:34 +00:00
|
|
|
return target - vb->num_pages;
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void update_balloon_size(struct virtio_balloon *vb)
|
|
|
|
{
|
2015-04-15 00:47:43 +00:00
|
|
|
u32 actual = vb->num_pages;
|
|
|
|
|
|
|
|
/* Legacy balloon config space is LE, unlike all other devices. */
|
|
|
|
if (!virtio_has_feature(vb->vdev, VIRTIO_F_VERSION_1))
|
|
|
|
actual = (__force u32)cpu_to_le32(actual);
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2013-12-05 02:34:10 +00:00
|
|
|
virtio_cwrite(vb->vdev, struct virtio_balloon_config, actual,
|
2013-10-14 07:41:51 +00:00
|
|
|
&actual);
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
2014-11-09 23:06:29 +00:00
|
|
|
/*
|
|
|
|
* virtballoon_oom_notify - release pages when system is under severe
|
|
|
|
* memory pressure (called from out_of_memory())
|
|
|
|
* @self : notifier block struct
|
|
|
|
* @dummy: not used
|
|
|
|
* @parm : returned - number of freed pages
|
|
|
|
*
|
|
|
|
* The balancing of memory by use of the virtio balloon should not cause
|
|
|
|
* the termination of processes while there are pages in the balloon.
|
|
|
|
* If virtio balloon manages to release some memory, it will make the
|
|
|
|
* system return and retry the allocation that forced the OOM killer
|
|
|
|
* to run.
|
|
|
|
*/
|
|
|
|
static int virtballoon_oom_notify(struct notifier_block *self,
|
|
|
|
unsigned long dummy, void *parm)
|
|
|
|
{
|
|
|
|
struct virtio_balloon *vb;
|
|
|
|
unsigned long *freed;
|
|
|
|
unsigned num_freed_pages;
|
|
|
|
|
|
|
|
vb = container_of(self, struct virtio_balloon, nb);
|
|
|
|
if (!virtio_has_feature(vb->vdev, VIRTIO_BALLOON_F_DEFLATE_ON_OOM))
|
|
|
|
return NOTIFY_OK;
|
|
|
|
|
|
|
|
freed = parm;
|
|
|
|
num_freed_pages = leak_balloon(vb, oom_pages);
|
|
|
|
update_balloon_size(vb);
|
|
|
|
*freed += num_freed_pages;
|
|
|
|
|
|
|
|
return NOTIFY_OK;
|
|
|
|
}
|
|
|
|
|
2016-01-25 16:38:06 +00:00
|
|
|
static void update_balloon_stats_func(struct work_struct *work)
|
2008-02-05 04:50:12 +00:00
|
|
|
{
|
2016-01-25 16:38:06 +00:00
|
|
|
struct virtio_balloon *vb;
|
2015-03-10 01:25:08 +00:00
|
|
|
|
2016-01-25 16:38:06 +00:00
|
|
|
vb = container_of(work, struct virtio_balloon,
|
|
|
|
update_balloon_stats_work);
|
|
|
|
stats_handle_request(vb);
|
|
|
|
}
|
2014-03-13 00:53:38 +00:00
|
|
|
|
2016-01-25 16:38:06 +00:00
|
|
|
static void update_balloon_size_func(struct work_struct *work)
|
2008-02-05 04:50:12 +00:00
|
|
|
{
|
2016-01-25 16:38:05 +00:00
|
|
|
struct virtio_balloon *vb;
|
|
|
|
s64 diff;
|
2015-03-10 01:25:08 +00:00
|
|
|
|
2016-01-25 16:38:06 +00:00
|
|
|
vb = container_of(work, struct virtio_balloon,
|
|
|
|
update_balloon_size_work);
|
2016-01-25 16:38:05 +00:00
|
|
|
diff = towards_target(vb);
|
2014-03-13 00:53:38 +00:00
|
|
|
|
2016-01-25 16:38:05 +00:00
|
|
|
if (diff > 0)
|
|
|
|
diff -= fill_balloon(vb, diff);
|
|
|
|
else if (diff < 0)
|
|
|
|
diff += leak_balloon(vb, -diff);
|
|
|
|
update_balloon_size(vb);
|
|
|
|
|
|
|
|
if (diff)
|
|
|
|
queue_work(system_freezable_wq, work);
|
2008-02-05 04:50:12 +00:00
|
|
|
}
|
|
|
|
|
2011-12-22 11:28:34 +00:00
|
|
|
static int init_vqs(struct virtio_balloon *vb)
|
2008-02-05 04:50:12 +00:00
|
|
|
{
|
2009-11-30 16:14:15 +00:00
|
|
|
struct virtqueue *vqs[3];
|
2009-12-10 22:35:15 +00:00
|
|
|
vq_callback_t *callbacks[] = { balloon_ack, balloon_ack, stats_request };
|
2015-12-17 08:53:43 +00:00
|
|
|
static const char * const names[] = { "inflate", "deflate", "stats" };
|
2009-11-30 16:14:15 +00:00
|
|
|
int err, nvqs;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2011-12-22 11:28:34 +00:00
|
|
|
/*
|
|
|
|
* We expect two virtqueues: inflate and deflate, and
|
|
|
|
* optionally stat.
|
|
|
|
*/
|
2009-11-30 16:14:15 +00:00
|
|
|
nvqs = virtio_has_feature(vb->vdev, VIRTIO_BALLOON_F_STATS_VQ) ? 3 : 2;
|
2017-03-06 16:19:39 +00:00
|
|
|
err = virtio_find_vqs(vb->vdev, nvqs, vqs, callbacks, names, NULL);
|
2009-06-13 04:16:36 +00:00
|
|
|
if (err)
|
2011-12-22 11:28:34 +00:00
|
|
|
return err;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2009-06-13 04:16:36 +00:00
|
|
|
vb->inflate_vq = vqs[0];
|
|
|
|
vb->deflate_vq = vqs[1];
|
2009-11-30 16:14:15 +00:00
|
|
|
if (virtio_has_feature(vb->vdev, VIRTIO_BALLOON_F_STATS_VQ)) {
|
|
|
|
struct scatterlist sg;
|
2017-03-28 16:46:58 +00:00
|
|
|
unsigned int num_stats;
|
2009-11-30 16:14:15 +00:00
|
|
|
vb->stats_vq = vqs[2];
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Prime this virtqueue with one buffer so the hypervisor can
|
2014-03-13 00:53:40 +00:00
|
|
|
* use it to signal us later (it can't be broken yet!).
|
2009-11-30 16:14:15 +00:00
|
|
|
*/
|
2017-03-28 16:46:58 +00:00
|
|
|
num_stats = update_balloon_stats(vb);
|
2017-03-23 07:04:18 +00:00
|
|
|
|
2017-03-28 16:46:58 +00:00
|
|
|
sg_init_one(&sg, vb->stats, sizeof(vb->stats[0]) * num_stats);
|
2013-03-20 05:14:30 +00:00
|
|
|
if (virtqueue_add_outbuf(vb->stats_vq, &sg, 1, vb, GFP_KERNEL)
|
2012-01-12 05:14:42 +00:00
|
|
|
< 0)
|
2009-11-30 16:14:15 +00:00
|
|
|
BUG();
|
2010-04-12 13:18:28 +00:00
|
|
|
virtqueue_kick(vb->stats_vq);
|
2009-11-30 16:14:15 +00:00
|
|
|
}
|
2011-12-22 11:28:34 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2012-12-12 00:02:45 +00:00
|
|
|
#ifdef CONFIG_BALLOON_COMPACTION
|
|
|
|
/*
|
|
|
|
* virtballoon_migratepage - perform the balloon page migration on behalf of
|
|
|
|
* a compation thread. (called under page lock)
|
2014-10-09 22:29:29 +00:00
|
|
|
* @vb_dev_info: the balloon device
|
2012-12-12 00:02:45 +00:00
|
|
|
* @newpage: page that will replace the isolated page after migration finishes.
|
|
|
|
* @page : the isolated (old) page that is about to be migrated to newpage.
|
|
|
|
* @mode : compaction mode -- not used for balloon page migration.
|
|
|
|
*
|
|
|
|
* After a ballooned page gets isolated by compaction procedures, this is the
|
|
|
|
* function that performs the page migration on behalf of a compaction thread
|
|
|
|
* The page migration for virtio balloon is done in a simple swap fashion which
|
|
|
|
* follows these two macro steps:
|
|
|
|
* 1) insert newpage into vb->pages list and update the host about it;
|
|
|
|
* 2) update the host about the old page removed from vb->pages list;
|
|
|
|
*
|
|
|
|
* This function preforms the balloon page migration task.
|
|
|
|
* Called through balloon_mapping->a_ops->migratepage
|
|
|
|
*/
|
2014-10-09 22:29:29 +00:00
|
|
|
static int virtballoon_migratepage(struct balloon_dev_info *vb_dev_info,
|
2012-12-12 00:02:45 +00:00
|
|
|
struct page *newpage, struct page *page, enum migrate_mode mode)
|
|
|
|
{
|
2014-10-09 22:29:29 +00:00
|
|
|
struct virtio_balloon *vb = container_of(vb_dev_info,
|
|
|
|
struct virtio_balloon, vb_dev_info);
|
2012-12-12 00:02:45 +00:00
|
|
|
unsigned long flags;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* In order to avoid lock contention while migrating pages concurrently
|
|
|
|
* to leak_balloon() or fill_balloon() we just give up the balloon_lock
|
|
|
|
* this turn, as it is easier to retry the page migration later.
|
|
|
|
* This also prevents fill_balloon() getting stuck into a mutex
|
|
|
|
* recursion in the case it ends up triggering memory compaction
|
|
|
|
* while it is attempting to inflate the ballon.
|
|
|
|
*/
|
|
|
|
if (!mutex_trylock(&vb->balloon_lock))
|
|
|
|
return -EAGAIN;
|
|
|
|
|
2014-10-09 22:29:27 +00:00
|
|
|
get_page(newpage); /* balloon reference */
|
|
|
|
|
2012-12-12 00:02:45 +00:00
|
|
|
/* balloon's page migration 1st step -- inflate "newpage" */
|
|
|
|
spin_lock_irqsave(&vb_dev_info->pages_lock, flags);
|
2014-10-09 22:29:29 +00:00
|
|
|
balloon_page_insert(vb_dev_info, newpage);
|
2012-12-12 00:02:45 +00:00
|
|
|
vb_dev_info->isolated_pages--;
|
2014-10-09 22:29:32 +00:00
|
|
|
__count_vm_event(BALLOON_MIGRATE);
|
2012-12-12 00:02:45 +00:00
|
|
|
spin_unlock_irqrestore(&vb_dev_info->pages_lock, flags);
|
|
|
|
vb->num_pfns = VIRTIO_BALLOON_PAGES_PER_PAGE;
|
2016-05-17 10:31:18 +00:00
|
|
|
set_page_pfns(vb, vb->pfns, newpage);
|
2012-12-12 00:02:45 +00:00
|
|
|
tell_host(vb, vb->inflate_vq);
|
|
|
|
|
2014-10-09 22:29:27 +00:00
|
|
|
/* balloon's page migration 2nd step -- deflate "page" */
|
2012-12-12 00:02:45 +00:00
|
|
|
balloon_page_delete(page);
|
|
|
|
vb->num_pfns = VIRTIO_BALLOON_PAGES_PER_PAGE;
|
2016-05-17 10:31:18 +00:00
|
|
|
set_page_pfns(vb, vb->pfns, page);
|
2012-12-12 00:02:45 +00:00
|
|
|
tell_host(vb, vb->deflate_vq);
|
|
|
|
|
|
|
|
mutex_unlock(&vb->balloon_lock);
|
|
|
|
|
2014-10-09 22:29:27 +00:00
|
|
|
put_page(page); /* balloon reference */
|
|
|
|
|
2016-07-26 22:26:50 +00:00
|
|
|
return MIGRATEPAGE_SUCCESS;
|
2012-12-12 00:02:45 +00:00
|
|
|
}
|
2016-07-26 22:23:09 +00:00
|
|
|
|
|
|
|
static struct dentry *balloon_mount(struct file_system_type *fs_type,
|
|
|
|
int flags, const char *dev_name, void *data)
|
|
|
|
{
|
|
|
|
static const struct dentry_operations ops = {
|
|
|
|
.d_dname = simple_dname,
|
|
|
|
};
|
|
|
|
|
|
|
|
return mount_pseudo(fs_type, "balloon-kvm:", NULL, &ops,
|
|
|
|
BALLOON_KVM_MAGIC);
|
|
|
|
}
|
|
|
|
|
|
|
|
static struct file_system_type balloon_fs = {
|
|
|
|
.name = "balloon-kvm",
|
|
|
|
.mount = balloon_mount,
|
|
|
|
.kill_sb = kill_anon_super,
|
|
|
|
};
|
|
|
|
|
2012-12-12 00:02:45 +00:00
|
|
|
#endif /* CONFIG_BALLOON_COMPACTION */
|
|
|
|
|
2011-12-22 11:28:34 +00:00
|
|
|
static int virtballoon_probe(struct virtio_device *vdev)
|
|
|
|
{
|
|
|
|
struct virtio_balloon *vb;
|
|
|
|
int err;
|
|
|
|
|
2015-01-12 14:23:37 +00:00
|
|
|
if (!vdev->config->get) {
|
|
|
|
dev_err(&vdev->dev, "%s failure: config access disabled\n",
|
|
|
|
__func__);
|
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
|
2011-12-22 11:28:34 +00:00
|
|
|
vdev->priv = vb = kmalloc(sizeof(*vb), GFP_KERNEL);
|
|
|
|
if (!vb) {
|
|
|
|
err = -ENOMEM;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
|
2016-01-25 16:38:06 +00:00
|
|
|
INIT_WORK(&vb->update_balloon_stats_work, update_balloon_stats_func);
|
|
|
|
INIT_WORK(&vb->update_balloon_size_work, update_balloon_size_func);
|
2016-01-25 16:38:05 +00:00
|
|
|
spin_lock_init(&vb->stop_update_lock);
|
|
|
|
vb->stop_update = false;
|
2011-12-22 11:28:34 +00:00
|
|
|
vb->num_pages = 0;
|
2012-12-12 00:02:45 +00:00
|
|
|
mutex_init(&vb->balloon_lock);
|
2012-07-02 07:33:08 +00:00
|
|
|
init_waitqueue_head(&vb->acked);
|
2011-12-22 11:28:34 +00:00
|
|
|
vb->vdev = vdev;
|
|
|
|
|
2014-10-09 22:29:29 +00:00
|
|
|
balloon_devinfo_init(&vb->vb_dev_info);
|
2012-12-12 00:02:45 +00:00
|
|
|
|
2011-12-22 11:28:34 +00:00
|
|
|
err = init_vqs(vb);
|
|
|
|
if (err)
|
2014-10-09 22:29:29 +00:00
|
|
|
goto out_free_vb;
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2014-11-09 23:06:29 +00:00
|
|
|
vb->nb.notifier_call = virtballoon_oom_notify;
|
|
|
|
vb->nb.priority = VIRTBALLOON_OOM_NOTIFY_PRIORITY;
|
|
|
|
err = register_oom_notifier(&vb->nb);
|
|
|
|
if (err < 0)
|
2016-07-26 22:23:09 +00:00
|
|
|
goto out_del_vqs;
|
|
|
|
|
|
|
|
#ifdef CONFIG_BALLOON_COMPACTION
|
|
|
|
balloon_mnt = kern_mount(&balloon_fs);
|
|
|
|
if (IS_ERR(balloon_mnt)) {
|
|
|
|
err = PTR_ERR(balloon_mnt);
|
|
|
|
unregister_oom_notifier(&vb->nb);
|
|
|
|
goto out_del_vqs;
|
|
|
|
}
|
|
|
|
|
|
|
|
vb->vb_dev_info.migratepage = virtballoon_migratepage;
|
|
|
|
vb->vb_dev_info.inode = alloc_anon_inode(balloon_mnt->mnt_sb);
|
|
|
|
if (IS_ERR(vb->vb_dev_info.inode)) {
|
|
|
|
err = PTR_ERR(vb->vb_dev_info.inode);
|
|
|
|
kern_unmount(balloon_mnt);
|
|
|
|
unregister_oom_notifier(&vb->nb);
|
|
|
|
vb->vb_dev_info.inode = NULL;
|
|
|
|
goto out_del_vqs;
|
|
|
|
}
|
|
|
|
vb->vb_dev_info.inode->i_mapping->a_ops = &balloon_aops;
|
|
|
|
#endif
|
2014-11-09 23:06:29 +00:00
|
|
|
|
2015-03-05 02:54:41 +00:00
|
|
|
virtio_device_ready(vdev);
|
|
|
|
|
2016-09-29 10:17:12 +00:00
|
|
|
if (towards_target(vb))
|
|
|
|
virtballoon_changed(vdev);
|
2008-02-05 04:50:12 +00:00
|
|
|
return 0;
|
|
|
|
|
2016-07-26 22:23:09 +00:00
|
|
|
out_del_vqs:
|
2009-06-13 04:16:36 +00:00
|
|
|
vdev->config->del_vqs(vdev);
|
2008-02-05 04:50:12 +00:00
|
|
|
out_free_vb:
|
|
|
|
kfree(vb);
|
|
|
|
out:
|
|
|
|
return err;
|
|
|
|
}
|
|
|
|
|
2012-04-26 19:15:57 +00:00
|
|
|
static void remove_common(struct virtio_balloon *vb)
|
2008-02-05 04:50:12 +00:00
|
|
|
{
|
|
|
|
/* There might be pages left in the balloon: free them. */
|
|
|
|
while (vb->num_pages)
|
|
|
|
leak_balloon(vb, vb->num_pages);
|
2012-04-26 19:15:56 +00:00
|
|
|
update_balloon_size(vb);
|
2008-02-05 04:50:12 +00:00
|
|
|
|
|
|
|
/* Now we reset the device so we can clean up the queues. */
|
2012-04-26 19:15:57 +00:00
|
|
|
vb->vdev->config->reset(vb->vdev);
|
2008-02-05 04:50:12 +00:00
|
|
|
|
2012-04-26 19:15:57 +00:00
|
|
|
vb->vdev->config->del_vqs(vb->vdev);
|
|
|
|
}
|
|
|
|
|
2012-12-21 21:05:30 +00:00
|
|
|
static void virtballoon_remove(struct virtio_device *vdev)
|
2012-04-26 19:15:57 +00:00
|
|
|
{
|
|
|
|
struct virtio_balloon *vb = vdev->priv;
|
|
|
|
|
2014-11-09 23:06:29 +00:00
|
|
|
unregister_oom_notifier(&vb->nb);
|
2016-01-25 16:38:05 +00:00
|
|
|
|
|
|
|
spin_lock_irq(&vb->stop_update_lock);
|
|
|
|
vb->stop_update = true;
|
|
|
|
spin_unlock_irq(&vb->stop_update_lock);
|
2016-01-25 16:38:06 +00:00
|
|
|
cancel_work_sync(&vb->update_balloon_size_work);
|
|
|
|
cancel_work_sync(&vb->update_balloon_stats_work);
|
2016-01-25 16:38:05 +00:00
|
|
|
|
2012-04-26 19:15:57 +00:00
|
|
|
remove_common(vb);
|
2017-02-24 23:00:40 +00:00
|
|
|
#ifdef CONFIG_BALLOON_COMPACTION
|
2016-07-26 22:23:09 +00:00
|
|
|
if (vb->vb_dev_info.inode)
|
|
|
|
iput(vb->vb_dev_info.inode);
|
2017-02-24 23:00:40 +00:00
|
|
|
|
|
|
|
kern_unmount(balloon_mnt);
|
|
|
|
#endif
|
2008-02-05 04:50:12 +00:00
|
|
|
kfree(vb);
|
|
|
|
}
|
|
|
|
|
2013-09-16 23:55:23 +00:00
|
|
|
#ifdef CONFIG_PM_SLEEP
|
virtio: balloon: Add freeze, restore handlers to support S4
Handling balloon hibernate / restore is tricky. If the balloon was
inflated before going into the hibernation state, upon resume, the host
will not have any memory of that. Any pages that were passed on to the
host earlier would most likely be invalid, and the host will have to
re-balloon to the previous value to get in the pre-hibernate state.
So the only sane thing for the guest to do here is to discard all the
pages that were put in the balloon. When to discard the pages is the
next question.
One solution is to deflate the balloon just before writing the image to
the disk (in the freeze() PM callback). However, asking for pages from
the host just to discard them immediately after seems wasteful of
resources. Hence, it makes sense to do this by just fudging our
counters soon after wakeup. This means we don't deflate the balloon
before sleep, and also don't put unnecessary pressure on the host.
This also helps in the thaw case: if the freeze fails for whatever
reason, the balloon should continue to remain in the inflated state.
This was tested by issuing 'swapoff -a' and trying to go into the S4
state. That fails, and the balloon stays inflated, as expected. Both
the host and the guest are happy.
Finally, in the restore() callback, we empty the list of pages that were
previously given off to the host, add the appropriate number of pages to
the totalram_pages counter, reset the num_pages counter to 0, and
all is fine.
As a last step, delete the vqs on the freeze callback to prepare for
hibernation, and re-create them in the restore and thaw callbacks to
resume normal operation.
The kthread doesn't race with any operations here, since it's frozen
before the freeze() call and is thawed after the thaw() and restore()
callbacks, so we're safe with that.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-12-22 11:28:35 +00:00
|
|
|
static int virtballoon_freeze(struct virtio_device *vdev)
|
|
|
|
{
|
2012-02-29 12:12:51 +00:00
|
|
|
struct virtio_balloon *vb = vdev->priv;
|
|
|
|
|
virtio: balloon: Add freeze, restore handlers to support S4
Handling balloon hibernate / restore is tricky. If the balloon was
inflated before going into the hibernation state, upon resume, the host
will not have any memory of that. Any pages that were passed on to the
host earlier would most likely be invalid, and the host will have to
re-balloon to the previous value to get in the pre-hibernate state.
So the only sane thing for the guest to do here is to discard all the
pages that were put in the balloon. When to discard the pages is the
next question.
One solution is to deflate the balloon just before writing the image to
the disk (in the freeze() PM callback). However, asking for pages from
the host just to discard them immediately after seems wasteful of
resources. Hence, it makes sense to do this by just fudging our
counters soon after wakeup. This means we don't deflate the balloon
before sleep, and also don't put unnecessary pressure on the host.
This also helps in the thaw case: if the freeze fails for whatever
reason, the balloon should continue to remain in the inflated state.
This was tested by issuing 'swapoff -a' and trying to go into the S4
state. That fails, and the balloon stays inflated, as expected. Both
the host and the guest are happy.
Finally, in the restore() callback, we empty the list of pages that were
previously given off to the host, add the appropriate number of pages to
the totalram_pages counter, reset the num_pages counter to 0, and
all is fine.
As a last step, delete the vqs on the freeze callback to prepare for
hibernation, and re-create them in the restore and thaw callbacks to
resume normal operation.
The kthread doesn't race with any operations here, since it's frozen
before the freeze() call and is thawed after the thaw() and restore()
callbacks, so we're safe with that.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-12-22 11:28:35 +00:00
|
|
|
/*
|
2016-01-25 16:38:05 +00:00
|
|
|
* The workqueue is already frozen by the PM core before this
|
virtio: balloon: Add freeze, restore handlers to support S4
Handling balloon hibernate / restore is tricky. If the balloon was
inflated before going into the hibernation state, upon resume, the host
will not have any memory of that. Any pages that were passed on to the
host earlier would most likely be invalid, and the host will have to
re-balloon to the previous value to get in the pre-hibernate state.
So the only sane thing for the guest to do here is to discard all the
pages that were put in the balloon. When to discard the pages is the
next question.
One solution is to deflate the balloon just before writing the image to
the disk (in the freeze() PM callback). However, asking for pages from
the host just to discard them immediately after seems wasteful of
resources. Hence, it makes sense to do this by just fudging our
counters soon after wakeup. This means we don't deflate the balloon
before sleep, and also don't put unnecessary pressure on the host.
This also helps in the thaw case: if the freeze fails for whatever
reason, the balloon should continue to remain in the inflated state.
This was tested by issuing 'swapoff -a' and trying to go into the S4
state. That fails, and the balloon stays inflated, as expected. Both
the host and the guest are happy.
Finally, in the restore() callback, we empty the list of pages that were
previously given off to the host, add the appropriate number of pages to
the totalram_pages counter, reset the num_pages counter to 0, and
all is fine.
As a last step, delete the vqs on the freeze callback to prepare for
hibernation, and re-create them in the restore and thaw callbacks to
resume normal operation.
The kthread doesn't race with any operations here, since it's frozen
before the freeze() call and is thawed after the thaw() and restore()
callbacks, so we're safe with that.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-12-22 11:28:35 +00:00
|
|
|
* function is called.
|
|
|
|
*/
|
2012-04-26 19:15:57 +00:00
|
|
|
remove_common(vb);
|
virtio: balloon: Add freeze, restore handlers to support S4
Handling balloon hibernate / restore is tricky. If the balloon was
inflated before going into the hibernation state, upon resume, the host
will not have any memory of that. Any pages that were passed on to the
host earlier would most likely be invalid, and the host will have to
re-balloon to the previous value to get in the pre-hibernate state.
So the only sane thing for the guest to do here is to discard all the
pages that were put in the balloon. When to discard the pages is the
next question.
One solution is to deflate the balloon just before writing the image to
the disk (in the freeze() PM callback). However, asking for pages from
the host just to discard them immediately after seems wasteful of
resources. Hence, it makes sense to do this by just fudging our
counters soon after wakeup. This means we don't deflate the balloon
before sleep, and also don't put unnecessary pressure on the host.
This also helps in the thaw case: if the freeze fails for whatever
reason, the balloon should continue to remain in the inflated state.
This was tested by issuing 'swapoff -a' and trying to go into the S4
state. That fails, and the balloon stays inflated, as expected. Both
the host and the guest are happy.
Finally, in the restore() callback, we empty the list of pages that were
previously given off to the host, add the appropriate number of pages to
the totalram_pages counter, reset the num_pages counter to 0, and
all is fine.
As a last step, delete the vqs on the freeze callback to prepare for
hibernation, and re-create them in the restore and thaw callbacks to
resume normal operation.
The kthread doesn't race with any operations here, since it's frozen
before the freeze() call and is thawed after the thaw() and restore()
callbacks, so we're safe with that.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-12-22 11:28:35 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2012-04-26 19:15:55 +00:00
|
|
|
static int virtballoon_restore(struct virtio_device *vdev)
|
2012-02-29 12:12:51 +00:00
|
|
|
{
|
|
|
|
struct virtio_balloon *vb = vdev->priv;
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
ret = init_vqs(vdev->priv);
|
|
|
|
if (ret)
|
|
|
|
return ret;
|
|
|
|
|
2014-10-14 23:52:33 +00:00
|
|
|
virtio_device_ready(vdev);
|
|
|
|
|
2016-01-25 16:38:05 +00:00
|
|
|
if (towards_target(vb))
|
|
|
|
virtballoon_changed(vdev);
|
2012-02-29 12:12:51 +00:00
|
|
|
update_balloon_size(vb);
|
|
|
|
return 0;
|
|
|
|
}
|
virtio: balloon: Add freeze, restore handlers to support S4
Handling balloon hibernate / restore is tricky. If the balloon was
inflated before going into the hibernation state, upon resume, the host
will not have any memory of that. Any pages that were passed on to the
host earlier would most likely be invalid, and the host will have to
re-balloon to the previous value to get in the pre-hibernate state.
So the only sane thing for the guest to do here is to discard all the
pages that were put in the balloon. When to discard the pages is the
next question.
One solution is to deflate the balloon just before writing the image to
the disk (in the freeze() PM callback). However, asking for pages from
the host just to discard them immediately after seems wasteful of
resources. Hence, it makes sense to do this by just fudging our
counters soon after wakeup. This means we don't deflate the balloon
before sleep, and also don't put unnecessary pressure on the host.
This also helps in the thaw case: if the freeze fails for whatever
reason, the balloon should continue to remain in the inflated state.
This was tested by issuing 'swapoff -a' and trying to go into the S4
state. That fails, and the balloon stays inflated, as expected. Both
the host and the guest are happy.
Finally, in the restore() callback, we empty the list of pages that were
previously given off to the host, add the appropriate number of pages to
the totalram_pages counter, reset the num_pages counter to 0, and
all is fine.
As a last step, delete the vqs on the freeze callback to prepare for
hibernation, and re-create them in the restore and thaw callbacks to
resume normal operation.
The kthread doesn't race with any operations here, since it's frozen
before the freeze() call and is thawed after the thaw() and restore()
callbacks, so we're safe with that.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-12-22 11:28:35 +00:00
|
|
|
#endif
|
|
|
|
|
2017-06-13 17:56:44 +00:00
|
|
|
static int virtballoon_validate(struct virtio_device *vdev)
|
|
|
|
{
|
|
|
|
__virtio_clear_bit(vdev, VIRTIO_F_IOMMU_PLATFORM);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2009-11-30 16:14:15 +00:00
|
|
|
static unsigned int features[] = {
|
|
|
|
VIRTIO_BALLOON_F_MUST_TELL_HOST,
|
|
|
|
VIRTIO_BALLOON_F_STATS_VQ,
|
2014-11-09 23:06:29 +00:00
|
|
|
VIRTIO_BALLOON_F_DEFLATE_ON_OOM,
|
2009-11-30 16:14:15 +00:00
|
|
|
};
|
2008-05-03 02:50:50 +00:00
|
|
|
|
2010-01-16 01:01:26 +00:00
|
|
|
static struct virtio_driver virtio_balloon_driver = {
|
2008-05-03 02:50:50 +00:00
|
|
|
.feature_table = features,
|
|
|
|
.feature_table_size = ARRAY_SIZE(features),
|
2008-02-05 04:50:12 +00:00
|
|
|
.driver.name = KBUILD_MODNAME,
|
|
|
|
.driver.owner = THIS_MODULE,
|
|
|
|
.id_table = id_table,
|
2017-06-13 17:56:44 +00:00
|
|
|
.validate = virtballoon_validate,
|
2008-02-05 04:50:12 +00:00
|
|
|
.probe = virtballoon_probe,
|
2012-12-21 21:05:30 +00:00
|
|
|
.remove = virtballoon_remove,
|
2008-02-05 04:50:12 +00:00
|
|
|
.config_changed = virtballoon_changed,
|
2013-09-16 23:55:23 +00:00
|
|
|
#ifdef CONFIG_PM_SLEEP
|
virtio: balloon: Add freeze, restore handlers to support S4
Handling balloon hibernate / restore is tricky. If the balloon was
inflated before going into the hibernation state, upon resume, the host
will not have any memory of that. Any pages that were passed on to the
host earlier would most likely be invalid, and the host will have to
re-balloon to the previous value to get in the pre-hibernate state.
So the only sane thing for the guest to do here is to discard all the
pages that were put in the balloon. When to discard the pages is the
next question.
One solution is to deflate the balloon just before writing the image to
the disk (in the freeze() PM callback). However, asking for pages from
the host just to discard them immediately after seems wasteful of
resources. Hence, it makes sense to do this by just fudging our
counters soon after wakeup. This means we don't deflate the balloon
before sleep, and also don't put unnecessary pressure on the host.
This also helps in the thaw case: if the freeze fails for whatever
reason, the balloon should continue to remain in the inflated state.
This was tested by issuing 'swapoff -a' and trying to go into the S4
state. That fails, and the balloon stays inflated, as expected. Both
the host and the guest are happy.
Finally, in the restore() callback, we empty the list of pages that were
previously given off to the host, add the appropriate number of pages to
the totalram_pages counter, reset the num_pages counter to 0, and
all is fine.
As a last step, delete the vqs on the freeze callback to prepare for
hibernation, and re-create them in the restore and thaw callbacks to
resume normal operation.
The kthread doesn't race with any operations here, since it's frozen
before the freeze() call and is thawed after the thaw() and restore()
callbacks, so we're safe with that.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-12-22 11:28:35 +00:00
|
|
|
.freeze = virtballoon_freeze,
|
|
|
|
.restore = virtballoon_restore,
|
|
|
|
#endif
|
2008-02-05 04:50:12 +00:00
|
|
|
};
|
|
|
|
|
2013-02-13 06:29:28 +00:00
|
|
|
module_virtio_driver(virtio_balloon_driver);
|
2008-02-05 04:50:12 +00:00
|
|
|
MODULE_DEVICE_TABLE(virtio, id_table);
|
|
|
|
MODULE_DESCRIPTION("Virtio balloon driver");
|
|
|
|
MODULE_LICENSE("GPL");
|