Re: [PATCH v2 00/13] More robust idle thread creation and TLS handling

2022-10-14 Thread Sebastian Huber
On 10.10.22 10:17, Sebastian Huber wrote: On 06/10/2022 10:23, Sebastian Huber wrote: This patch set started with an 8 byte overwrite of the interrupt stack while porting an application from RTEMS 5 to 6. The overwrite was due to a mismatch of the size returned by _TLS_Get_allocation_size() an

Re: [PATCH v2 00/13] More robust idle thread creation and TLS handling

2022-10-10 Thread Sebastian Huber
On 06/10/2022 10:23, Sebastian Huber wrote: This patch set started with an 8 byte overwrite of the interrupt stack while porting an application from RTEMS 5 to 6. The overwrite was due to a mismatch of the size returned by _TLS_Get_allocation_size() and the actual usage of the area. To fix this

[PATCH v2 00/13] More robust idle thread creation and TLS handling

2022-10-06 Thread Sebastian Huber
This patch set started with an 8 byte overwrite of the interrupt stack while porting an application from RTEMS 5 to 6. The overwrite was due to a mismatch of the size returned by _TLS_Get_allocation_size() and the actual usage of the area. To fix this issue it was necessary to add a new CPU port