[PATCH v2 4/4] rtems: Avoid potential recursion in ASR handling

Gedare Bloom gedare at rtems.org
Fri Feb 19 17:17:34 UTC 2021


On Fri, Feb 19, 2021 at 2:42 AM Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
>
> On 19/02/2021 10:40, Sebastian Huber wrote:
>
> > +  if (
> > +    normal_asr_is_enabled &&
> > +      !previous_asr_is_enabled &&
> > +      asr->signals_pending != 0
> > +  ) {
> > +    _Thread_Append_post_switch_action( executing, action );
> > +  }
> I will fix the alignment before I check it in.
>
Thanks, patch 3 and 4 look ok, although I still have some confusion
what "previous" is previous to.

> --
> 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/
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list