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>] [day] [month] [year] [list]
Date:   Fri, 9 Sep 2016 21:03:27 +0000
From:   Stuart Yoder <stuart.yoder@....com>
To:     Thomas Weißschuh <linux@...ssschuh.net>,
        "J. German Rivera" <German.Rivera@...escale.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>
Subject: RE: [PATCH] staging/fsl-mc: use consistent integer types



> -----Original Message-----
> From: Thomas Weißschuh [mailto:linux@...ssschuh.net]
> Sent: Wednesday, September 07, 2016 1:21 PM
> To: J. German Rivera <German.Rivera@...escale.com>; Stuart Yoder <stuart.yoder@....com>; Greg Kroah-
> Hartman <gregkh@...uxfoundation.org>; linux-kernel@...r.kernel.org; devel@...verdev.osuosl.org
> Cc: Thomas Weißschuh <linux@...ssschuh.net>
> Subject: [PATCH] staging/fsl-mc: use consistent integer types
> 
> Signed-off-by: Thomas Weißschuh <linux@...ssschuh.net>
> ---
>  drivers/staging/fsl-mc/include/mc-private.h | 4 ++--
>  drivers/staging/fsl-mc/include/mc.h         | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/staging/fsl-mc/include/mc-private.h b/drivers/staging/fsl-mc/include/mc-private.h
> index cab1ae9..f95ee74 100644
> --- a/drivers/staging/fsl-mc/include/mc-private.h
> +++ b/drivers/staging/fsl-mc/include/mc-private.h
> @@ -79,8 +79,8 @@ struct fsl_mc_addr_translation_range {
>   */
>  struct fsl_mc_resource_pool {
>  	enum fsl_mc_pool_type type;
> -	int16_t max_count;
> -	int16_t free_count;
> +	i16 max_count;
> +	i16 free_count;

What is i16? ...not a valid type as far as I can see.  Did you compile this?

The codebase you are based on has changed.  There is no longer a file
called mc-private.h.  Latest should be in Greg's staging-next branch.

Stuart


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ