https://github.com/torvalds/linux
Revision 4a770e638f531d078b580a5a24412c5e5f8f7ddb authored by Linus Torvalds on 01 July 2018, 19:32:19 UTC, committed by Linus Torvalds on 01 July 2018, 19:32:19 UTC
Pull vfs fix from Al Viro:
 "Followup to procfs-seq_file series this window"

This fixes a memory leak by making sure that proc seq files release any
private data on close.  The 'proc_seq_open' has to be properly paired
with 'proc_seq_release' that releases the extra private data.

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  proc: add proc_seq_release
2 parent s d7563ca + 877f919
History
Tip revision: 4a770e638f531d078b580a5a24412c5e5f8f7ddb authored by Linus Torvalds on 01 July 2018, 19:32:19 UTC
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Tip revision: 4a770e6
File Mode Size
Makefile -rw-r--r-- 231 bytes
af_netrom.c -rw-r--r-- 32.3 KB
nr_dev.c -rw-r--r-- 3.9 KB
nr_in.c -rw-r--r-- 7.0 KB
nr_loopback.c -rw-r--r-- 1.8 KB
nr_out.c -rw-r--r-- 5.9 KB
nr_route.c -rw-r--r-- 21.9 KB
nr_subr.c -rw-r--r-- 6.1 KB
nr_timer.c -rw-r--r-- 5.3 KB
sysctl_net_netrom.c -rw-r--r-- 4.1 KB

back to top