From: Linus Torvalds Date: Sun, 1 Jul 2018 19:32:19 +0000 (-0700) Subject: Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: v5.15~8500 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a770e638f531d078b580a5a24412c5e5f8f7ddb;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'fixes' of git://git./linux/kernel/git/viro/vfs 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 --- 4a770e638f531d078b580a5a24412c5e5f8f7ddb