Re: [PATCH] usercopy: Don't test 64-bit get/put_user() on 32-bit powerpc

2017-02-21 Thread Kees Cook
On Sat, Feb 18, 2017 at 1:33 AM, Michael Ellerman wrote: > Add PPC32 to the opt-out list, otherwise it breaks the build. > > Signed-off-by: Michael Ellerman > --- > lib/test_user_copy.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/test_user_copy.c b/lib/test_user_copy.c > index 4

[PATCH] usercopy: Don't test 64-bit get/put_user() on 32-bit powerpc

2017-02-18 Thread Michael Ellerman
Add PPC32 to the opt-out list, otherwise it breaks the build. Signed-off-by: Michael Ellerman --- lib/test_user_copy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/test_user_copy.c b/lib/test_user_copy.c index 4a79f2c1cd6e..6f335a3d4ae2 100644 --- a/lib/test_user_copy.c +++ b/lib/test