From owner-freebsd-current@FreeBSD.ORG Tue Jun 8 21:43:01 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E691065677 for ; Tue, 8 Jun 2010 21:43:01 +0000 (UTC) (envelope-from tom.couch.storage@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 653068FC08 for ; Tue, 8 Jun 2010 21:43:00 +0000 (UTC) Received: by wwb22 with SMTP id 22so5096120wwb.13 for ; Tue, 08 Jun 2010 14:43:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=cXtyWVt3FwRPWQuXjeGSZo857HuBGMNIZCXAwjirGso=; b=q5zwD+Lo9ZDipoxLfCvU4RPBjvJJ1Hwk+ul7i/ejaUwkcZT8fvRFzWf84IDmi5k0RF XzX4cLsYwHlMwrRQjiN1Y+8PUkyPE2BvAX0ERz4WM3jisbhLnysGnOxlkat438oRXe9J xQ1HEDwdfSgfLdUWM0yXOFNDmZPANe22G6k4o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YjihY8ay4EiO9IIlHKtQ7xPY1Gz1zyf7nEEJxwlQHF7MJLZSt1mx+TAIvFs8E7ELLz 89mStFOx/m0HrtzOfwgAIjojuZH+Z2vSJNPrOFv9Mj1Z2tLdKzlJ75P4qx+QMbUds4EC hkwvy07N0ldZKaa+OzS7fr/OR8PzzmFAd8r4U= MIME-Version: 1.0 Received: by 10.216.85.68 with SMTP id t46mr4139432wee.75.1276033378378; Tue, 08 Jun 2010 14:42:58 -0700 (PDT) Received: by 10.216.17.14 with HTTP; Tue, 8 Jun 2010 14:42:57 -0700 (PDT) Date: Tue, 8 Jun 2010 14:42:57 -0700 Message-ID: From: Tom Couch To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: patch submission for multiple branches X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2010 21:43:02 -0000 I have updated the twa driver (src/sys/dev/twa) and generated patches against RELENG_7 and RELENG_8. I submitted the patches separately in PR 147694 (RELENG_7) and PR 147695 (RELENG_8). PR 147694 has been closed as a duplicate of PR 147695. What happens to the patch for RELENG_7 (PR 147694)? What is the proper way to submit patches for multiple branches? Tom Couch