Re: [PATCH 1/2] MODSIGN: perlify sign-file and merge in x509keyid[ver #2]

From: Linus Torvalds
Date: Fri Oct 19 2012 - 18:59:08 EST


This version still seems to have some debug turds in it:

On Fri, Oct 19, 2012 at 3:51 PM, David Howells <dhowells@xxxxxxxxxx> wrote:
>
> + printk("Check for sig\n");
> +
...
> + printk("Found sig\n");
...
> +#define DEBUG

Also, I wonder how standard this /usr/bin/perl is:

> +#!/usr/bin/perl -w

and maybe we should use Unix best practices and make it do

#!/usr/bin/env perl

instead?

But I dunno, maybe /usr/bin/perl has become sufficiently standardized..

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