[PATCH 0/3] Fix crash when hot-unplugging a hostdev-interface

Peter Krempa posted 3 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1680179855.git.pkrempa@redhat.com
src/conf/domain_conf.c   | 129 +++++++++++++++++++--------------------
src/conf/domain_conf.h   |   1 -
src/libvirt_private.syms |   1 -
3 files changed, 63 insertions(+), 68 deletions(-)
[PATCH 0/3] Fix crash when hot-unplugging a hostdev-interface
Posted by Peter Krempa 1 year, 1 month ago
Peter Krempa (3):
  conf: Clear pointer to freed bitmap holding hostdev's 'origstates'
  conf: Unexport virDomainHostdevDefClear
  virDomainHostdevDefClear: Fix and shorten comment

 src/conf/domain_conf.c   | 129 +++++++++++++++++++--------------------
 src/conf/domain_conf.h   |   1 -
 src/libvirt_private.syms |   1 -
 3 files changed, 63 insertions(+), 68 deletions(-)

-- 
2.39.2
Re: [PATCH 0/3] Fix crash when hot-unplugging a hostdev-interface
Posted by Ján Tomko 1 year, 1 month ago
On a Thursday in 2023, Peter Krempa wrote:
>Peter Krempa (3):
>  conf: Clear pointer to freed bitmap holding hostdev's 'origstates'
>  conf: Unexport virDomainHostdevDefClear
>  virDomainHostdevDefClear: Fix and shorten comment
>
> src/conf/domain_conf.c   | 129 +++++++++++++++++++--------------------
> src/conf/domain_conf.h   |   1 -
> src/libvirt_private.syms |   1 -
> 3 files changed, 63 insertions(+), 68 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano