Re: [PATCH v3] sh: Implement __get_user_u64() required for 64-bit get_user()

2020-06-26 Thread John Paul Adrian Glaubitz
Hello! On 6/17/20 9:52 AM, John Paul Adrian Glaubitz wrote: >> The changes should be correct now and will hopefully get a positive review by >> the SH maintainers. > > Ping. > > @Rich, @Yoshinori, @Yutaka, @Michael could I get a review if you have some > time? Can we please move forward with

Re: [PATCH v3] sh: Implement __get_user_u64() required for 64-bit get_user()

2020-06-17 Thread John Paul Adrian Glaubitz
On 6/11/20 9:58 AM, John Paul Adrian Glaubitz wrote: > This is version 3 of my patch to implement __get_user_u64() for SH. > > I have asked both Yutaka Niibe and Yoshinori Sato to look over my changes and > they > both agreed that an entry in __ex_tables for the second access was missing, > so

[PATCH v3] sh: Implement __get_user_u64() required for 64-bit get_user()

2020-06-11 Thread John Paul Adrian Glaubitz
Hi! This is version 3 of my patch to implement __get_user_u64() for SH. I have asked both Yutaka Niibe and Yoshinori Sato to look over my changes and they both agreed that an entry in __ex_tables for the second access was missing, so I add the missing ".long 1b+2, 3b\n\t". The changes should