Re: [PATCH 2/9] cpukit/jffs2: Protect the inode cache

2023-12-14 Thread Sebastian Huber
On 13.12.23 21:29, Kinsey Moore wrote: > The lock is not available to the delayed work caller without modifying > the JFFS2 code and, while I'm sure it would work fine from a data > integrity perspective, it was not intended to operate that way. If I > were going to go thi

Re: [PATCH] bsps/arm/stm32f4: Enable USART RX interrupts

2023-12-14 Thread Kinsey Moore
This looks good to me. A minor nit for future patches: Try to keep unrelated whitespace changes out of functional patches unless you're already touching the code in question. Thanks for the contribution! Kinsey On Wed, Dec 13, 2023 at 6:49 PM Jacob Killelea wrote: > Hi all, > > A quick bump,