lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #52719] sys_timeouts synchronization issue with core l


From: Joel Cunningham
Subject: [lwip-devel] [bug #52719] sys_timeouts synchronization issue with core locking (NO_SYS == 0)
Date: Tue, 2 Jan 2018 13:19:53 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0

Update of bug #52719 (project lwip):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #6:

Patches applied in 53499f5e9faecb1593f9a3de54385ac4ebd9aa83 and
1c7a02429739e4d1b2858ad0fe5114f47a1d2ffa

I ended up dropping the assert checks in cyclic_timer and tcpip_tcp_timer
because they are:

1) static functions with which can only be called as a timer callback
2) Redundant with the check in sys_check_timeouts, which ensures timer
handlers (callbacks) are called with the core lock acquired

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?52719>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]