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, 20 Jul 2018 23:34:46 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     stranche@...eaurora.org
Cc:     eric.dumazet@...il.com, netdev@...r.kernel.org,
        subashab@...eaurora.org
Subject: Re: [PATCH net-next] net: gro: Initialize backlog NAPI's gro_list

From: Sean Tranchetti <stranche@...eaurora.org>
Date: Fri, 20 Jul 2018 17:53:23 -0600

> @@ -9556,6 +9556,7 @@ static int __init net_dev_init(void)
>  
>  		sd->backlog.poll = process_backlog;
>  		sd->backlog.weight = weight_p;
> +		INIT_LIST_HEAD(&sd->backlog.gro_list);
>  	}
>  
>  	dev_boot_phase = 0;

This is no longer a list, but a hash table.

I'll code up the equivalent fix, thank you.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ