[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210520200127.GA2227122@paulmck-ThinkPad-P17-Gen-1>
Date: Thu, 20 May 2021 13:01:27 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, kasan-dev@...glegroups.com,
kernel-team@...com, mingo@...nel.org, tglx@...utronix.de,
elver@...gle.com, andreyknvl@...gle.com, glider@...gle.com,
dvyukov@...gle.com, cai@....pw, boqun.feng@...il.com,
gregkh@...uxfoundation.org, nathan@...nel.org, ojeda@...nel.org,
arnd@...db.de
Subject: [GIT PULL] kcsan: Fix debugfs initcall return type
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@kernel.org/
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(-)
Powered by blists - more mailing lists