RE: [PATCH v3] driver: uio: fix possible memory leak in uio_open

2019-01-07 Thread liujian (CE)
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Tuesday, January 08, 2019 12:14 AM > To: liujian (CE) > Cc: xiu...@redhat.com; linux-kernel@vger.kernel.org > Subject: Re: [PATCH v3] driver: uio: fix possible memory leak in uio_open &

Re: [PATCH v3] driver: uio: fix possible memory leak in uio_open

2019-01-07 Thread Greg KH
On Thu, Jan 03, 2019 at 10:28:22PM +0800, liujian wrote: > Fixes: 57c5f4df0a5a ("uio: fix crash after the device is unregistered") > Signed-off-by: liujian I can not take patches without any changelog text at all :( Also, is "liujian" your full name? We need a real and full name for a

Re: [PATCH v3] driver: uio: fix possible memory leak in uio_open

2019-01-02 Thread Xiubo Li
On 2019/1/3 22:28, liujian wrote: Fixes: 57c5f4df0a5a ("uio: fix crash after the device is unregistered") Signed-off-by: liujian --- v1->v2: rename the "err_infoopen" to "err_idev_info" v2->3: put the extra info after the "--" Looks good to me. Thanks. BRs drivers/uio/uio.c | 7 ---

[PATCH v3] driver: uio: fix possible memory leak in uio_open

2019-01-02 Thread liujian
Fixes: 57c5f4df0a5a ("uio: fix crash after the device is unregistered") Signed-off-by: liujian --- v1->v2: rename the "err_infoopen" to "err_idev_info" v2->3: put the extra info after the "--" drivers/uio/uio.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git