Re: [PATCH] squashfs: Fix compilation on big endian systems

2022-06-03 Thread Tom Rini
On Wed, Apr 06, 2022 at 11:31:53PM +0200, Pali Rohár wrote: > Signed-off-by: Pali Rohár > Reviewed-by: Miquel Raynal Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] squashfs: Fix compilation on big endian systems

2022-06-03 Thread Miquel Raynal
Hi Tom, tr...@konsulko.com wrote on Wed, 1 Jun 2022 10:08:20 -0400: > On Thu, Apr 07, 2022 at 11:58:55AM +0200, Pali Rohár wrote: > > On Thursday 07 April 2022 11:54:55 Miquel Raynal wrote: > > > Hi Pali, > > > > > > p...@kernel.org wrote on Thu, 7 Apr 2022 11:41:59 +0200: > > > > > > > On

Re: [PATCH] squashfs: Fix compilation on big endian systems

2022-06-01 Thread Tom Rini
On Thu, Apr 07, 2022 at 11:58:55AM +0200, Pali Rohár wrote: > On Thursday 07 April 2022 11:54:55 Miquel Raynal wrote: > > Hi Pali, > > > > p...@kernel.org wrote on Thu, 7 Apr 2022 11:41:59 +0200: > > > > > On Thursday 07 April 2022 09:54:21 Miquel Raynal wrote: > > > > Hi Pali, > > > > > > > >

Re: [PATCH] squashfs: Fix compilation on big endian systems

2022-05-23 Thread Pali Rohár
On Tuesday 10 May 2022 16:33:56 Pali Rohár wrote: > On Wednesday 06 April 2022 23:31:53 Pali Rohár wrote: > > Signed-off-by: Pali Rohár > > --- > > fs/squashfs/sqfs.c | 3 +-- > > fs/squashfs/sqfs_dir.c | 3 +-- > > 2 files changed, 2 insertions(+), 4 deletions(-) > > > > diff --git

Re: [PATCH] squashfs: Fix compilation on big endian systems

2022-05-10 Thread Pali Rohár
On Wednesday 06 April 2022 23:31:53 Pali Rohár wrote: > Signed-off-by: Pali Rohár > --- > fs/squashfs/sqfs.c | 3 +-- > fs/squashfs/sqfs_dir.c | 3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/fs/squashfs/sqfs.c b/fs/squashfs/sqfs.c > index

Re: [PATCH] squashfs: Fix compilation on big endian systems

2022-04-07 Thread Pali Rohár
On Thursday 07 April 2022 11:54:55 Miquel Raynal wrote: > Hi Pali, > > p...@kernel.org wrote on Thu, 7 Apr 2022 11:41:59 +0200: > > > On Thursday 07 April 2022 09:54:21 Miquel Raynal wrote: > > > Hi Pali, > > > > > > p...@kernel.org wrote on Wed, 6 Apr 2022 23:31:53 +0200: > > > > > > Would

Re: [PATCH] squashfs: Fix compilation on big endian systems

2022-04-07 Thread Miquel Raynal
Hi Pali, p...@kernel.org wrote on Thu, 7 Apr 2022 11:41:59 +0200: > On Thursday 07 April 2022 09:54:21 Miquel Raynal wrote: > > Hi Pali, > > > > p...@kernel.org wrote on Wed, 6 Apr 2022 23:31:53 +0200: > > > > Would you mind explaining a little bit how this change fixes it? It > > does not

Re: [PATCH] squashfs: Fix compilation on big endian systems

2022-04-07 Thread Pali Rohár
On Thursday 07 April 2022 09:54:21 Miquel Raynal wrote: > Hi Pali, > > p...@kernel.org wrote on Wed, 6 Apr 2022 23:31:53 +0200: > > Would you mind explaining a little bit how this change fixes it? It > does not look straightforward to me. Yes! I though that it is straightforward this change...

Re: [PATCH] squashfs: Fix compilation on big endian systems

2022-04-07 Thread Miquel Raynal
Hi Pali, p...@kernel.org wrote on Wed, 6 Apr 2022 23:31:53 +0200: Would you mind explaining a little bit how this change fixes it? It does not look straightforward to me. > Signed-off-by: Pali Rohár > --- > fs/squashfs/sqfs.c | 3 +-- > fs/squashfs/sqfs_dir.c | 3 +-- > 2 files changed,

[PATCH] squashfs: Fix compilation on big endian systems

2022-04-06 Thread Pali Rohár
Signed-off-by: Pali Rohár --- fs/squashfs/sqfs.c | 3 +-- fs/squashfs/sqfs_dir.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/fs/squashfs/sqfs.c b/fs/squashfs/sqfs.c index 5d9c52af80ba..41cb811c1b32 100644 --- a/fs/squashfs/sqfs.c +++ b/fs/squashfs/sqfs.c @@ -11,8