From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Fri, 21 May 2021 00:43:33 +0000 (-1000)
Subject: Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/git... 
X-Git-Tag: v5.13-rc3~22
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=921dd23597704b31fb3b51c7eae9cf3022846625;p=linux-platform-drivers-x86.git

Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu

Pull kcsan fix from Paul McKenney:
 "Fix for a regression introduced in this merge window by commit
  e36299efe7d7 ("kcsan, debugfs: Move debugfs file creation out of early
  init").

  The regression is not easy to trigger, requiring a KCSAN build using
  clang with CONFIG_LTO_CLANG=y. The fix is to simply make the
  kcsan_debugfs_init() function's type initcall-compatible. This has
  been posted to the relevant mailing lists:"

* 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu:
  kcsan: Fix debugfs initcall return type
---

921dd23597704b31fb3b51c7eae9cf3022846625