Re: [PATCH -next] um: vector: fix missing unlock on error in vector_net_open()

2018-01-05 Thread Anton Ivanov
Hi Wei, I just double-checked. This issue has been fixed in a patch submitted by Dan Carpenter on 09th Dec 2017 which I acknowledged on 11th Dec 2017 and which should be in Richard's queue to be applied. It should at some point show up in Linux-next. Best Regards and once again, thanks for

Re: [PATCH -next] um: vector: fix missing unlock on error in vector_net_open()

2018-01-05 Thread Anton Ivanov
Hi Wei, I just double-checked. This issue has been fixed in a patch submitted by Dan Carpenter on 09th Dec 2017 which I acknowledged on 11th Dec 2017 and which should be in Richard's queue to be applied. It should at some point show up in Linux-next. Best Regards and once again, thanks for

[PATCH -next] um: vector: fix missing unlock on error in vector_net_open()

2018-01-04 Thread Wei Yongjun
Add the missing unlock before return from function vector_net_open() in the error handling case. Fixes: ad1f62ab2bd4 ("High Performance UML Vector Network Driver") Signed-off-by: Wei Yongjun --- arch/um/drivers/vector_kern.c | 4 +++- 1 file changed, 3 insertions(+), 1

[PATCH -next] um: vector: fix missing unlock on error in vector_net_open()

2018-01-04 Thread Wei Yongjun
Add the missing unlock before return from function vector_net_open() in the error handling case. Fixes: ad1f62ab2bd4 ("High Performance UML Vector Network Driver") Signed-off-by: Wei Yongjun --- arch/um/drivers/vector_kern.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git