Re: binfmt_flat cleanups and RISC-V support v2

2019-06-13 Thread Greg Ungerer
Hi Christoph, On 13/6/19 5:08 pm, Christoph Hellwig wrote: below is a larger stash of cleanups for the binfmt_misc code, preparing for the last patch that now trivially adds RISC-V support, which will be used for the RISC-V nommu series I am about to post. Changes since v2: - fix the

binfmt_flat cleanups and RISC-V support v2

2019-06-13 Thread Christoph Hellwig
Hi Greg, below is a larger stash of cleanups for the binfmt_misc code, preparing for the last patch that now trivially adds RISC-V support, which will be used for the RISC-V nommu series I am about to post. Changes since v2: - fix the handling of old format flags - don't pass arguments on

Re: binfmt_flat cleanups and RISC-V support

2019-06-11 Thread Greg Ungerer
On 11/6/19 5:38 pm, Christoph Hellwig wrote: On Tue, Jun 11, 2019 at 04:51:02PM +1000, Greg Ungerer wrote: Hi Christoph, On 11/6/19 7:20 am, Christoph Hellwig wrote: below is a larger stash of cleanups for the binfmt_misc code, preparing for the last patch that now trivially adds RISC-V

Re: binfmt_flat cleanups and RISC-V support

2019-06-11 Thread Vladimir Murzin
On 6/11/19 9:11 AM, Christoph Hellwig wrote: > On Tue, Jun 11, 2019 at 09:05:45AM +0100, Vladimir Murzin wrote: >> I'm wondering if you have a branch with these changes so I can give >> it a try on ARM NOMMU platforms? > > > git://git.infradead.org/users/hch/riscv.git riscv-flat > Thanks!

Re: binfmt_flat cleanups and RISC-V support

2019-06-11 Thread Christoph Hellwig
On Tue, Jun 11, 2019 at 09:05:45AM +0100, Vladimir Murzin wrote: > I'm wondering if you have a branch with these changes so I can give > it a try on ARM NOMMU platforms? git://git.infradead.org/users/hch/riscv.git riscv-flat

Re: binfmt_flat cleanups and RISC-V support

2019-06-11 Thread Vladimir Murzin
Hi Christoph, On 6/10/19 10:20 PM, Christoph Hellwig wrote: > Hi Greg, > > below is a larger stash of cleanups for the binfmt_misc code, > preparing for the last patch that now trivially adds RISC-V > support, which will be used for the RISC-V nommu series I am > about to post. I'm wondering

Re: binfmt_flat cleanups and RISC-V support

2019-06-11 Thread Christoph Hellwig
On Tue, Jun 11, 2019 at 04:51:02PM +1000, Greg Ungerer wrote: > Hi Christoph, > > On 11/6/19 7:20 am, Christoph Hellwig wrote: >> below is a larger stash of cleanups for the binfmt_misc code, >> preparing for the last patch that now trivially adds RISC-V >> support, which will be used for the

Re: binfmt_flat cleanups and RISC-V support

2019-06-11 Thread Greg Ungerer
Hi Christoph, On 11/6/19 7:20 am, Christoph Hellwig wrote: below is a larger stash of cleanups for the binfmt_misc code, preparing for the last patch that now trivially adds RISC-V support, which will be used for the RISC-V nommu series I am about to post. Whole series looks pretty good. Just

binfmt_flat cleanups and RISC-V support

2019-06-10 Thread Christoph Hellwig
Hi Greg, below is a larger stash of cleanups for the binfmt_misc code, preparing for the last patch that now trivially adds RISC-V support, which will be used for the RISC-V nommu series I am about to post.