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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMuHMdVYhVnxuvhThpeqcaazkSJQJBtrwrxwJc0=y_hV_7PsNg@mail.gmail.com>
Date:	Fri, 6 Jan 2012 13:31:40 +0100
From:	Geert Uytterhoeven <geert@...ux-m68k.org>
To:	Rusty Russell <rusty@...tcorp.com.au>
Cc:	lkml - Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Pawel Moll <pawel.moll@....com>
Subject: Re: [PATCH 12/15] module_param: make bool parameters really bool
 (drivers & misc)

Hi Rusty,

On Thu, Dec 15, 2011 at 04:18, Rusty Russell <rusty@...tcorp.com.au> wrote:
> diff --git a/drivers/block/paride/bpck6.c b/drivers/block/paride/bpck6.c
> --- a/drivers/block/paride/bpck6.c
> +++ b/drivers/block/paride/bpck6.c
> @@ -21,7 +21,7 @@
>
>
>  /* PARAMETERS */
> -static int verbose; /* set this to 1 to see debugging messages and whatnot */
> +static bool verbose; /* set this to 1 to see debugging messages and whatnot */

"bool" doesn't exist at this point, cfr.

http://kisskb.ellerman.id.au/kisskb/buildresult/5325550/
http://kisskb.ellerman.id.au/kisskb/buildresult/5325257/

Any chance this is going to be fixed before it's sucked in Linus' tree?

Thanks in advance!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
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