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

2017-01-02 Thread Petr Mladek
On Sun 2017-01-01 20:25:25, Larry Finger wrote: > Commit 7fd8329ba502 ("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 thei

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

2017-01-01 Thread Christoph Hellwig
On Sun, Jan 01, 2017 at 08:25:25PM -0600, Larry Finger wrote: > Commit 7fd8329ba502 ("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 VirtualBo

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

2017-01-01 Thread Larry Finger
Commit 7fd8329ba502 ("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: 7fd8329ba50