Attention is currently required from: jolly.
pespin has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmocore/+/40782?usp=email )
Change subject: Add environment variable to set io_uring size ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
File src/core/osmo_io_uring.c:
https://gerrit.osmocom.org/c/libosmocore/+/40782/comment/647fac25_0e0488e0?u... : PS1, Line 111: g_io_uring_size = atoi(env); This should be parsed with osmo_str_to_int() to make sure we don't use some weird value as a result from a typo from the user. If parsing as a number fails, then call osmo_panic().