search for: 6b27b2d2aba1c80cc13b

Displaying 2 results from an estimated 2 matches for "6b27b2d2aba1c80cc13b".

2023 Mar 22
2
[PATCH 1/1] vhost_task: Fix vhost_task_create return value
vhost_task_create is supposed to return the vhost_task or NULL on failure. This fixes it to return the correct value when the allocation of the struct fails. Fixes: 77feab3c4156 ("vhost_task: Allow vhost layer to use copy_process") # mainline only Reported-by: syzbot+6b27b2d2aba1c80cc13b at syzkaller.appspotmail.com Signed-off-by: Mike Christie <michael.christie at oracle.com> --- kernel/vhost_task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/vhost_task.c b/kernel/vhost_task.c index 4b8aff160640..b7cbd66f889e 100644 --- a/kernel/vhost_task.c +...
2023 Mar 23
2
[PATCH 1/1] vhost_task: Fix vhost_task_create return value
...fixes it to return the correct value when the allocation > > > > > of the struct fails. > > > > > > > > > > Fixes: 77feab3c4156 ("vhost_task: Allow vhost layer to use copy_process") # mainline only > > > > > Reported-by: syzbot+6b27b2d2aba1c80cc13b at syzkaller.appspotmail.com > > > > > Signed-off-by: Mike Christie <michael.christie at oracle.com> > > > > > > > > Acked-by: Michael S. Tsirkin <mst at redhat.com> > > > > > > > > The affected patch is not upstream yet,...