Linus Torvalds 78438ce18f Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs stable fodder fixes from Al Viro:

 - acct_on() fix for deadlock caught by overlayfs folks

 - autofs RCU use-after-free SNAFU (->d_manage() can be called
   locklessly, so we need to RCU-delay freeing the objects it looks at)

 - (hopefully) the end of "do we need freeing this dentry RCU-delayed"
   whack-a-mole.

* 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  autofs: fix use-after-free in lockless ->d_manage()
  dcache: sort the freeing-without-RCU-delay mess for good.
  acct_on(): don't mess with freeze protection
2019-05-07 11:17:26 -07:00
..
2019-03-14 19:32:36 -05:00
2014-01-24 10:55:21 -06:00
2017-05-12 15:57:15 -07:00
2017-10-15 00:47:23 -04:00
2015-07-23 20:59:40 +02:00
2018-03-20 17:11:45 +01:00
2019-05-01 22:37:39 -04:00
2019-03-28 08:54:20 -07:00
2018-04-04 14:05:48 -04:00
2016-03-09 15:33:06 -07:00
2018-10-23 13:49:01 +02:00