Re: [PATCH v2 00/12] Simplify generic interrupt controller support

2021-06-22 Thread Sebastian Huber
On 23/06/2021 03:48, Gedare Bloom wrote: I'll review this soon, I hope. How do you know the off-by-1 that are changed are now correct, and that these modifications aren't introducing new off-by-1 bugs? In the patch set only the last patch fixes an off-by-1 error in one BSP which I know pretty

Re: [PATCH v2 00/12] Simplify generic interrupt controller support

2021-06-22 Thread Gedare Bloom
I'll review this soon, I hope. How do you know the off-by-1 that are changed are now correct, and that these modifications aren't introducing new off-by-1 bugs? Gedare On Sat, Jun 19, 2021 at 8:05 AM Sebastian Huber wrote: > > Chris thankfully reminded me that my first patch set was far too slop

[PATCH v2 00/12] Simplify generic interrupt controller support

2021-06-19 Thread Sebastian Huber
Chris thankfully reminded me that my first patch set was far too sloppy: https://lists.rtems.org/pipermail/devel/2021-June/067858.html I did split it up into parts which are easier to review and test. This patch set simplifies the generic interrupt controller support a bit to prepare for more co