From owner-freebsd-hackers@FreeBSD.ORG Tue Apr 24 17:19:12 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45761106566C for ; Tue, 24 Apr 2012 17:19:12 +0000 (UTC) (envelope-from lidl@hydra.pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::3c]) by mx1.freebsd.org (Postfix) with ESMTP id 152BC8FC12 for ; Tue, 24 Apr 2012 17:19:11 +0000 (UTC) Received: from hydra.pix.net (localhost [127.0.0.1]) by hydra.pix.net (8.14.4/8.14.4) with ESMTP id q3OHJBY4099552 for ; Tue, 24 Apr 2012 13:19:11 -0400 (EDT) (envelope-from lidl@hydra.pix.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.1 at mail.pix.net Received: (from lidl@localhost) by hydra.pix.net (8.14.4/8.14.4/Submit) id q3OHJAEC099551 for freebsd-hackers@freebsd.org; Tue, 24 Apr 2012 13:19:10 -0400 (EDT) (envelope-from lidl) Date: Tue, 24 Apr 2012 13:19:10 -0400 From: Kurt Lidl To: freebsd-hackers@freebsd.org Message-ID: <20120424171909.GA99220@pix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: criteria for patch inclusion in patch release? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2012 17:19:12 -0000 What determines the patch worthiness of particular fixes that have gone into a the source tree for inclusion into the next patch release of a given -RELEASE branch? As an example, there are two patches that improve life for those of us who use fxp ethernet adaptors (r233158, r233585). Both of these came out after the branch of 8.3-RELEASE, I believe. Neither of these patches are in 8.3-STABLE, as far as I can tell. I think they ought to be in at least 8-STABLE or 9-STABLE, based on their change dates and the "MFC after: 1 week"/"MFC after: 2 weeks" notations in the SVN entries. In my ideal world, these two patches would wind up in the first patch release of 8.3-RELEASE, but that's my ideal world. Is there some way to nominate these changes for inclusion in what will be the p1 release of 8.3? Thanks for any insight... -Kurt