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
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
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,