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]
Date:   Thu, 14 Oct 2021 19:47:47 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     Ioana Ciornei <ioana.ciornei@....com>
Cc:     davem@...emloft.net, youri.querry_1@....com, leoyang.li@....com,
        netdev@...r.kernel.org
Subject: Re: [PATCH net-next 1/5] soc: fsl: dpio: extract the QBMAN clock
 frequency from the attributes

On Thu, 14 Oct 2021 20:02:11 +0300 Ioana Ciornei wrote:
> diff --git a/include/soc/fsl/dpaa2-io.h b/include/soc/fsl/dpaa2-io.h
> index c9d849924f89..45de23daefb7 100644
> --- a/include/soc/fsl/dpaa2-io.h
> +++ b/include/soc/fsl/dpaa2-io.h
> @@ -55,6 +55,7 @@ struct dpaa2_io_desc {
>  	void __iomem *regs_cinh;
>  	int dpio_id;
>  	u32 qman_version;
> +	u32 qman_clk;
>  };

include/soc/fsl/dpaa2-io.h:60: warning: Function parameter or member 'qman_clk' not described in 'dpaa2_io_desc'

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ