Re: [PATCH 3/3] Fix missing __udivdi3 in SquashFS implementation.

2020-09-23 Thread Daniel Schwierzeck
Am Mittwoch, den 23.09.2020, 20:27 +0200 schrieb Mauro Condarelli: > Thanks for the review, > I'll prepare a v2 ASAP. > > On 9/23/20 12:05 AM, Daniel Schwierzeck wrote: > > Am Sonntag, den 20.09.2020, 21:21 -0400 schrieb Tom Rini: > > > On Sun, Sep 20, 2020 at 06:29:01PM +0200, Mauro Condarelli wr

Re: [PATCH 3/3] Fix missing __udivdi3 in SquashFS implementation.

2020-09-23 Thread Tom Rini
On Wed, Sep 23, 2020 at 08:27:24PM +0200, Mauro Condarelli wrote: > Thanks for the review, > I'll prepare a v2 ASAP. > > On 9/23/20 12:05 AM, Daniel Schwierzeck wrote: > > Am Sonntag, den 20.09.2020, 21:21 -0400 schrieb Tom Rini: > >> On Sun, Sep 20, 2020 at 06:29:01PM +0200, Mauro Condarelli wrot

Re: [PATCH 3/3] Fix missing __udivdi3 in SquashFS implementation.

2020-09-23 Thread Mauro Condarelli
Thanks for the review, I'll prepare a v2 ASAP. On 9/23/20 12:05 AM, Daniel Schwierzeck wrote: > Am Sonntag, den 20.09.2020, 21:21 -0400 schrieb Tom Rini: >> On Sun, Sep 20, 2020 at 06:29:01PM +0200, Mauro Condarelli wrote: >> >>> Signed-off-by: Mauro Condarelli >>> --- >>> fs/squashfs/sqfs.c

Re: [PATCH 3/3] Fix missing __udivdi3 in SquashFS implementation.

2020-09-22 Thread Daniel Schwierzeck
Am Sonntag, den 20.09.2020, 21:21 -0400 schrieb Tom Rini: > On Sun, Sep 20, 2020 at 06:29:01PM +0200, Mauro Condarelli wrote: > > > Signed-off-by: Mauro Condarelli > > --- > > fs/squashfs/sqfs.c| 45 +-- > > fs/squashfs/sqfs_inode.c | 8 +++ > >

Re: [PATCH 3/3] Fix missing __udivdi3 in SquashFS implementation.

2020-09-20 Thread Tom Rini
On Sun, Sep 20, 2020 at 06:29:01PM +0200, Mauro Condarelli wrote: > Signed-off-by: Mauro Condarelli > --- > fs/squashfs/sqfs.c| 45 +-- > fs/squashfs/sqfs_inode.c | 8 +++ > include/configs/vocore2.h | 2 +- > 3 files changed, 34 insertions(+),