Re: [PATCH] x86/mkpiggy: Drop endianness transforming

2018-11-10 Thread Cao jin
On 11/9/18 9:00 PM, Thomas Gleixner wrote: > Cao, > > On Fri, 9 Nov 2018, Cao jin wrote: > >> gzip file has 4-byte little-endian file size encoded at the end of file, >> while all the other compressed kernel file has size_append operation in >> the Makefile which also append the 4-byte

Re: [PATCH] x86/mkpiggy: Drop endianness transforming

2018-11-10 Thread Cao jin
On 11/9/18 9:00 PM, Thomas Gleixner wrote: > Cao, > > On Fri, 9 Nov 2018, Cao jin wrote: > >> gzip file has 4-byte little-endian file size encoded at the end of file, >> while all the other compressed kernel file has size_append operation in >> the Makefile which also append the 4-byte

Re: [PATCH] x86/mkpiggy: Drop endianness transforming

2018-11-09 Thread Thomas Gleixner
Cao, On Fri, 9 Nov 2018, Cao jin wrote: > gzip file has 4-byte little-endian file size encoded at the end of file, > while all the other compressed kernel file has size_append operation in > the Makefile which also append the 4-byte little-endian file size. There > is no need to do endianness

Re: [PATCH] x86/mkpiggy: Drop endianness transforming

2018-11-09 Thread Thomas Gleixner
Cao, On Fri, 9 Nov 2018, Cao jin wrote: > gzip file has 4-byte little-endian file size encoded at the end of file, > while all the other compressed kernel file has size_append operation in > the Makefile which also append the 4-byte little-endian file size. There > is no need to do endianness

[PATCH] x86/mkpiggy: Drop endianness transforming

2018-11-09 Thread Cao jin
gzip file has 4-byte little-endian file size encoded at the end of file, while all the other compressed kernel file has size_append operation in the Makefile which also append the 4-byte little-endian file size. There is no need to do endianness transforming by mkpiggy. Signed-off-by: Cao jin

[PATCH] x86/mkpiggy: Drop endianness transforming

2018-11-09 Thread Cao jin
gzip file has 4-byte little-endian file size encoded at the end of file, while all the other compressed kernel file has size_append operation in the Makefile which also append the 4-byte little-endian file size. There is no need to do endianness transforming by mkpiggy. Signed-off-by: Cao jin