Chris L Mason 79142a
# Here all the valid metadata tags for suse patches are recorded.  Patches
Chris L Mason 79142a
# in the SUSE kernel repository must have a Subject tag, and there must
Michal Suchanek 65d0b2
# be a suse email address in a From:, Signed-off-by: or Acked-by: tag.
Chris L Mason e00945
#
Chris L Mason ba7397
# Every patch in the SUSE repository must have a descriptive comment in
Chris L Mason ba7397
# addition to any tags present
Chris L Mason 79142a
#
Chris L Mason 79142a
# The original patch author
Chris L Mason e2d213
#
Neil F Brown e98509
From: 
Chris L Mason 79142a
Chris L Mason 79142a
# a brief one line description of the patch
Chris L Mason e2d213
#
Neil F Brown e98509
Subject: 
Chris L Mason 79142a
Chris L Mason 79142a
# Signed off by means that you have reviewed the patch for correctness
Chris L Mason 79142a
# Multiple signed-off-by tags are allowed
Chris L Mason e2d213
#
Neil F Brown e98509
Signed-off-by: 
Chris L Mason e00945
Chris L Mason 79142a
# Acked-by is not as strong as signed-off-by.  This would be used when
Chris L Mason 79142a
# the patch has already been signed off by someone you trust.
Chris L Mason 79142a
# Multiple acked-by tags are allowed
Chris L Mason e2d213
#
Neil F Brown e98509
Acked-by: 
Chris L Mason 79142a
Chris L Mason ba7397
# Patch-mainline indicates which version of Linus' kernel includes the patch.
Chris L Mason ba7397
# Patch-mainline has a few special values for the first word of the tag.  
Chris L Mason ba7397
# These are used by scripts to check on the status of patches in the 
Chris L Mason ba7397
# repository, reminding us to send them into mainline.
Chris L Mason ba7397
#
Chris L Mason ba7397
# "never" indicates the patch will never be sent to mainline.  A short 
Chris L Mason ba7397
# explanation should follow
Chris L Mason ba7397
#
Chris L Mason ba7397
# "submitted yyyy-mm-dd" gives the date the patch was sent for inclusion.
Chris L Mason ba7397
#
Chris L Mason ba7397
# examples:
Chris L Mason ba7397
# Patch-mainline: never.  fixes bugs in SUSE specific code
Chris L Mason ba7397
# Patch-mainline: submitted 2004-11-01
Thomas Zimmermann c50f97
# Patch-mainline: v2.6.10-rc1 any free form text is valid after the version
Chris L Mason ba7397
#
Neil F Brown e98509
Patch-mainline: 
Chris L Mason e00945
Chris L Mason e2d213
# bug numbers corresponding to this patch.  Any bugzilla database other
Chris L Mason e2d213
# then SUSE needs to have ids qualified by some string (ie LTC11210)
Chris L Mason e2d213
# Multiple bug numbers should be put into a single tag:
Chris L Mason e2d213
# References: 32768 LTC1002 OSDL3080
Chris L Mason e2d213
#
Neil F Brown e98509
Neil F Brown e98509
References: 
Neil F Brown e98509