Changes since version 2.9.4 : Aurelien DARRAGON (1): BUILD: debug: remove leftover parentheses in ABORT_NOW() Frederic Lecaille (5): BUG/MINOR: quic: Wrong ack ranges handling when reaching the limit. BUILD: quic: Variable name typo inside a BUG_ON(). CLEANUP: quic: Code clarifications for QUIC CUBIC (RFC 9438) BUG/MINOR: quic: fix possible integer wrap around in cubic window calculation MINOR: quic: Stop using 1024th of a second. Remi Tricot-Le Breton (1): BUG/MINOR: ssl: Fix error message after ssl_sock_load_ocsp call Willy Tarreau (6): BUG/MINOR: diag: always show the version before dumping a diag warning BUG/MINOR: diag: run the final diags before quitting when using -c MINOR: compiler: add a new DO_NOT_FOLD() macro to prevent code folding MINOR: debug: make sure calls to ha_crash_now() are never merged MINOR: debug: make ABORT_NOW() store the caller's line number when using abort MINOR: debug: make BUG_ON() catch build errors even without DEBUG_STRICT