On Thu, Aug 05 2021, Jason Gunthorpe <[email protected]> wrote: > Convert mbochs to use an atomic scheme for this like mtty was changed > into. The atomic fixes various race conditions with probing. Add the > missing error unwind. Also add the missing kfree of mdev_state->pages. > > Fixes: 681c1615f891 ("vfio/mbochs: Convert to use vfio_register_group_dev()") > Reported-by: Cornelia Huck <[email protected]> > Co-developed-by: Alex Williamson <[email protected]> > Reviewed-by: Christoph Hellwig <[email protected]> > Signed-off-by: Jason Gunthorpe <[email protected]> > --- > samples/vfio-mdev/mbochs.c | 24 +++++++++++++++--------- > 1 file changed, 15 insertions(+), 9 deletions(-)
Reviewed-by: Cornelia Huck <[email protected]>
