On Fri, 22 Oct 2021 at 17:07, Sean Anderson <sean.ander...@seco.com> wrote: > > In some communities, it may be necessary to append something after PATCH > in the subject line. For example, the Linux networking subsystem > expects [1] patch subject prefixes like [RFC PATCH net-next 0/99]. This > adds support for such "postfix"s to patman. Although entirely cosmetic, > it is still nice to have. > > [1] > https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html#how-do-i-indicate-which-tree-net-vs-net-next-my-patch-should-be-in > > Signed-off-by: Sean Anderson <sean.ander...@seco.com> > --- > > tools/patman/README | 5 +++++ > tools/patman/func_test.py | 6 ++++-- > tools/patman/patchstream.py | 2 ++ > tools/patman/series.py | 9 +++++++-- > tools/patman/test/test01.txt | 1 + > 5 files changed, 19 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>