Attention is currently required from: pespin.
osmith 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: Code-Review-1
(2 comments)
File daemon/gtp_endpoint.c:
https://gerrit.osmocom.org/c/osmo-uecups/+/40788/comment/0d8b6a5f_bda61e9b?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?
https://gerrit.osmocom.org/c/osmo-uecups/+/40788/comment/93b9dcb4_5946f603?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?