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] [day] [month] [year] [list]
Message-ID: <54f2439e-e74f-fc45-96c4-c7744fff6162@cmss.chinamobile.com>
Date:   Mon, 13 Apr 2020 15:44:06 +0800
From:   Tang Bin <tangbin@...s.chinamobile.com>
To:     Greg KH <gregkh@...uxfoundation.org>
Cc:     arve@...roid.com, maco@...roid.com, tkjos@...roid.com,
        joel@...lfernandes.org, christian@...uner.io,
        devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] binderfs: Fix binderfs.c selftest compilation warning

Hi greg:

On 2020/4/12 15:46, Greg KH wrote:
> On Sat, Apr 11, 2020 at 10:51:51PM +0800, Tang Bin wrote:
>> Fix missing braces compilation warning in the ARM
>> compiler environment:
>>      drivers/android/binderfs.c: In function 'binderfs_fill_super':
>>      drivers/android/binderfs.c:650:9: warning: missing braces around initializer [-Wmissing-braces]
>>        struct binderfs_device device_info = { 0 };
>>      drivers/android/binderfs.c:650:9: warning: (near initialization for ‘device_info.name’) [-Wmissing-braces]
> What compiler and version is giving this warning?  It's odd we have not
> seen this yet...
My environment:

   PC : Ubuntu 16.04

   Hardware : I.MX6ULL

   Tool Chain : arm-linux-gnueabihf-gcc (Linaro GCC 4.9-2017.01) 4.9.4



Thank you for your patience.

Tang Bin




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ