Files
linux/net/core
Miklos Szeredi d840f9899a fuse: fix pipe_buf_operations
commit 28a625cbc2 upstream.

Having this struct in module memory could Oops when if the module is
unloaded while the buffer still persists in a pipe.

Since sock_pipe_buf_ops is essentially the same as fuse_dev_pipe_buf_steal
merge them into nosteal_pipe_buf_ops (this is the same as
default_pipe_buf_ops except stealing the page from the buffer is not
allowed).

Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-02-13 13:47:59 -08:00
..
2013-04-02 00:22:53 +02:00
2014-02-06 11:08:16 -08:00
2012-04-02 04:33:44 -04:00
2010-11-28 18:24:14 -08:00
2014-02-13 13:47:59 -08:00
2014-01-15 15:28:47 -08:00