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
ac97
ali5451
asihpi
au88x0
aw2
ca0106
cs46xx
cs5535audio
ctxfi
echoaudio
emu10k1
hda
ice1712
korg1212
lola
lx6464es
mixart
nm256
oxygen
pcxhr
riptide
rme9652
trident
vx222
ymfpci
Kconfig -rw-r--r-- 25.3 KB
Makefile -rw-r--r-- 2.2 KB
ad1889.c -rw-r--r-- 26.0 KB
ad1889.h -rw-r--r-- 7.9 KB
ak4531_codec.c -rw-r--r-- 17.0 KB
als300.c -rw-r--r-- 21.9 KB
als4000.c -rw-r--r-- 30.9 KB
atiixp.c -rw-r--r-- 45.1 KB
atiixp_modem.c -rw-r--r-- 35.2 KB
azt3328.c -rw-r--r-- 82.3 KB
azt3328.h -rw-r--r-- 15.5 KB
bt87x.c -rw-r--r-- 29.6 KB
cmipci.c -rw-r--r-- 101.4 KB
cs4281.c -rw-r--r-- 63.8 KB
cs5530.c -rw-r--r-- 7.0 KB
ens1370.c -rw-r--r-- 78.4 KB
ens1371.c -rw-r--r-- 38 bytes
es1938.c -rw-r--r-- 55.2 KB
es1968.c -rw-r--r-- 78.7 KB
fm801.c -rw-r--r-- 41.5 KB
intel8x0.c -rw-r--r-- 91.9 KB
intel8x0m.c -rw-r--r-- 37.1 KB
maestro3.c -rw-r--r-- 81.7 KB
rme32.c -rw-r--r-- 57.6 KB
rme96.c -rw-r--r-- 71.0 KB
sis7019.c -rw-r--r-- 39.7 KB
sis7019.h -rw-r--r-- 13.3 KB
sonicvibes.c -rw-r--r-- 51.0 KB
via82xx.c -rw-r--r-- 77.0 KB
via82xx_modem.c -rw-r--r-- 34.1 KB

back to top