Displaying 20 results from an estimated 900 matches similar to: "[RFC PATCH] virtio_balloon: add param to skip adjusting pages"
2013 May 11
0
[PATCH v6, part3 13/16] mm: correctly update zone->mamaged_pages
Enhance adjust_managed_page_count() to adjust totalhigh_pages for
highmem pages. And change code which directly adjusts totalram_pages
to use adjust_managed_page_count() because it adjusts totalram_pages,
totalhigh_pages and zone->managed_pages altogether in a safe way.
Remove inc_totalhigh_pages() and dec_totalhigh_pages() from xen/balloon
driver bacause adjust_managed_page_count() has
2013 May 11
0
[PATCH v6, part3 13/16] mm: correctly update zone->mamaged_pages
Enhance adjust_managed_page_count() to adjust totalhigh_pages for
highmem pages. And change code which directly adjusts totalram_pages
to use adjust_managed_page_count() because it adjusts totalram_pages,
totalhigh_pages and zone->managed_pages altogether in a safe way.
Remove inc_totalhigh_pages() and dec_totalhigh_pages() from xen/balloon
driver bacause adjust_managed_page_count() has
2013 May 11
0
[PATCH v6, part3 13/16] mm: correctly update zone->mamaged_pages
Enhance adjust_managed_page_count() to adjust totalhigh_pages for
highmem pages. And change code which directly adjusts totalram_pages
to use adjust_managed_page_count() because it adjusts totalram_pages,
totalhigh_pages and zone->managed_pages altogether in a safe way.
Remove inc_totalhigh_pages() and dec_totalhigh_pages() from xen/balloon
driver bacause adjust_managed_page_count() has
2019 Dec 16
0
[PATCH 4.14 183/267] virtio-balloon: fix managed page counts when migrating pages between zones
From: David Hildenbrand <david at redhat.com>
commit 63341ab03706e11a31e3dd8ccc0fbc9beaf723f0 upstream.
In case we have to migrate a ballon page to a newpage of another zone, the
managed page count of both zones is wrong. Paired with memory offlining
(which will adjust the managed page count), we can trigger kernel crashes
and all kinds of different symptoms.
One way to reproduce:
1.
2019 Dec 16
0
[PATCH 4.19 031/140] virtio-balloon: fix managed page counts when migrating pages between zones
From: David Hildenbrand <david at redhat.com>
commit 63341ab03706e11a31e3dd8ccc0fbc9beaf723f0 upstream.
In case we have to migrate a ballon page to a newpage of another zone, the
managed page count of both zones is wrong. Paired with memory offlining
(which will adjust the managed page count), we can trigger kernel crashes
and all kinds of different symptoms.
One way to reproduce:
1.
2019 Dec 16
0
[PATCH 5.3 047/180] virtio-balloon: fix managed page counts when migrating pages between zones
From: David Hildenbrand <david at redhat.com>
commit 63341ab03706e11a31e3dd8ccc0fbc9beaf723f0 upstream.
In case we have to migrate a ballon page to a newpage of another zone, the
managed page count of both zones is wrong. Paired with memory offlining
(which will adjust the managed page count), we can trigger kernel crashes
and all kinds of different symptoms.
One way to reproduce:
1.
2019 Dec 16
0
[PATCH 5.4 058/177] virtio-balloon: fix managed page counts when migrating pages between zones
From: David Hildenbrand <david at redhat.com>
commit 63341ab03706e11a31e3dd8ccc0fbc9beaf723f0 upstream.
In case we have to migrate a ballon page to a newpage of another zone, the
managed page count of both zones is wrong. Paired with memory offlining
(which will adjust the managed page count), we can trigger kernel crashes
and all kinds of different symptoms.
One way to reproduce:
1.
2019 Dec 19
0
[PATCH 4.4 098/162] virtio-balloon: fix managed page counts when migrating pages between zones
From: David Hildenbrand <david at redhat.com>
commit 63341ab03706e11a31e3dd8ccc0fbc9beaf723f0 upstream.
In case we have to migrate a ballon page to a newpage of another zone, the
managed page count of both zones is wrong. Paired with memory offlining
(which will adjust the managed page count), we can trigger kernel crashes
and all kinds of different symptoms.
One way to reproduce:
1.
2019 Dec 19
0
[PATCH 4.9 115/199] virtio-balloon: fix managed page counts when migrating pages between zones
From: David Hildenbrand <david at redhat.com>
commit 63341ab03706e11a31e3dd8ccc0fbc9beaf723f0 upstream.
In case we have to migrate a ballon page to a newpage of another zone, the
managed page count of both zones is wrong. Paired with memory offlining
(which will adjust the managed page count), we can trigger kernel crashes
and all kinds of different symptoms.
One way to reproduce:
1.
2020 Apr 23
0
[PATCH 3.16 093/245] virtio-balloon: fix managed page counts when migrating pages between zones
3.16.83-rc1 review patch. If anyone has any objections, please let me know.
------------------
From: David Hildenbrand <david at redhat.com>
commit 63341ab03706e11a31e3dd8ccc0fbc9beaf723f0 upstream.
In case we have to migrate a ballon page to a newpage of another zone, the
managed page count of both zones is wrong. Paired with memory offlining
(which will adjust the managed page count),
2013 May 26
6
[PATCH v8, part3 12/14] mm: correctly update zone->mamaged_pages
Enhance adjust_managed_page_count() to adjust totalhigh_pages for
highmem pages. And change code which directly adjusts totalram_pages
to use adjust_managed_page_count() because it adjusts totalram_pages,
totalhigh_pages and zone->managed_pages altogether in a safe way.
Remove inc_totalhigh_pages() and dec_totalhigh_pages() from xen/balloon
driver bacause adjust_managed_page_count() has
2013 May 26
6
[PATCH v8, part3 12/14] mm: correctly update zone->mamaged_pages
Enhance adjust_managed_page_count() to adjust totalhigh_pages for
highmem pages. And change code which directly adjusts totalram_pages
to use adjust_managed_page_count() because it adjusts totalram_pages,
totalhigh_pages and zone->managed_pages altogether in a safe way.
Remove inc_totalhigh_pages() and dec_totalhigh_pages() from xen/balloon
driver bacause adjust_managed_page_count() has
2013 May 26
6
[PATCH v8, part3 12/14] mm: correctly update zone->mamaged_pages
Enhance adjust_managed_page_count() to adjust totalhigh_pages for
highmem pages. And change code which directly adjusts totalram_pages
to use adjust_managed_page_count() because it adjusts totalram_pages,
totalhigh_pages and zone->managed_pages altogether in a safe way.
Remove inc_totalhigh_pages() and dec_totalhigh_pages() from xen/balloon
driver bacause adjust_managed_page_count() has
2019 Dec 15
0
Patch "virtio-balloon: fix managed page counts when migrating pages between zones" has been added to the 4.4-stable tree
This is a note to let you know that I've just added the patch titled
virtio-balloon: fix managed page counts when migrating pages between zones
to the 4.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
virtio-balloon-fix-managed-page-counts-when-migrating-pages-between-zones.patch
2019 Dec 15
0
Patch "virtio-balloon: fix managed page counts when migrating pages between zones" has been added to the 4.9-stable tree
This is a note to let you know that I've just added the patch titled
virtio-balloon: fix managed page counts when migrating pages between zones
to the 4.9-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
virtio-balloon-fix-managed-page-counts-when-migrating-pages-between-zones.patch
2019 Dec 15
0
Patch "virtio-balloon: fix managed page counts when migrating pages between zones" has been added to the 4.14-stable tree
This is a note to let you know that I've just added the patch titled
virtio-balloon: fix managed page counts when migrating pages between zones
to the 4.14-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
virtio-balloon-fix-managed-page-counts-when-migrating-pages-between-zones.patch
2019 Dec 15
0
Patch "virtio-balloon: fix managed page counts when migrating pages between zones" has been added to the 4.19-stable tree
This is a note to let you know that I've just added the patch titled
virtio-balloon: fix managed page counts when migrating pages between zones
to the 4.19-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
virtio-balloon-fix-managed-page-counts-when-migrating-pages-between-zones.patch
2019 Dec 15
0
Patch "virtio-balloon: fix managed page counts when migrating pages between zones" has been added to the 5.3-stable tree
This is a note to let you know that I've just added the patch titled
virtio-balloon: fix managed page counts when migrating pages between zones
to the 5.3-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
virtio-balloon-fix-managed-page-counts-when-migrating-pages-between-zones.patch
2019 Dec 15
0
Patch "virtio-balloon: fix managed page counts when migrating pages between zones" has been added to the 5.4-stable tree
This is a note to let you know that I've just added the patch titled
virtio-balloon: fix managed page counts when migrating pages between zones
to the 5.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
virtio-balloon-fix-managed-page-counts-when-migrating-pages-between-zones.patch
2019 Dec 11
1
[PATCH v3] virtio-balloon: fix managed page counts when migrating pages between zones
In case we have to migrate a ballon page to a newpage of another zone, the
managed page count of both zones is wrong. Paired with memory offlining
(which will adjust the managed page count), we can trigger kernel crashes
and all kinds of different symptoms.
One way to reproduce:
1. Start a QEMU guest with 4GB, no NUMA
2. Hotplug a 1GB DIMM and online the memory to ZONE_NORMAL
3. Inflate the