Re: [PATCH] cpukit/jffs2: Handle used empty file system

2024-02-05 Thread Kinsey Moore
On Mon, Feb 5, 2024 at 2:36 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Kinsey, > > On 02.02.24 23:03, Kinsey Moore wrote: > > On JFFS2 file systems on NOR flash or dataflash that does not have spare > > area for metadata and thus does not invoke delayed writes, it is >

Re: [Patch] bsp/tms570/sci: fix bug in tms570_sci_read_received_chars()

2024-02-05 Thread Adrien Chardon
> Thanks, I checked in this patch with some changes since it didn't apply on the master branch. I guess you have some additional local modifications. Great! Yes, we indeed have some changes, sorry for the conflicts. I'll see if anything is worth upstreaming. Regards, Adrien _

Re: [Patch] bsp/tms570/sci: fix bug in tms570_sci_read_received_chars()

2024-02-05 Thread Adrien Chardon
Hi Sebastian, Chris, > I am not sure about this patch. It changes the initialization. The code > you remove was added by: > commit 691d0edd34f25a883c5dd0a56051d087b88e4fa4 > Author: Chris Johns > Date: Tue Aug 17 17:57:41 2021 +1000 > arm/xilinx: Fix zynq-uart interrupt receive > - Tr

Re: [PATCH v2 5/5] libtest: Add packet processor

2024-02-05 Thread Sebastian Huber
Hello Chris, thanks for having a look at it. On 02.02.24 00:14, Chris Johns wrote: Hi, Thanks for the updated documentation, protocol and use cases. It has helped. Now I understand some of the context I have raised further questions about it I feel we should resolve. Without a protocol version

Re: [PATCH] cpukit/jffs2: Handle used empty file system

2024-02-05 Thread Sebastian Huber
Hello Kinsey, On 02.02.24 23:03, Kinsey Moore wrote: On JFFS2 file systems on NOR flash or dataflash that does not have spare area for metadata and thus does not invoke delayed writes, it is possible to put the file system into a state where all blocks have been written to and all files have bee