Re: [PATCH] rtems: Change rtems_task_get_affinity() status

2021-04-27 Thread Gedare Bloom
This is an API visible change. Please add a ticket. On Mon, Apr 26, 2021 at 5:54 AM Sebastian Huber wrote: > > Return RTEMS_INVALID_SIZE if the processor set is too small to contain > the processor affinity set of the task. > --- > cpukit/include/rtems/score/schedulerimpl.h | 2 +- > cpukit/incl

[PATCH] rtems: Change rtems_task_get_affinity() status

2021-04-26 Thread Sebastian Huber
Return RTEMS_INVALID_SIZE if the processor set is too small to contain the processor affinity set of the task. --- cpukit/include/rtems/score/schedulerimpl.h | 2 +- cpukit/include/rtems/score/status.h| 2 ++ cpukit/score/src/schedulergetaffinity.c| 2 +- testsuites/smptests/smpaffinit