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, 31 Oct 2019 12:14:27 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     madalin.bucur@....com
Cc:     netdev@...r.kernel.org, roy.pledge@....com,
        jakub.kicinski@...ronome.com, joe@...ches.com
Subject: Re: [net-next v2 01/13] dpaa_eth: use only one buffer pool per
 interface

From: Madalin Bucur <madalin.bucur@....com>
Date: Thu, 31 Oct 2019 16:37:47 +0200

> @@ -2761,13 +2738,13 @@ static inline u16 dpaa_get_headroom(struct dpaa_buffer_layout *bl)
>  
>  static int dpaa_eth_probe(struct platform_device *pdev)
>  {
> -	struct dpaa_bp *dpaa_bps[DPAA_BPS_NUM] = {NULL};
> +	struct dpaa_bp *dpaa_bp = NULL;
>  	struct net_device *net_dev = NULL;
>  	struct dpaa_fq *dpaa_fq, *tmp;

Just a note that I fixed the reverse christmas tree ordering violation
created by this hunk while applying this series to net-next.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ