Re: [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2021-05-17 Thread Tom Rini
On Sun, May 16, 2021 at 09:44:53PM -0300, João Marcos Costa wrote: > Hello, > > Em ter., 11 de mai. de 2021 às 10:04, Richard Genoud < > richard.gen...@posteo.net> escreveu: > > > Hi all, > > > > Le 08/05/2021 à 23:51, Simon Glass a écrit : > > > Hi, > > > > > > On Thu, 4 Feb 2021 at 15:32, João

Re: [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2021-05-16 Thread João Marcos Costa
Hello, Em ter., 11 de mai. de 2021 às 10:04, Richard Genoud < richard.gen...@posteo.net> escreveu: > Hi all, > > Le 08/05/2021 à 23:51, Simon Glass a écrit : > > Hi, > > > > On Thu, 4 Feb 2021 at 15:32, João Marcos Costa > wrote: > >> > >> Em qua., 27 de jan. de 2021 às 12:15, Simon Glass > esc

Re: [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2021-05-11 Thread Richard Genoud
Hi all, Le 08/05/2021 à 23:51, Simon Glass a écrit : Hi, On Thu, 4 Feb 2021 at 15:32, João Marcos Costa wrote: Em qua., 27 de jan. de 2021 às 12:15, Simon Glass escreveu: Hi Joao, Hello! This test works the first time I run it but fails the second time, since the directory already exi

Re: [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2021-05-08 Thread Simon Glass
Hi, On Thu, 4 Feb 2021 at 15:32, João Marcos Costa wrote: > > > > Em qua., 27 de jan. de 2021 às 12:15, Simon Glass > escreveu: >> >> Hi Joao, > > Hello! >> >> >> >> This test works the first time I run it but fails the second time, >> since the directory already exists. This makes it necessary

Re: [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2021-02-04 Thread João Marcos Costa
Em qua., 27 de jan. de 2021 às 12:15, Simon Glass escreveu: > Hi Joao, Hello! > > > This test works the first time I run it but fails the second time, > since the directory already exists. This makes it necessary to disable > the test for development. > > It also uses the wrong quoting style -

Re: [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2021-01-27 Thread Simon Glass
Hi Joao, On Wed, 25 Nov 2020 at 01:58, Richard Genoud wrote: > > Hi, > > Le 20/11/2020 à 02:35, Tom Rini a écrit : > > On Tue, Nov 03, 2020 at 12:11:25PM +0100, Richard Genoud wrote: > > > >> The code for reading a fragmented file is not functionnal. > >> It's better to signal this to the user. >

Re: [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2020-11-25 Thread Richard Genoud
Hi, Le 20/11/2020 à 02:35, Tom Rini a écrit : On Tue, Nov 03, 2020 at 12:11:25PM +0100, Richard Genoud wrote: The code for reading a fragmented file is not functionnal. It's better to signal this to the user. Signed-off-by: Richard Genoud This change causes the test.py squashfs tests to fa

Re: [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2020-11-19 Thread Tom Rini
On Tue, Nov 03, 2020 at 12:11:25PM +0100, Richard Genoud wrote: > The code for reading a fragmented file is not functionnal. > It's better to signal this to the user. > > Signed-off-by: Richard Genoud This change causes the test.py squashfs tests to fail. I am unsure if the problem is with the

[PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2020-11-03 Thread Richard Genoud
The code for reading a fragmented file is not functionnal. It's better to signal this to the user. Signed-off-by: Richard Genoud --- fs/squashfs/sqfs.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/fs/squashfs/sqfs.c b/fs/squashfs/sqfs.c index f63a06fd40f..a96c1d4f564 100644 --- a/f