Re: [PATCH v5 03/13] kbuild: Raise the minimum required binutils version to 2.21

2019-02-04 Thread Andrew Morton
On Fri, 1 Feb 2019 18:45:44 -0800 Andy Lutomirski wrote: > On Fri, Feb 1, 2019 at 12:54 PM Chang S. Bae wrote: > > > > It helps to use some new instructions directly in inline assembly. > > akpm, can you ack this patch? AFAIK you are the only, or at least > most vocal, user of ancient userspac

Re: [PATCH v5 03/13] kbuild: Raise the minimum required binutils version to 2.21

2019-02-01 Thread Andy Lutomirski
On Fri, Feb 1, 2019 at 12:54 PM Chang S. Bae wrote: > > It helps to use some new instructions directly in inline assembly. akpm, can you ack this patch? AFAIK you are the only, or at least most vocal, user of ancient userspace to build new kernels. Are you okay with this? > > Suggested-by: And

[PATCH v5 03/13] kbuild: Raise the minimum required binutils version to 2.21

2019-02-01 Thread Chang S. Bae
It helps to use some new instructions directly in inline assembly. Suggested-by: Andi Kleen Signed-off-by: Chang S. Bae Cc: Andy Lutomirski Cc: Linux Torvalds Cc: Thomas Gleixner Cc: Ingo Molnar Cc: H. Peter Anvin --- Documentation/process/changes.rst | 6 ++ 1 file changed, 2 insertio