]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Feb 2021 21:05:30 +0000 (13:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Feb 2021 21:05:30 +0000 (13:05 -0800)
commit83aaa69789dd5e9f84ef762da919d9106587c22f
tree53bce39e79d1501eb275b5ad3ff780f009894db1
parentcc3b144d40e55f36e34a2a1af9ab9835b5b5a788
parenta76fa0d6fc59c629a73fb65b9c319482e75637d5
Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull RCU-safe common_lsm_audit() from Al Viro:
 "Make common_lsm_audit() non-blocking and usable from RCU pathwalk
  context.

  We don't really need to grab/drop dentry in there - rcu_read_lock() is
  enough. There's a couple of followups using that to simplify the
  logics in selinux, but those hadn't soaked in -next yet, so they'll
  have to go in next window"

* 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  make dump_common_audit_data() safe to be called from RCU pathwalk
  new helper: d_find_alias_rcu()
fs/dcache.c