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:   Mon, 24 Jun 2019 13:12:55 +0530
From:   Raju Rangoju <rajur@...lsio.com>
To:     David Miller <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, nirranjan@...lsio.com, dt@...lsio.com
Subject: Re: [PATCH net-next 1/4] cxgb4: Re-work the logic for mps refcounting

On Sunday, June 06/23/19, 2019 at 11:34:23 -0700, David Miller wrote:
> From: Raju Rangoju <rajur@...lsio.com>
> Date: Fri, 21 Jun 2019 20:06:33 +0530
> 
> > +struct mps_entries_ref {
> > +	struct list_head list;
> > +	u8 addr[ETH_ALEN];
> > +	u8 mask[ETH_ALEN];
> > +	u16 idx;
> > +	atomic_t refcnt;
> > +};
> 
> Since you're making this change, please use refcnt_t.

Sure. Will send out v2 with suggested changes.

Thanks,
Raju

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ