Re: [PATCH RESEND] 9p: Fix memory leak in v9fs_mount

2020-07-10 Thread Dominique Martinet
Zhengbin (OSKernel) wrote on Thu, Jul 09, 2020: > Is this OK? I don't see it on linux-next Yes, I just (still) haven't tested them, sorry. It's in git://github.com/martinetd/linux branch 9p-test -- Dominique

Re: [PATCH RESEND] 9p: Fix memory leak in v9fs_mount

2020-07-08 Thread Zhengbin (OSKernel)
Is this OK? I don't see it on linux-next On 2020/6/15 18:20, Dominique Martinet wrote: Zheng Bin wrote on Mon, Jun 15, 2020: v9fs_mount v9fs_session_init v9fs_cache_session_get_cookie v9fs_random_cachetag -->alloc cachetag v9ses->fscache = fscache_acqui

Re: [PATCH RESEND] 9p: Fix memory leak in v9fs_mount

2020-06-15 Thread Dominique Martinet
Zheng Bin wrote on Mon, Jun 15, 2020: > v9fs_mount > v9fs_session_init > v9fs_cache_session_get_cookie > v9fs_random_cachetag -->alloc cachetag > v9ses->fscache = fscache_acquire_cookie -->maybe NULL > sb = sget-->fail, go

[PATCH RESEND] 9p: Fix memory leak in v9fs_mount

2020-06-14 Thread Zheng Bin
v9fs_mount v9fs_session_init v9fs_cache_session_get_cookie v9fs_random_cachetag -->alloc cachetag v9ses->fscache = fscache_acquire_cookie -->maybe NULL sb = sget-->fail, goto clunk clunk_fid: v9fs_session_close if (v