All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Introduce a description of a new optional tag for Backports
@ 2020-04-10 16:49 Stefano Stabellini
  2020-04-10 17:51 ` Julien Grall
  2020-04-14  7:52 ` Jan Beulich
  0 siblings, 2 replies; 12+ messages in thread
From: Stefano Stabellini @ 2020-04-10 16:49 UTC (permalink / raw)
  To: xen-devel
  Cc: lars.kurth, sstabellini, julien, konrad.wilk, andrew.cooper3,
	george.dunlap, jbeulich, Stefano Stabellini

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 <stefano.stabellini@xilinx.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Wei Liu <wl@xen.org>
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

---

This is the original thread: https://marc.info/?l=xen-devel&m=157324027614941

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.
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-04-17  6:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 16:49 [PATCH v2] Introduce a description of a new optional tag for Backports Stefano Stabellini
2020-04-10 17:51 ` Julien Grall
2020-04-14  7:52 ` Jan Beulich
2020-04-14 16:54   ` Stefano Stabellini
2020-04-15  6:23     ` Jan Beulich
2020-04-15  9:43       ` George Dunlap
2020-04-15  9:49         ` Julien Grall
2020-04-15  9:56           ` George Dunlap
2020-04-15 10:44             ` Jan Beulich
2020-04-16 21:14               ` Stefano Stabellini
2020-04-17  6:51                 ` Jan Beulich
2020-04-15 10:36           ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.