Re: [PATCH 5] libfs/rfs: Check search bit map end on last bit

2020-10-15 Thread Chris Johns
On 16/10/20 12:00 am, Joel Sherrill wrote: > Does this need to go on 4.11 as well? Please raise a ticket. > I can't imaging this code has changed. It is testing that takes the time. > May even be the same in 4.10. Please raise a ticket. Thanks Chris

Re: [PATCH 5] libfs/rfs: Check search bit map end on last bit

2020-10-15 Thread Joel Sherrill
Does this need to go on 4.11 as well? I can't imaging this code has changed. May even be the same in 4.10. On Thu, Oct 15, 2020 at 1:40 AM wrote: > From: Chris Johns > > - Do not write past the last location of the search bit map > whe nit is being created. > > Closes #4149 > --- >

[PATCH 5] libfs/rfs: Check search bit map end on last bit

2020-10-15 Thread chrisj
From: Chris Johns - Do not write past the last location of the search bit map whe nit is being created. Closes #4149 --- cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c