Attention is currently required from: osmith.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-uecups/+/40788?usp=email )
Change subject: gtp_endpoint: Avoid deadlocks logging while thread is cancelled ......................................................................
Patch Set 1:
(2 comments)
File daemon/gtp_endpoint.c:
https://gerrit.osmocom.org/c/osmo-uecups/+/40788/comment/4b9ea98c_030ac50c?u... : PS1, Line 89: LOGEP(ep, LOGL_NOTICE, "Short GTP Message according to flags 0x%02x: %lu < len=%u\n",
missing `pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &old_cancelst_unused);` before this line?
Done
https://gerrit.osmocom.org/c/osmo-uecups/+/40788/comment/890a12ea_8facbc13?u... : PS1, Line 96: LOGEP(ep, LOGL_NOTICE, "Short GTP Message according to flags 0x%02x: %lu < len=%u\n",
missing `pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &old_cancelst_unused);` before this line?
Done