Re: [PATCH v2] Suport for bi-endianess in elf file

2015-10-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 23.07.2015 16:10, Paulo Flabiano Smorigo wrote: > Updated version with the suggestions from Andrei Borzenkov. > > * grub-core/kern/elf.c: check and switch endianess with grub_{be,le}_to > cpu functions. > * grub-core/kern/elfXX.c: Likewise. Applied after fixing following problems: * Since you a

Re: [PATCH v2] Suport for bi-endianess in elf file

2015-07-26 Thread Paulo Flabiano Smorigo
On 2015-07-24 16:00, Vladimir 'phcoder' Serbinenko wrote: Le 23 juil. 2015 16:11, "Paulo Flabiano Smorigo" mailto:pfsmor...@linux.vnet.ibm.com>> a écrit : > > Updated version with the suggestions from Andrei Borzenkov. > > * grub-core/kern/elf.c: check and switch endianess with grub_{be,le}_

Re: [PATCH v2] Suport for bi-endianess in elf file

2015-07-25 Thread Andrei Borzenkov
В Fri, 24 Jul 2015 21:48:22 +0300 Andrei Borzenkov пишет: > В Thu, 23 Jul 2015 11:10:36 -0300 > Paulo Flabiano Smorigo пишет: > > > Updated version with the suggestions from Andrei Borzenkov. > > > > * grub-core/kern/elf.c: check and switch endianess with grub_{be,le}_to > > cpu functions. > >

Re: [PATCH v2] Suport for bi-endianess in elf file

2015-07-24 Thread Andrei Borzenkov
В Fri, 24 Jul 2015 21:00:50 +0200 "Vladimir 'phcoder' Serbinenko" пишет: > Le 23 juil. 2015 16:11, "Paulo Flabiano Smorigo" < > pfsmor...@linux.vnet.ibm.com> a écrit : > > > > Updated version with the suggestions from Andrei Borzenkov. > > > > * grub-core/kern/elf.c: check and switch endianess wi

Re: [PATCH v2] Suport for bi-endianess in elf file

2015-07-24 Thread Andrei Borzenkov
В Fri, 24 Jul 2015 21:00:50 +0200 "Vladimir 'phcoder' Serbinenko" пишет: > Le 23 juil. 2015 16:11, "Paulo Flabiano Smorigo" < > pfsmor...@linux.vnet.ibm.com> a écrit : > > > > Updated version with the suggestions from Andrei Borzenkov. > > > > * grub-core/kern/elf.c: check and switch endianess wi

Re: [PATCH v2] Suport for bi-endianess in elf file

2015-07-24 Thread Vladimir 'phcoder' Serbinenko
Le 23 juil. 2015 16:11, "Paulo Flabiano Smorigo" < pfsmor...@linux.vnet.ibm.com> a écrit : > > Updated version with the suggestions from Andrei Borzenkov. > > * grub-core/kern/elf.c: check and switch endianess with grub_{be,le}_to > cpu functions. > * grub-core/kern/elfXX.c: Likewise. > > Also-by:

Re: [PATCH v2] Suport for bi-endianess in elf file

2015-07-24 Thread Andrei Borzenkov
В Thu, 23 Jul 2015 11:10:36 -0300 Paulo Flabiano Smorigo пишет: > Updated version with the suggestions from Andrei Borzenkov. > > * grub-core/kern/elf.c: check and switch endianess with grub_{be,le}_to > cpu functions. > * grub-core/kern/elfXX.c: Likewise. > Could you add a bit more verbose de

[PATCH v2] Suport for bi-endianess in elf file

2015-07-23 Thread Paulo Flabiano Smorigo
Updated version with the suggestions from Andrei Borzenkov. * grub-core/kern/elf.c: check and switch endianess with grub_{be,le}_to cpu functions. * grub-core/kern/elfXX.c: Likewise. Also-by: Tomohiro B Berry --- grub-core/kern/elf.c | 51 ++--- grub-core/kern/elfX