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:	Wed, 27 Jul 2016 17:41:54 -0700
From:	Joe Perches <joe@...ches.com>
To:	Allen Hubbe <allenbh@...il.com>, linux-kernel@...r.kernel.org,
	Andy Whitcroft <apw@...onical.com>
Subject: Re: [PATCH] checkpatch: check signoff when reading stdin


> This change causes checkpatch to check for a missing signoff line, even
> if the filename is '-', as in the first variation of the command.

I think this is not a great idea because the most likely
use case is piping git diff output ala:

$ git diff <some_path> | ./scripts/checkpatch.pl -

Powered by blists - more mailing lists