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]
Message-ID: <Pine.LNX.4.44L0.1901231413120.1564-100000@iolanthe.rowland.org>
Date:   Wed, 23 Jan 2019 14:15:24 -0500 (EST)
From:   Alan Stern <stern@...land.harvard.edu>
To:     Yinbo Zhu <yinbo.zhu@....com>
cc:     Xiaobo Xie <xiaobo.xie@....com>, Jerry Huang <jerry.huang@....com>,
        Ran Wang <ran.wang_1@....com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Ramneek Mehresh <ramneek.mehresh@...escale.com>,
        Nikhil Badola <nikhil.badola@...escale.com>,
        Suresh Gupta <suresh.gupta@...escale.com>,
        "linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 4/5] usb: linux/fsl_device: Add platform member
 has_fsl_erratum_a006918

On Wed, 23 Jan 2019, Yinbo Zhu wrote:

> From: Yinbo Zhu <yinbo.zhu@....com>
> 
> This patch is to add member has_fsl_erratum_a006918 in platform data

This should come before patch 3/5.  Otherwise that patch will get a 
compile error when it tries to reference the has_fsl_erratum_a006918 
field and the field hasn't been created yet.

Alan Stern

> 
> Signed-off-by: Yinbo Zhu <yinbo.zhu@....com>
> ---
>  include/linux/fsl_devices.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
> index 5da56a6..4c613da 100644
> --- a/include/linux/fsl_devices.h
> +++ b/include/linux/fsl_devices.h
> @@ -102,6 +102,7 @@ struct fsl_usb2_platform_data {
>  	unsigned	has_fsl_erratum_14:1;
>  	unsigned	has_fsl_erratum_a005275:1;
>  	unsigned	has_fsl_erratum_a005697:1;
> +	unsigned        has_fsl_erratum_a006918:1;
>  	unsigned	check_phy_clk_valid:1;
>  
>  	/* register save area for suspend/resume */
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ