search for: b3a3cb165795

Displaying 1 result from an estimated 1 matches for "b3a3cb165795".

2023 Aug 21
0
[PATCH] vdpa_sim_blk: Fix the potential leak of mgmt_dev
...ed-off-by: Shawn.Shao <shawn.shao at jaguarmicro.com> > --- > drivers/vdpa/vdpa_sim/vdpa_sim_blk.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/vdpa/vdpa_sim/vdpa_sim_blk.c b/drivers/vdpa/vdpa_sim/vdpa_sim_blk.c > index 00d7d72713be..b3a3cb165795 100644 > --- a/drivers/vdpa/vdpa_sim/vdpa_sim_blk.c > +++ b/drivers/vdpa/vdpa_sim/vdpa_sim_blk.c > @@ -499,12 +499,13 @@ static int __init vdpasim_blk_init(void) > GFP_KERNEL); > if (!shared_buffer) { >...