Re: [PATCH v2 0/9] ARM: remove set_fs callers and implementation

2020-09-26 Thread Christoph Hellwig
On Fri, Sep 25, 2020 at 03:40:06PM +0200, Arnd Bergmann wrote: > e0d17576790e quota: simplify the quotactl compat handling > b0f8a0c4046f compat: add a compat_need_64bit_alignment_fixup() helper > ed8af9335e19 compat: lift compat_s64 and compat_u64 to > ce526c75bbe2 uaccess: provide a generic

Re: [PATCH v2 0/9] ARM: remove set_fs callers and implementation

2020-09-25 Thread Arnd Bergmann
On Fri, Sep 25, 2020 at 4:08 PM Arnd Bergmann wrote: > On Sat, Sep 19, 2020 at 10:19 AM Russell King - ARM Linux admin > wrote: > > > > On Fri, Sep 18, 2020 at 02:46:15PM +0200, Arnd Bergmann wrote: > > > Hi Christoph, Russell, > > > > > > Here is an updated series for removing set_fs() from

Re: [PATCH v2 0/9] ARM: remove set_fs callers and implementation

2020-09-25 Thread Arnd Bergmann
On Sat, Sep 19, 2020 at 10:19 AM Russell King - ARM Linux admin wrote: > > On Fri, Sep 18, 2020 at 02:46:15PM +0200, Arnd Bergmann wrote: > > Hi Christoph, Russell, > > > > Here is an updated series for removing set_fs() from arch/arm, > > based on the previous feedback. > > > > I have tested the

Re: [PATCH v2 0/9] ARM: remove set_fs callers and implementation

2020-09-25 Thread Arnd Bergmann
On Sat, Sep 19, 2020 at 7:27 AM Christoph Hellwig wrote: > > On Fri, Sep 18, 2020 at 02:46:15PM +0200, Arnd Bergmann wrote: > > Hi Christoph, Russell, > > > > Here is an updated series for removing set_fs() from arch/arm, > > based on the previous feedback. > > > > I have tested the oabi-compat

Re: [PATCH v2 0/9] ARM: remove set_fs callers and implementation

2020-09-19 Thread Russell King - ARM Linux admin
On Fri, Sep 18, 2020 at 02:46:15PM +0200, Arnd Bergmann wrote: > Hi Christoph, Russell, > > Here is an updated series for removing set_fs() from arch/arm, > based on the previous feedback. > > I have tested the oabi-compat changes using the LTP tests for the three > modified syscalls using an

Re: [PATCH v2 0/9] ARM: remove set_fs callers and implementation

2020-09-18 Thread Christoph Hellwig
On Fri, Sep 18, 2020 at 02:46:15PM +0200, Arnd Bergmann wrote: > Hi Christoph, Russell, > > Here is an updated series for removing set_fs() from arch/arm, > based on the previous feedback. > > I have tested the oabi-compat changes using the LTP tests for the three > modified syscalls using an

[PATCH v2 0/9] ARM: remove set_fs callers and implementation

2020-09-18 Thread Arnd Bergmann
Hi Christoph, Russell, Here is an updated series for removing set_fs() from arch/arm, based on the previous feedback. I have tested the oabi-compat changes using the LTP tests for the three modified syscalls using an Armv7 kernel and a Debian 5 OABI user space, and I have lightly tested the