1. 02 4月, 2019 29 次提交
  2. 26 3月, 2019 3 次提交
    • S
      checkpatch: Warn on improper usage of Co-developed-by · 6c5d24ee
      Sean Christopherson 提交于
      The purpose of Co-developed-by: is to give attribution to authors who
      aren't already attributed by the From: tag, i.e. who aren't the nominal
      patch author.  Because Co-developed-by: is essentially a variation of
      From:, it must be accompanied by a Signed-off-by: of the associated
      co-author.  To ease the burden of determining whether or not co-authors
      have signed off, Co-developed-by and Signed-off-by: must be explicitly
      paired, i.e. on consecutive lines for a given co-author.
      Suggested-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NSean Christopherson <sean.j.christopherson@intel.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      6c5d24ee
    • J
      Documentation: rtc: Correct location of rtctest.c · c5576080
      Joel Stanley 提交于
      The useful little rtctest program moved location a while back.
      
      Fixes: a12ab9e1 ("selftests: move RTC tests to rtc subfolder")
      Signed-off-by: NJoel Stanley <joel@jms.id.au>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      c5576080
    • S
      docs: Clarify the usage and sign-off requirements for Co-developed-by · 24a2bb90
      Sean Christopherson 提交于
      The documentation for Co-developed-by is a bit light on details, e.g. it
      doesn't explicitly state that:
      
        - Multiple Co-developed-by tags are perfectly acceptable
        - Co-developed-by and Signed-off-by must be paired together
        - SOB ordering should still follow standard sign-off procedure
      
      Lack of explicit direction has resulted in developers taking a variety
      of approaches, often lacking any intent whatsoever, e.g. scattering SOBs
      willy-nilly, collecting them all at the end or the beginning, etc...
      Tweak the wording to make it clear that multiple co-authors are allowed,
      and document the expectation that standard sign-off procedures are to
      be followed.
      
      The use of "original author" has also led to confusion as many patches
      don't have just one "original" author, e.g. when multiple developers
      are involved from the genesis of the patch.  Remove all usage of
      "original" and instead call out that Co-developed-by is simply a way to
      provide attribution in addition to the From tag, i.e. neither tag is
      intended to imply anything with regard to who did what.
      
      Provide examples to (hopefully) eliminate any ambiguity.
      
      Cc: Tobin C. Harding <me@tobin.cc>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
      Cc: Jonathan Cameron <jic23@kernel.org>
      Cc: Joe Perches <joe@perches.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Niklas Cassel <niklas.cassel@linaro.org>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Signed-off-by: NSean Christopherson <sean.j.christopherson@intel.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      24a2bb90
  3. 25 3月, 2019 3 次提交
  4. 19 3月, 2019 5 次提交