Re: [PATCH 0/2] 9p: Fixes for hard-to-hit bugs

2017-09-07 Thread Latchesar Ionkov
Acked-by: Latchesar Ionkov On Wed, Sep 6, 2017 at 8:59 AM, Tuomas Tynkkynen wrote: > These two patches fix two hard-to-hit (but really annoying) bugs in 9p. > The first one was posted earlier in February (with one R-b), the second > is a new one. > > Both of these have had s

Re: net/9p/mux.c: use-after-free

2007-07-25 Thread Latchesar Ionkov
Yep, it's a leak. Thanks, Lucho On 7/25/07, Eric Van Hensbergen <[EMAIL PROTECTED]> wrote: On 7/22/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: > The Coverity checker spotted the following use-after-free > in net/9p/mux.c: > > <-- snip --> > > ... > struct p9_conn *p9_conn_create(struct p9_t

[PATCH][RFC]: v9fs: moving non-VFS related interfaces to net/

2007-05-17 Thread Latchesar Ionkov
Hi, It was suggested on lkml that we move the non-VFS layers of the 9P2000 protocol from fs/9p to net/9p making 9p usable for things other than the VFS subsystem. Can you please pull the patchset from git://git.org/pub/scm/linux/kernel/git/ericvh/v9fs.git/ and review and ack/reject it. Thanks,