From: Linus Torvalds Date: Mon, 22 Feb 2021 21:05:30 +0000 (-0800) Subject: Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: accepted/tizen/unified/20230118.172025~7791 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=250a25e7a1d71da06213aa354ece44fb8faa73f7;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'work.audit' of git://git./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() --- 250a25e7a1d71da06213aa354ece44fb8faa73f7