[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFyauaYYe=C1PAbhjHUECXSefPncv_COQ05J-zpF6-H7Zg@mail.gmail.com>
Date: Fri, 19 Oct 2012 15:58:57 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: David Howells <dhowells@...hat.com>
Cc: rusty@...tcorp.com.au, davem@...emloft.net,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] MODSIGN: perlify sign-file and merge in x509keyid
[ver #2]
This version still seems to have some debug turds in it:
On Fri, Oct 19, 2012 at 3:51 PM, David Howells <dhowells@...hat.com> 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@...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