search for: 5d757c8d518d

Displaying 20 results from an estimated 20 matches for "5d757c8d518d".

2020 Apr 16
3
[PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
From: Alexander Duyck <alexander.h.duyck at linux.intel.com> If we have free page hinting or page reporting enabled we should disable it if the pages are poisoned or initialized on free and we cannot notify the hypervisor. Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> --- drivers/virtio/virtio_balloon.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/virtio/virtio_ballo...
2020 Apr 16
3
[PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
From: Alexander Duyck <alexander.h.duyck at linux.intel.com> If we have free page hinting or page reporting enabled we should disable it if the pages are poisoned or initialized on free and we cannot notify the hypervisor. Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> --- drivers/virtio/virtio_balloon.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/virtio/virtio_ballo...
2020 May 08
2
[PATCH v2 resubmit] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...This way we can avoid the possibility of corrupting guest memory. Normally the page poisoning feature should always be present when free page reporting is enabled on the hypervisor, however this allows us to correctly handle a case of the virtio-balloon device being possibly misconfigured. Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") Acked-by: David Hildenbrand <david at redhat.com> Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> --- Changes since v1: Originally this patch also modified free page hinting, that ha...
2020 May 08
2
[PATCH v2 resubmit] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...This way we can avoid the possibility of corrupting guest memory. Normally the page poisoning feature should always be present when free page reporting is enabled on the hypervisor, however this allows us to correctly handle a case of the virtio-balloon device being possibly misconfigured. Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") Acked-by: David Hildenbrand <david at redhat.com> Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> --- Changes since v1: Originally this patch also modified free page hinting, that ha...
2020 Apr 24
2
[PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...ay we can avoid the possibility of corrupting guest memory. Normally the page poison reporting feature should always be present when free page reporting is enabled on the hypervisor, however this allows us to correctly handle a case of the virtio-balloon device being possibly misconfigured. Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> --- Changes since v1: Originally this patch also modified free page hinting, that has been removed. Updated patch title and description. Add...
2020 Apr 24
2
[PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...ay we can avoid the possibility of corrupting guest memory. Normally the page poison reporting feature should always be present when free page reporting is enabled on the hypervisor, however this allows us to correctly handle a case of the virtio-balloon device being possibly misconfigured. Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> --- Changes since v1: Originally this patch also modified free page hinting, that has been removed. Updated patch title and description. Add...
2020 Apr 16
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...gt; From: Alexander Duyck <alexander.h.duyck at linux.intel.com> > > > > If we have free page hinting or page reporting enabled we should disable it > > if the pages are poisoned or initialized on free and we cannot notify the > > hypervisor. > > > > Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > > > > Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > > > Why not put this logic in the hypervisor? I did that too. This is to cover the case where somebody is run...
2020 Apr 17
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...duyck at linux.intel.com> >>>> >>>> If we have free page hinting or page reporting enabled we should disable it >>>> if the pages are poisoned or initialized on free and we cannot notify the >>>> hypervisor. >>>> >>>> Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") >>>> >>>> Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> >>> >>> >>> Why not put this logic in the hypervisor? >> >> I did th...
2020 May 26
1
[PATCH v2 resubmit] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...ing guest memory. Normally the page poisoning feature > > should always be present when free page reporting is enabled on the > > hypervisor, however this allows us to correctly handle a case of the > > virtio-balloon device being possibly misconfigured. > > > > Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > > Acked-by: David Hildenbrand <david at redhat.com> > > Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > > --- > > > > Changes since v1: > > Ori...
2020 Apr 27
2
[PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...st memory. Normally the page poison > > reporting feature should always be present when free page reporting is > > enabled on the hypervisor, however this allows us to correctly handle a > > case of the virtio-balloon device being possibly misconfigured. > > > > Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > > Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > > --- > > > > Changes since v1: > > Originally this patch also modified free page hinting, that has been...
2020 Apr 27
2
[PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...st memory. Normally the page poison > > reporting feature should always be present when free page reporting is > > enabled on the hypervisor, however this allows us to correctly handle a > > case of the virtio-balloon device being possibly misconfigured. > > > > Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > > Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > > --- > > > > Changes since v1: > > Originally this patch also modified free page hinting, that has been...
2020 Apr 16
0
[PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...00, Alexander Duyck wrote: > From: Alexander Duyck <alexander.h.duyck at linux.intel.com> > > If we have free page hinting or page reporting enabled we should disable it > if the pages are poisoned or initialized on free and we cannot notify the > hypervisor. > > Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > > Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> Why not put this logic in the hypervisor? We don't know what hypervisor uses the hints for. Yes you can not just drop them b...
2020 Apr 27
0
[PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...bility of corrupting guest memory. Normally the page poison > reporting feature should always be present when free page reporting is > enabled on the hypervisor, however this allows us to correctly handle a > case of the virtio-balloon device being possibly misconfigured. > > Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > --- > > Changes since v1: > Originally this patch also modified free page hinting, that has been removed. > Updated pa...
2020 May 15
0
[PATCH v2 resubmit] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...t; possibility of corrupting guest memory. Normally the page poisoning feature > should always be present when free page reporting is enabled on the > hypervisor, however this allows us to correctly handle a case of the > virtio-balloon device being possibly misconfigured. > > Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > Acked-by: David Hildenbrand <david at redhat.com> > Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > --- > > Changes since v1: > Originally this patch also modifi...
2020 Apr 17
0
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...gt; >>>> > >>>> If we have free page hinting or page reporting enabled we should disable it > >>>> if the pages are poisoned or initialized on free and we cannot notify the > >>>> hypervisor. > >>>> > >>>> Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > >>>> > >>>> Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > >>> > >>> > >>> Why not put this logic in the hypervisor? &...
2020 Apr 17
0
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...alexander.h.duyck at linux.intel.com> > > > > > > If we have free page hinting or page reporting enabled we should disable it > > > if the pages are poisoned or initialized on free and we cannot notify the > > > hypervisor. > > > > > > Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > > > > > > Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > > > > > > Why not put this logic in the hypervisor? > > I did that too. This is to c...
2020 Apr 17
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...;> >>>>>> If we have free page hinting or page reporting enabled we should disable it >>>>>> if the pages are poisoned or initialized on free and we cannot notify the >>>>>> hypervisor. >>>>>> >>>>>> Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") >>>>>> >>>>>> Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> >>>>> >>>>> >>>>> Why not put this logic in th...
2020 Apr 27
0
[PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...ally the page poison >>> reporting feature should always be present when free page reporting is >>> enabled on the hypervisor, however this allows us to correctly handle a >>> case of the virtio-balloon device being possibly misconfigured. >>> >>> Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") >>> Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> >>> --- >>> >>> Changes since v1: >>> Originally this patch also modified free page hinting,...
2020 Apr 17
0
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...t;>> If we have free page hinting or page reporting enabled we should disable it > >>>>>> if the pages are poisoned or initialized on free and we cannot notify the > >>>>>> hypervisor. > >>>>>> > >>>>>> Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > >>>>>> > >>>>>> Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > >>>>> > >>>>> > >>>>> Why...
2020 Apr 27
1
[PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
...>>> reporting feature should always be present when free page reporting is > >>> enabled on the hypervisor, however this allows us to correctly handle a > >>> case of the virtio-balloon device being possibly misconfigured. > >>> > >>> Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") > >>> Signed-off-by: Alexander Duyck <alexander.h.duyck at linux.intel.com> > >>> --- > >>> > >>> Changes since v1: > >>> Originally this patch also mo...