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:	Fri, 10 Oct 2014 12:24:36 +0400
From:	Ilya Dryomov <ilya.dryomov@...tank.com>
To:	Dan Mick <dan.mick@...tank.com>,
	Julia Lawall <julia.lawall@...6.fr>
Cc:	Fabian Frederick <fabf@...net.be>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Sage Weil <sage@...tank.com>,
	Ceph Development <ceph-devel@...r.kernel.org>
Subject: Re: [PATCH 1/1 linux-next] ceph: fix bool assignments

On Fri, Oct 10, 2014 at 4:41 AM, Dan Mick <dan.mick@...tank.com> wrote:
>
>
> On 10/09/2014 02:16 PM, Fabian Frederick wrote:
>> Fix some coccinelle warnings:
>> fs/ceph/caps.c:2400:6-10: WARNING: Assignment of bool to 0/1
>
>
>> -     bool wake = 0;
>> +     bool wake = false;
>
> FWIW, that message is backwards: it should say "WARNING: Assignment of
> 0/1 to bool" (I know, it's a coccinelle issue, but..)

Hi Julia,

See above, hopefully you are the right person to ask to forward this to
the right people ;)

Thanks,

                Ilya
--
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