x86/mcelog: Get rid of RCU remnants
authorBorislav Petkov <[email protected]>
Wed, 1 Nov 2017 16:47:54 +0000 (17:47 +0100)
committerThomas Gleixner <[email protected]>
Wed, 1 Nov 2017 20:24:36 +0000 (21:24 +0100)
commit7298f08ea8870d44d36c7d6cd07dd0303faef6c2
treec0be993507d8fd7276a853a2eac524809f87afeb
parent287683d027a3ff83feb6c7044430c79881664ecf
x86/mcelog: Get rid of RCU remnants

Jeremy reported a suspicious RCU usage warning in mcelog.

/dev/mcelog is called in process context now as part of the notifier
chain and doesn't need any of the fancy RCU and lockless accesses which
it did in atomic context.

Axe it all in favor of a simple mutex synchronization which cures the
problem reported.

Fixes: 5de97c9f6d85 ("x86/mce: Factor out and deprecate the /dev/mcelog driver")
Reported-by: Jeremy Cline <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-and-tested-by: Tony Luck <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: [email protected]
Cc: Laura Abbott <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://bugzilla.redhat.com/show_bug.cgi?id=1498969
arch/x86/kernel/cpu/mcheck/dev-mcelog.c