[GIT PULL] Clang CFI fix for v5.14-rc7

From: Kees Cook
Date: Wed Aug 18 2021 - 04:35:24 EST


Hi Linus,

Please pull this Clang CFI fix for v5.14-rc7.

Thanks!

-Kees

The following changes since commit 36a21d51725af2ce0700c6ebcb6b9594aac658a6:

Linux 5.14-rc5 (2021-08-08 13:49:31 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/cfi-v5.14-rc7

for you to fetch changes up to 14c4c8e41511aa8fba7fb239b20b6539b5bce201:

cfi: Use rcu_read_{un}lock_sched_notrace (2021-08-11 13:11:12 -0700)

----------------------------------------------------------------
cfi fix for v5.14-rc7

- Use rcu_read_{un}lock_sched_notrace to avoid recursion (Elliot Berman)

----------------------------------------------------------------
Elliot Berman (1):
cfi: Use rcu_read_{un}lock_sched_notrace

kernel/cfi.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

--
Kees Cook