]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: remove warning for 'old' stable@kernel.org address
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Jun 2018 15:40:44 +0000 (08:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Jun 2018 15:40:44 +0000 (08:40 -0700)
commit336e3ae9b3cd8e28bd2abcf7547e1d2d1d3cf0c0
tree1ede55d0b7f2f0356e84e8a0f1050eb869a0ca07
parenta95b798bc11a70cab060810ddc0766caa5b8fca6
checkpatch: remove warning for 'old' stable@kernel.org address

It may not be the actual real stable mailing list address, but the
stable scripts to actually pick up on the traditional way to mark stable
patches.

There are also reasons to explicitly avoid using the actual mailing list
address, since security patches with embargo dates generally do want the
stable marking, but don't want tools etc to mistakenly send the patch
out to the mailing list early.

So don't warn for things that are still actively used and explicitly
supported.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl