Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1201E200C88 for ; Fri, 2 Jun 2017 22:30:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1184C160BD2; Fri, 2 Jun 2017 20:30:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7FAB8160BBA for ; Fri, 2 Jun 2017 22:30:06 +0200 (CEST) Received: (qmail 28612 invoked by uid 500); 2 Jun 2017 20:30:05 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 28603 invoked by uid 99); 2 Jun 2017 20:30:05 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2017 20:30:05 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id ECD7A3A0351 for ; Fri, 2 Jun 2017 20:30:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1797429 - /httpd/httpd/branches/2.4.x/STATUS Date: Fri, 02 Jun 2017 20:30:04 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170602203004.ECD7A3A0351@svn01-us-west.apache.org> archived-at: Fri, 02 Jun 2017 20:30:07 -0000 Author: jailletc36 Date: Fri Jun 2 20:30:04 2017 New Revision: 1797429 URL: http://svn.apache.org/viewvc?rev=1797429&view=rev Log: Propose Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1797429&r1=1797428&r2=1797429&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Fri Jun 2 20:30:04 2017 @@ -194,6 +194,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1792092,1796864 ^/httpd/httpd/trunk . +1: covener, jim + *) worker, prefork: save some cycles by not copying the listener's pollfds + for each pollset operation + trunk patch: http://svn.apache.org/r1662437 + 2.4.x patch: svn merge -c 1662437 ^/httpd/httpd/trunk . + +1: jailletc36 + + *) prefork: This fixes race-condition in signals handling when httpd is + runnning on foreground and user hits ctrl+c + trunk patch: http://svn.apache.org/r1618555 + 2.4.x patch: svn merge -c 1618555 ^/httpd/httpd/trunk . + +1: + jailetc36: untested because I'm unsure on how to reproduce the race, but + the patch description looks straighforward. + If confirmed, it would worth, IMHO, a CHANGE entry and maybe a + 2.2.x backport. PATCHES/ISSUES THAT ARE BEING WORKED