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, 15 Jan 2015 18:26:39 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	eric.dumazet@...il.com
Cc:	netdev@...r.kernel.org, willemb@...gle.com
Subject: Re: [PATCH net-next] ipv4: per cpu uncached list

From: Eric Dumazet <eric.dumazet@...il.com>
Date: Wed, 14 Jan 2015 15:17:06 -0800

> From: Eric Dumazet <edumazet@...gle.com>
> 
> RAW sockets with hdrinc suffer from contention on rt_uncached_lock
> spinlock.
> 
> One solution is to use percpu lists, since most routes are destroyed
> by the cpu that created them.
> 
> It is unclear why we even have to put these routes in uncached_list,
> as all outgoing packets should be freed when a device is dismantled.
> 
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
> Fixes: caacf05e5ad1 ("ipv4: Properly purge netdev references on uncached routes.")

This looks fine, applied, thanks Eric.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ