[GIT PULL] kcsan: Fix debugfs initcall return type

From: Paul E. McKenney
Date: Thu May 20 2021 - 16:01:34 EST


Hello, Linus,

This pull request provides a fix for a regression introduced in the v5.13
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
simply makes the kcsan_debugfs_init() function's type initcall-compatible.
This fix has been posted to the relevant mailing lists:

https://lore.kernel.org/lkml/20210514140015.2944744-1-arnd@xxxxxxxxxx/

It has also been exposed to -next testing and has been subject to more
than the usual number of reviews.

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git urgent.2021.05.20a

for you to fetch changes up to 976aac5f882989e4f6c1b3a7224819bf0e801c6a:

kcsan: Fix debugfs initcall return type (2021-05-18 10:58:02 -0700)

----------------------------------------------------------------
Arnd Bergmann (1):
kcsan: Fix debugfs initcall return type

kernel/kcsan/debugfs.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)