From nobody Sat May 4 19:33:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) 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=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) 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=1586537420; cv=none; d=zohomail.com; s=zohoarc; b=SexeQBSf6O7OPMdhvHMXRB5SL1V4mcwOTdNsOeXfgVVOKozsZWKbNDa+yM0LBw5r0uevDxw1iSdtG8HYGh3bVRPcxPIWDNYRL83X6RNgdPyM12ffdE/2Z9ZP/goBcyGiTVFoQV5iRQClRKOl6Y7I4NMm/4HGYAmRjau1Yht597M= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1586537420; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To; bh=j8/mi++H7BGUFB0bq96uq24TTkFMQMcwTpYKGigAqUU=; b=TOnZAbHEioegH5/D9DiYHaAQYjtLqiZRPwTb02duruTPPSju06iRoVe5sYcErak093SAl7uXAUjOI7yICCN4WmMCO3y4J67LuXJ0iSiQnYUnaEOP94sm+w7DhO8CszDew7sVeuHkk2Oj+Q+deBU4CIhqkwJadKJywIm5EnFWryg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) 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 1586537420845474.0230576594629; Fri, 10 Apr 2020 09:50:20 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jMwqm-0007Lk-LN; Fri, 10 Apr 2020 16:49:52 +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 1jMwql-0007Lf-3A for xen-devel@lists.xenproject.org; Fri, 10 Apr 2020 16:49:51 +0000 Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 4a0bc00c-7b4b-11ea-845b-12813bfff9fa; Fri, 10 Apr 2020 16:49:50 +0000 (UTC) Received: from sstabellini-ThinkPad-T480s.hsd1.ca.comcast.net (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 EB7E720769; Fri, 10 Apr 2020 16:49:48 +0000 (UTC) X-Inumbo-ID: 4a0bc00c-7b4b-11ea-845b-12813bfff9fa DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586537389; bh=NMyKX9Vm5M/+ytGCVt+HkWqn+19KHLHUeuCyTsgRHlM=; h=From:To:Cc:Subject:Date:From; b=uA+q4ygfO0274XjDCULhgww7Ac4ysWw4MHcR/hQfhkRuq39SjMsSKBYjyKa1HNB5X qRHi2GqI7UhsB6vF0QWRUfXAWgxM4r2fYGPcBtgeNWtuj1QPs2uvgxbsM5ZrIwWN2t CWfgdyx8sJVebVYxInki81zZQNrli/Uf1/qcjwqE= From: Stefano Stabellini To: xen-devel@lists.xenproject.org Subject: [PATCH v2] Introduce a description of a new optional tag for Backports Date: Fri, 10 Apr 2020 09:49:42 -0700 Message-Id: <20200410164942.9747-1-sstabellini@kernel.org> X-Mailer: git-send-email 2.17.1 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, konrad.wilk@oracle.com, andrew.cooper3@citrix.com, george.dunlap@citrix.com, jbeulich@suse.com, Stefano Stabellini Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Create a new document under docs/process to describe our special tags. For now, only add the new backport tag. Signed-off-by: Stefano Stabellini Acked-by: Ian Jackson Acked-by: Wei Liu CC: jbeulich@suse.com CC: george.dunlap@citrix.com CC: julien@xen.org CC: lars.kurth@citrix.com CC: andrew.cooper3@citrix.com CC: konrad.wilk@oracle.com Acked-by: Julien Grall --- This is the original thread: https://marc.info/?l=3Dxen-devel&m=3D157324027= 614941 The backport tag was agreed upon. George requested the file to be renamed to something more generic, where we could add more information later. I kept the original content and acked-by. I renamed the file to tags.pandoc. --- docs/process/tags.pandoc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/process/tags.pandoc diff --git a/docs/process/tags.pandoc b/docs/process/tags.pandoc new file mode 100644 index 0000000000..e570efdcc8 --- /dev/null +++ b/docs/process/tags.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