lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 03 May 2015 22:13:54 +0200
From:	Richard Weinberger <richard@....at>
To:	Simon Glass <sjg@...omium.org>
CC:	LKML <linux-kernel@...r.kernel.org>,
	Doug Anderson <dianders@...omium.org>
Subject: Re: [PATCH 1/3] Add patman patch automation script

Simon,

Am 03.05.2015 um 21:54 schrieb Simon Glass:
> Hi Richard,
> 
> On 3 May 2015 at 13:16, Richard Weinberger <richard.weinberger@...il.com> wrote:
>> On Sun, May 3, 2015 at 8:29 PM, Simon Glass <sjg@...omium.org> wrote:
>>> This tool is a Python script which:
>>> - Creates patch directly from your branch
>>> - Cleans them up by removing unwanted tags
>>> - Inserts a cover letter with change lists
>>> - Runs the patches through checkpatch.pl and its own checks
>>> - Optionally emails them out to selected people
>>
>> Don't get me wrong but is this really worth 3000+ lines of python?
>> The tasks you describe can be done using a few lines bash.
> 
> #!/bin/bash
> patman $@
> 
> I obviously failed in my attempt to briefly explain what it does.
> Please check out the cover letter [1], README [2], or perhaps use it
> on a series. With respect to the length, it could be slimmed down a
> bit if that is important.

the README file did the trick. ;)
Sounds like a useful tool to manage patch series.

But I don't think it makes much sense to carry it with the Linux kernel tree.
Other projects can also use it and it does not seem to be very Linux kernel
specific.
git, quilt and other great tools also have their own repositories.

Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ