Re: [PATCH mmotm] sparc64: pgtable_64.h: fix mismatched parens

2019-10-01 Thread Andrey Konovalov
On Tue, Oct 1, 2019 at 2:23 AM Randy Dunlap wrote: > > From: Randy Dunlap > > Fix lib-untag-user-pointers-in-strn_user.patch unmatched left paren. > Fixes many of these build errors: > > ../mm/gup.c: In function '__get_user_pages': > ../mm/gup.c:791:30: error: expected ')' before ';' token > st

[PATCH mmotm] sparc64: pgtable_64.h: fix mismatched parens

2019-09-30 Thread Randy Dunlap
From: Randy Dunlap Fix lib-untag-user-pointers-in-strn_user.patch unmatched left paren. Fixes many of these build errors: ../mm/gup.c: In function '__get_user_pages': ../mm/gup.c:791:30: error: expected ')' before ';' token start = untagged_addr(start); ^ In file