mbox series

[0/2] media: go7007: code improvment and bug fixes

Message ID cover.1624217907.git.paskripkin@gmail.com
Headers show
Series media: go7007: code improvment and bug fixes | expand

Message

Pavel Skripkin June 20, 2021, 7:44 p.m. UTC
In this patch series, I fixed memory leak reported by my
local syzkaller instance and increased go7007_alloc() execution
speed by removing reduntant zeroing members in kzalloc allocated
structure.


Pavel Skripkin (2):
  media: go7007: fix memory leak in go7007_usb_probe
  media: go7007: remove redundant initialization

 drivers/media/usb/go7007/go7007-driver.c | 26 ------------------------
 drivers/media/usb/go7007/go7007-usb.c    |  2 +-
 2 files changed, 1 insertion(+), 27 deletions(-)

Comments

Pavel Skripkin July 6, 2021, 5:15 p.m. UTC | #1
On Sun, 20 Jun 2021 22:44:33 +0300
Pavel Skripkin <paskripkin@gmail.com> wrote:

> In this patch series, I fixed memory leak reported by my

> local syzkaller instance and increased go7007_alloc() execution

> speed by removing reduntant zeroing members in kzalloc allocated

> structure.

> 

> 

> Pavel Skripkin (2):

>   media: go7007: fix memory leak in go7007_usb_probe

>   media: go7007: remove redundant initialization

> 

>  drivers/media/usb/go7007/go7007-driver.c | 26

> ------------------------ drivers/media/usb/go7007/go7007-usb.c    |

> 2 +- 2 files changed, 1 insertion(+), 27 deletions(-)

> 


Hi, media developers!

Gentle ping :)



With regards,
Pavel Skripkin