[ovs-git] [openvswitch/ovs] de8fa8: checkpatch: add quiet option

GitHub noreply at github.com
Mon Jun 25 22:28:45 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: de8fa82a48006bd934fb8d3671e69c5bec6ea066
      https://github.com/openvswitch/ovs/commit/de8fa82a48006bd934fb8d3671e69c5bec6ea066
  Author: Aaron Conole <aconole at redhat.com>
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
    M utilities/checkpatch.py

  Log Message:
  -----------
  checkpatch: add quiet option

This allows scripts which only want to process error messages to silence
the normal 'warm and fuzzy' status messages from checkpatch.

Signed-off-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 3ccb8899892b6afe3d323594a900b6818ec5dd48
      https://github.com/openvswitch/ovs/commit/3ccb8899892b6afe3d323594a900b6818ec5dd48
  Author: Aaron Conole <aconole at redhat.com>
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
    M utilities/checkpatch.py

  Log Message:
  -----------
  checkpatch: Only consider certain signoffs

Formatted patches can contain a heirarchy of sign-offs.  This is true when
merging patches from different projects (eg. backports to the datapath
directory from the linux net project).

This means that a submitted backport will contain multiple signed-off
tags, and not all should be considered.

This commit updates checkpatch to only consider those signoff lines which
start at the beginning of a line.  So the following:

  Signed-off-by: Foo Bar <foo at bar.com>

should not trigger.

Signed-off-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/4357b6bca4e5...3ccb8899892b
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list