Re: [PATCH v4] rtems: Fix _Rate_monotonic_Renew_deadline()

2017-01-30 Thread Sebastian Huber
On 30/01/17 14:22, Kuan Hsun Chen wrote: The end of the comment should be "close #2885". I saw that the ticket was closed as well. I closed the ticket manually, since I was not sure if everything was complete. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchhei

Re: [PATCH v4] rtems: Fix _Rate_monotonic_Renew_deadline()

2017-01-30 Thread Kuan Hsun Chen
The end of the comment should be "close #2885". I saw that the ticket was closed as well. 2017-01-30 8:16 GMT+01:00 Sebastian Huber < sebastian.hu...@embedded-brains.de>: > Thanks, I checked this in with sp78 renamed to sprmsched02. > > On 27/01/17 23:15, Kuan-Hsun Chen wrote: > >> Prepare a prec

Re: [PATCH v4] rtems: Fix _Rate_monotonic_Renew_deadline()

2017-01-29 Thread Sebastian Huber
Thanks, I checked this in with sp78 renamed to sprmsched02. On 27/01/17 23:15, Kuan-Hsun Chen wrote: Prepare a precondition to prevent the potential integer overflow. Remove one redundant parameter in _Rate_monotonic_Renew_deadline(). sptests/sp78: Create A test case for checking the overflow

[PATCH v4] rtems: Fix _Rate_monotonic_Renew_deadline()

2017-01-27 Thread Kuan-Hsun Chen
Prepare a precondition to prevent the potential integer overflow. Remove one redundant parameter in _Rate_monotonic_Renew_deadline(). sptests/sp78: Create A test case for checking the overflow condition of postponed_jobs in rtems_rate_monotonic_period_status. Close #2885. --- cpukit/rtems/src/r