[U-Boot] [PATCH v2 2/5] tools: patman: Handle tag sections without an 'END'

Simon Glass sjg at chromium.org
Mon Jul 4 01:26:23 CEST 2016


On 27 June 2016 at 00:24, Bin Meng <bmeng.cn at gmail.com> wrote:
> 'Cover-letter', 'Series-notes' and 'Commit-notes' tags require an
> 'END' to be put at the end of its section. If we forget to put an
> 'END' in those sections, and these sections are followed by another
> patman tag, patman generates incorrect patches. This adds codes to
> handle such scenario.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Acked-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v2:
> - Update commit message to explain when such scenario is hit
> - Add cover_match to the test logic
> - Generate warning for missing 'END' case
>
>  tools/patman/patchstream.py | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list