haproxy/include
Willy Tarreau bd20ad5874 BUG/MEDIUM: list: fix the rollback on addq in the locked liss
Commit a8434ec14 ("MINOR: lists: Implement locked variations.")
introduced locked lists which use the elements pointers as locks
for concurrent operations. A copy-paste typo in LIST_ADDQ_LOCKED()
causes corruption in the list in case the next pointer is already
held, as it restores the previous pointer into the next one. It
may impact the server pools.

This will have to be backported if the commit above is backported.
2019-02-28 15:10:15 +01:00
..
common BUG/MEDIUM: list: fix the rollback on addq in the locked liss 2019-02-28 15:10:15 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: listener: implement multi-queue accept for threads 2019-02-27 14:27:07 +01:00
types MINOR: config: add global tune.listener.multi-queue setting 2019-02-27 14:27:07 +01:00