From: Ruediger Pluem Date: Mon, 17 Jan 2022 08:02:52 +0000 (+0000) Subject: * Promote [skip ci] X-Git-Tag: 2.4.53-rc1-candidate~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8fbd44933488f0f5db608471cf47569d76ffd41;p=thirdparty%2Fapache%2Fhttpd.git * Promote [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897146 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e6499e9e29d..3600ce29560 100644 --- a/STATUS +++ b/STATUS @@ -147,6 +147,15 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mpm_event: Fix a possible listener deadlock on heavy load when restarting + and/or reaching MaxConnectionsPerChild. PR 65769. + Trunk version of patch: + https://svn.apache.org/r1896505 + Backport version for 2.4.x of patch: + Trunk version of patch works + svn merge -c 1896505 ^/httpd/httpd/trunk . + +1: rpluem, ylavic, gbechis + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -178,15 +187,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: for internal users of this api; not sure if performance impact is significant from using malloc here. - *) mpm_event: Fix a possible listener deadlock on heavy load when restarting - and/or reaching MaxConnectionsPerChild. PR 65769. - Trunk version of patch: - https://svn.apache.org/r1896505 - Backport version for 2.4.x of patch: - Trunk version of patch works - svn merge -c 1896505 ^/httpd/httpd/trunk . - +1: rpluem, ylavic, gbechis - *) dbm: Split the loading of a dbm driver from the opening of a dbm file. When an attempt to load a dbm driver fails, log clearly which driver triggered the error (not "default"), and what the error was.