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

2017-01-27 Thread Kuan Hsun Chen
Aha, now v4 should be fine. I remove a typo. 2017-01-27 22:27 GMT+01:00 Gedare Bloom : > The acinclude came back > > On Fri, Jan 27, 2017 at 3:03 PM, Kuan-Hsun Chen wrote: > > Prepare a precondition to prevent the potential integer overflow. > > > > Remove one redundant parameter in _Rate_monoto

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

2017-01-27 Thread Gedare Bloom
The acinclude came back On Fri, Jan 27, 2017 at 3:03 PM, 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 condition of

[PATCH v3] 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. --- c/src/lib/libbsp/p