From nobody Fri Apr 19 14:50:21 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=none dis=none) header.from=kernel.org ARC-Seal: i=1; a=rsa-sha256; t=1573240276; cv=none; d=zoho.com; s=zohoarc; b=JAlHAVR6WnUIYtkZYtRKBa3ynUeVYnrc5cZEfLhB947Jo40sPLAxeF+crA6WRPtXjygJ0IP38mCFcb/gjxWM2vsVZsPFhqKHYSg9FzgMyA6Jo1kGQz0OK90ogcbays7bxLhDlgO+eEVDiAOM+mPnvIN8QxSEJfu625GA3sX0Tq4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573240276; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=c0K+l7PcZt6VTOdX/CryZqLwHvubdauzvZFePs00BcQ=; b=gOeYpd2Zs9+uqeLfTyeGkmN9rQvGa+zisRGD3vwauxS1lVuz0bIDbrpBnLyFwnqvNtxeEPTRyjv79p6LV211r3TngdxTIrK2V9oO5jB7meR/6yDmaLqC1qSrxlh2cjQ16W3XvdbDf5UQHdGcHTv0tT0UVBR866IpnVEln8BGKE4= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=fail; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1573240276743919.153954295022; Fri, 8 Nov 2019 11:11:16 -0800 (PST) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iT9du-0001qQ-Uj; Fri, 08 Nov 2019 19:09:58 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iT9dt-0001qL-K1 for xen-devel@lists.xenproject.org; Fri, 08 Nov 2019 19:09:57 +0000 Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 5a4eabda-025b-11ea-a1d6-12813bfff9fa; Fri, 08 Nov 2019 19:09:57 +0000 (UTC) Received: from sstabellini-ThinkPad-T480s.xilinx.com (c-67-164-102-47.hsd1.ca.comcast.net [67.164.102.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 11573206A3; Fri, 8 Nov 2019 19:09:56 +0000 (UTC) X-Inumbo-ID: 5a4eabda-025b-11ea-a1d6-12813bfff9fa DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573240196; bh=yd7AO6vcWsMShBrSoLjrUKQjgekF39PtMdmSnelw7I8=; h=From:To:Cc:Subject:Date:From; b=WahbwMp5jEHMAqSxX3W1gkZqyi5TT90ZY0glmgEYai40gIv249FRPbHtq9H7X6/QV wPhMnvGBUz3psJ7vcPVFXTZn4uJ+hZbKXRiigLzxjgL3YEphUZFc1ISzLS0BxRWeql FXK5GylhXeIen2b82vfetrkWnHaXdmPdn9/Fq/go= From: Stefano Stabellini To: xen-devel@lists.xenproject.org Date: Fri, 8 Nov 2019 11:09:52 -0800 Message-Id: <20191108190952.22163-1-sstabellini@kernel.org> X-Mailer: git-send-email 2.17.1 Subject: [Xen-devel] [PATCH] Introduce a description of a new optional tag for Backports X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: lars.kurth@citrix.com, sstabellini@kernel.org, julien@xen.org, wl@xen.org, konrad.wilk@oracle.com, andrew.cooper3@citrix.com, ian.jackson@eu.citrix.com, george.dunlap@citrix.com, jbeulich@suse.com, Stefano Stabellini MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Signed-off-by: Stefano Stabellini CC: jbeulich@suse.com CC: george.dunlap@citrix.com CC: julien@xen.org CC: lars.kurth@citrix.com CC: andrew.cooper3@citrix.com CC: ian.jackson@eu.citrix.com CC: konrad.wilk@oracle.com CC: wl@xen.org Acked-by: Ian Jackson Acked-by: Wei Liu --- docs/process/backport-tag.pandoc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/process/backport-tag.pandoc diff --git a/docs/process/backport-tag.pandoc b/docs/process/backport-tag.p= andoc new file mode 100644 index 0000000000..e570efdcc8 --- /dev/null +++ b/docs/process/backport-tag.pandoc @@ -0,0 +1,23 @@ +Backport Tag +------------ + +A backport tag is an optional tag in the commit message to request a +given commit to be backported to the stable trees: + + Backport: all + +It marks a commit for being a candidate for backports to all relevant +trees. + + Backport: 4.9+ + +It marks a commit for being a candidate for backports to all stable +trees from 4.9 onward. + +Maintainers request the Backport tag to be added on commit. +Contributors are also welcome to mark their patches with the Backport +tag when they deem appropriate. Maintainers will request for it to be +removed when that is not the case. + +Please note that the Backport tag is a **request** for backport, which +will still need to be evaluated by the stable tree maintainers. --=20 2.17.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel