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:   Fri, 15 Jul 2022 19:22:59 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     <ecree@...inx.com>
Cc:     <davem@...emloft.net>, <pabeni@...hat.com>,
        <linux-net-drivers@....com>, <netdev@...r.kernel.org>,
        Edward Cree <ecree.xilinx@...il.com>
Subject: Re: [PATCH net-next 04/10] sfc: add skeleton ef100 VF representors

On Fri, 15 Jul 2022 13:33:26 +0100 ecree@...inx.com wrote:
> diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h
> index 2228c88a7f31..80ee2c936f59 100644
> --- a/drivers/net/ethernet/sfc/net_driver.h
> +++ b/drivers/net/ethernet/sfc/net_driver.h
> @@ -1145,6 +1145,8 @@ struct efx_nic {
>  	unsigned vf_init_count;
>  	unsigned vi_scale;
>  #endif
> +	spinlock_t vf_reps_lock; /* Protects vf_reps list */
> +	struct list_head vf_reps; /* local VF reps */

missing kdoc.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ