search for: mheyne

Displaying 7 results from an estimated 7 matches for "mheyne".

Did you mean: cheyne
2023 Sep 08
0
[PATCH v2] virtio-mmio: fix memory leak of vm_dev
On Thu, 7 Sep 2023 14:17:16 +0000, Maximilian Heyne <mheyne at amazon.de> wrote: > With the recent removal of vm_dev from devres its memory is only freed > via the callback virtio_mmio_release_dev. However, this only takes > effect after device_add is called by register_virtio_device. Until then > it's an unmanaged resource and must be ex...
2023 Sep 08
0
[PATCH v2] virtio-mmio: fix memory leak of vm_dev
On Thu, 7 Sep 2023 14:17:16 +0000, Maximilian Heyne <mheyne at amazon.de> wrote: > With the recent removal of vm_dev from devres its memory is only freed > via the callback virtio_mmio_release_dev. However, this only takes > effect after device_add is called by register_virtio_device. Until then > it's an unmanaged resource and must be ex...
2023 Sep 07
0
[PATCH v2] virtio-mmio: fix memory leak of vm_dev
...> This bug was discovered and resolved using Coverity Static Analysis > Security Testing (SAST) by Synopsys, Inc. > > Cc: <stable at vger.kernel.org> > Fixes: 55c91fedd03d ("virtio-mmio: don't break lifecycle of vm_dev") > Signed-off-by: Maximilian Heyne <mheyne at amazon.de> Reviewed-by: Catalin Marinas <catalin.marinas at arm.com> Tested-by: Catalin Marinas <catalin.marinas at arm.com> Thanks. -- Catalin
2023 Sep 08
0
[PATCH v2] virtio-mmio: fix memory leak of vm_dev
...Coverity Static Analysis > > > Security Testing (SAST) by Synopsys, Inc. > > > > > > Cc: <stable at vger.kernel.org> > > > Fixes: 55c91fedd03d ("virtio-mmio: don't break lifecycle of vm_dev") > > > Signed-off-by: Maximilian Heyne <mheyne at amazon.de> > > > > Reviewed-by: Catalin Marinas <catalin.marinas at arm.com> > > Tested-by: Catalin Marinas <catalin.marinas at arm.com> > > Who would apply this patch? The virtio maintainers (Michael, Jason). > Something seems to have choked my patc...
2023 Sep 06
0
[PATCH] virtio-mmio: fix memory leak of vm_dev
...exit. > > This bug was discovered and resolved using Coverity Static Analysis > Security Testing (SAST) by Synopsys, Inc. > > Cc: stable at vger.kernel.org > Fixes: 55c91fedd03d ("virtio-mmio: don't break lifecycle of vm_dev") > Signed-off-by: Maximilian Heyne <mheyne at amazon.de> Kmemleak was reporting around 31 of these leaks (under qemu). I have not tried your patch yet as you mentioned a v2. unreferenced object 0xffff000040bb6c00 (size 1024): comm "swapper/0", pid 1, jiffies 4294892472 (age 106.728s) hex dump (first 32 bytes): 00 00 0...
2023 Sep 07
0
[PATCH v2] virtio-mmio: fix memory leak of vm_dev
...> This bug was discovered and resolved using Coverity Static Analysis > Security Testing (SAST) by Synopsys, Inc. > > Cc: <stable at vger.kernel.org> > Fixes: 55c91fedd03d ("virtio-mmio: don't break lifecycle of vm_dev") > Signed-off-by: Maximilian Heyne <mheyne at amazon.de> Reviewed-by: Catalin Marinas <catalin.marinas at arm.com> Tested-by: Catalin Marinas <catalin.marinas at arm.com> Thanks. -- Catalin
2023 Sep 08
0
[PATCH v2] virtio-mmio: fix memory leak of vm_dev
...Coverity Static Analysis > > > Security Testing (SAST) by Synopsys, Inc. > > > > > > Cc: <stable at vger.kernel.org> > > > Fixes: 55c91fedd03d ("virtio-mmio: don't break lifecycle of vm_dev") > > > Signed-off-by: Maximilian Heyne <mheyne at amazon.de> > > > > Reviewed-by: Catalin Marinas <catalin.marinas at arm.com> > > Tested-by: Catalin Marinas <catalin.marinas at arm.com> > > Who would apply this patch? The virtio maintainers (Michael, Jason). > Something seems to have choked my patc...