Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-13 Thread hpa
On April 13, 2017 8:51:19 PM PDT, Gary Lin wrote: >On Thu, Apr 13, 2017 at 03:21:20PM -0700, h...@zytor.com wrote: >> On April 11, 2017 3:20:41 AM PDT, Gary Lin wrote: >> >This commit adds the new config options to allow the user to modify >the >> >following fields

Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-13 Thread hpa
On April 13, 2017 8:51:19 PM PDT, Gary Lin wrote: >On Thu, Apr 13, 2017 at 03:21:20PM -0700, h...@zytor.com wrote: >> On April 11, 2017 3:20:41 AM PDT, Gary Lin wrote: >> >This commit adds the new config options to allow the user to modify >the >> >following fields in the PE-COFF header. >> > >>

Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-13 Thread Gary Lin
On Thu, Apr 13, 2017 at 03:21:20PM -0700, h...@zytor.com wrote: > On April 11, 2017 3:20:41 AM PDT, Gary Lin wrote: > >This commit adds the new config options to allow the user to modify the > >following fields in the PE-COFF header. > > > >UINT16 MajorOperatingSystemVersion >

Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-13 Thread Gary Lin
On Thu, Apr 13, 2017 at 03:21:20PM -0700, h...@zytor.com wrote: > On April 11, 2017 3:20:41 AM PDT, Gary Lin wrote: > >This commit adds the new config options to allow the user to modify the > >following fields in the PE-COFF header. > > > >UINT16 MajorOperatingSystemVersion > >UINT16

Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-13 Thread hpa
On April 11, 2017 3:20:41 AM PDT, Gary Lin wrote: >This commit adds the new config options to allow the user to modify the >following fields in the PE-COFF header. > >UINT16 MajorOperatingSystemVersion >UINT16 MinorOperatingSystemVersion >UINT16 MajorImageVersion >UINT16

Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-13 Thread hpa
On April 11, 2017 3:20:41 AM PDT, Gary Lin wrote: >This commit adds the new config options to allow the user to modify the >following fields in the PE-COFF header. > >UINT16 MajorOperatingSystemVersion >UINT16 MinorOperatingSystemVersion >UINT16 MajorImageVersion >UINT16 MinorImageVersion >

Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-11 Thread Gary Lin
On Tue, Apr 11, 2017 at 06:37:54PM +0100, Ard Biesheuvel wrote: > On 11 April 2017 at 11:20, Gary Lin wrote: > > This commit adds the new config options to allow the user to modify the > > following fields in the PE-COFF header. > > > > UINT16 MajorOperatingSystemVersion > > UINT16

Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-11 Thread Gary Lin
On Tue, Apr 11, 2017 at 06:37:54PM +0100, Ard Biesheuvel wrote: > On 11 April 2017 at 11:20, Gary Lin wrote: > > This commit adds the new config options to allow the user to modify the > > following fields in the PE-COFF header. > > > > UINT16 MajorOperatingSystemVersion > > UINT16

Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-11 Thread Ard Biesheuvel
On 11 April 2017 at 11:20, Gary Lin wrote: > This commit adds the new config options to allow the user to modify the > following fields in the PE-COFF header. > > UINT16 MajorOperatingSystemVersion > UINT16 MinorOperatingSystemVersion > UINT16 MajorImageVersion > UINT16

Re: [RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-11 Thread Ard Biesheuvel
On 11 April 2017 at 11:20, Gary Lin wrote: > This commit adds the new config options to allow the user to modify the > following fields in the PE-COFF header. > > UINT16 MajorOperatingSystemVersion > UINT16 MinorOperatingSystemVersion > UINT16 MajorImageVersion > UINT16 MinorImageVersion > >

[RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-11 Thread Gary Lin
This commit adds the new config options to allow the user to modify the following fields in the PE-COFF header. UINT16 MajorOperatingSystemVersion UINT16 MinorOperatingSystemVersion UINT16 MajorImageVersion UINT16 MinorImageVersion Those fields are mainly for the executables or libraries in

[RFC PATCH] x86: Config options to assign versions in the PE-COFF header

2017-04-11 Thread Gary Lin
This commit adds the new config options to allow the user to modify the following fields in the PE-COFF header. UINT16 MajorOperatingSystemVersion UINT16 MinorOperatingSystemVersion UINT16 MajorImageVersion UINT16 MinorImageVersion Those fields are mainly for the executables or libraries in