Skip to content
Commit 5eb7c0d0 authored by Larry Finger's avatar Larry Finger Committed by Jessica Yu
Browse files

taint/module: Fix problems when out-of-kernel driver defines true or false



Commit 7fd8329b ("taint/module: Clean up global and module taint
flags handling") used the key words true and false as character members
of a new struct. These names cause problems when out-of-kernel modules
such as VirtualBox include their own definitions of true and false.

Fixes: 7fd8329b ("taint/module: Clean up global and module taint flags handling")
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Jessica Yu <jeyu@redhat.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Reported-by: default avatarValdis Kletnieks <Valdis.Kletnieks@vt.edu>
Reviewed-by: default avatarPetr Mladek <pmladek@suse.com>
Acked-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarJessica Yu <jeyu@redhat.com>
parent 0c744ea4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment