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

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Jun 23 05:13:00 UTC 2021


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 well and it has a static assertion like this:

  RTEMS_STATIC_ASSERT(
    PERIPH_COUNT_IRQn <= BSP_INTERRUPT_VECTOR_COUNT,
    PERIPH_COUNT_IRQn
  );

-- 
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/


More information about the devel mailing list