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 handling of old format flags
  - don't pass arguments on stack for RISC-V
  - small cleanups for flat_v2_reloc_t


Thanks for doing this work. Tested and works for me on
m68k/Coldfire too.

I have pushed these onto the for-next branch of the
m68knommu git tree.

Regards
Greg




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 stack for RISC-V
 - small cleanups for flat_v2_reloc_t