Re: [PATCH RESEND] arch/microblaze: add support for get_user() of size 8 bytes

2019-09-01 Thread Randy Dunlap
On 8/31/19 11:49 PM, Leon Romanovsky wrote: > On Sat, Aug 31, 2019 at 08:40:05PM -0700, Randy Dunlap wrote: >> From: Randy Dunlap >> >> arch/microblaze/ is missing support for get_user() of size 8 bytes, >> so add it by using __copy_from_user(). >> >> Fixes these build errors: >>drivers/infini

Re: [PATCH RESEND] arch/microblaze: add support for get_user() of size 8 bytes

2019-08-31 Thread Leon Romanovsky
On Sat, Aug 31, 2019 at 08:40:05PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > arch/microblaze/ is missing support for get_user() of size 8 bytes, > so add it by using __copy_from_user(). > > Fixes these build errors: >drivers/infiniband/core/uverbs_main.o: In function `ib_uverbs_write

[PATCH RESEND] arch/microblaze: add support for get_user() of size 8 bytes

2019-08-31 Thread Randy Dunlap
From: Randy Dunlap arch/microblaze/ is missing support for get_user() of size 8 bytes, so add it by using __copy_from_user(). Fixes these build errors: drivers/infiniband/core/uverbs_main.o: In function `ib_uverbs_write': drivers/infiniband/core/.tmp_gl_uverbs_main.o:(.text+0x13a4): undefi