Changes since version 2.5-dev7 : Amaury Denoyelle (2): BUG/MINOR: connection: prevent null deref on mux cleanup task allocation BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc Christopher Faulet (3): CLEANUP: acl: Remove unused variable when releasing an acl expression BUG/MAJOR: mux-h1: Don't eval input data if an error was reported BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check Tim Duesterhus (10): DOC: Add .mailmap CLEANUP: tree-wide: fix prototypes for functions taking no arguments. CLEANUP: Remove prototype for non-existent thread_get_default_count() CLEANUP: Apply ist.cocci DEV: coccinelle: Add ist.cocci CLEANUP: Apply bug_on.cocci DEV: coccinelle: Add xalloc_size.cocci DEV: coccinelle: Add bug_on.cocci CLEANUP: Apply xalloc_size.cocci DEV: coccinelle: Add xalloc_cast.cocci William Lallemand (1): DOC: management: certificate files must be sanitized before injection Willy Tarreau (16): BUILD: compiler: fixed a missing test on defined(__GNUC__) BUILD: halog: fix a -Wundef warning on non-glibc systems BUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDULING on libmusl BUG/MINOR: compat: make sure __WORDSIZE is always defined BUILD: sample: fix format warning on 32-bit archs in sample_conv_be2dec_check() CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() MINOR: pools: automatically disable malloc_trim() with external allocators MINOR: pools: report it when malloc_trim() is enabled DOC: update Tim's address in .mailmap MINOR: pools: use mallinfo2() when available instead of mallinfo() BUG/MINOR: cli/payload: do not search for args inside payload BUILD: sockpair: do not set unused flag BUILD: proto_uxst: do not set unused flag BUILD: fd: remove unused variable totlen in fd_write_frag_line() MINOR: applet: remove the thread mask from appctx_new() REORG: threads: move ha_get_pthread_id() to tinfo.h