]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 May 2021 00:43:33 +0000 (14:43 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 May 2021 00:43:33 +0000 (14:43 -1000)
commit8ff93c4b53e63ff12b591ceaaf0f999776f9967c
tree0e55c2f1fb02c136c1229961525b14fa2617ffb7
parentd7fc38a6eca3cb16fa11c19383b4607fc6779f1d
parentf380cdd3ab6769972af9e9af4301065b76c53efe
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
  5381af5640fa ("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