From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 23 Jun 2018 08:06:10 -0600 Subject: [U-Boot] [PATCH v3 1/2] patman: add option for limiting the Cc list In-Reply-To: References: <20180607084507.9382-1-judge.packham@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8 June 2018 at 15:59, Simon Glass wrote: > On 7 June 2018 at 00:45, Chris Packham wrote: >> Many mailing-lists consider a long Cc list a sign of spam and will >> either drop the message or mark it for moderation. Because patman >> automatically invokes get_maintainer.pl the Cc list can expand >> unexpectedly. Allow the user to specify a limit for the Cc list. >> >> This limit is applied after removing any known bouncing addresses. By >> default no limit is applied. >> >> Signed-off-by: Chris Packham >> --- >> I've fallen foul of the u-boot ML Cc limit a few times recently. I'm not >> sure what the actual limit is so I've left patman's default behaviour >> unlimited. >> >> Changes in v3: >> - update func_test >> >> Changes in v2: >> - make default None to allow limit 0 to suppress the list completely >> >> tools/patman/func_test.py | 3 ++- >> tools/patman/patman.py | 4 +++- >> tools/patman/series.py | 5 ++++- >> 3 files changed, 9 insertions(+), 3 deletions(-) > > Reviewed-by: Simon Glass Applied to u-boot-dm, thanks!