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] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 13 Mar 2020 20:50:04 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     grygorii.strashko@...com
Cc:     richardcochran@...il.com, lokeshvutla@...com, tony@...mide.com,
        nsekhar@...com, m-karicheri2@...com, netdev@...r.kernel.org,
        linux-omap@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next 06/11] net: ethernet: ti: cpts: move tx
 timestamp processing to ptp worker only

From: Grygorii Strashko <grygorii.strashko@...com>
Date: Sat, 14 Mar 2020 00:49:09 +0200

> +static void cpts_process_events(struct cpts *cpts)
> +{
> +	struct list_head *this, *next;
> +	struct cpts_event *event;
> +	unsigned long flags;
> +	LIST_HEAD(events);
> +	LIST_HEAD(events_free);

Please use reverse christmas tree ordering here.

Thank you.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ