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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 01 Feb 2016 18:17:15 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	john.fastabend@...il.com
Cc:	anjali.singhai@...el.com, jesse.brandeburg@...el.com,
	jhs@...atatu.com, ast@...com, donald.c.skidmore@...el.com,
	horms@...ge.net.au, netdev@...r.kernel.org, tgraf@...g.ch
Subject: Re: [RFC PATCH 7/7] net: ixgbe: add support for tc_u32 offload

From: John Fastabend <john.fastabend@...il.com>
Date: Sun, 31 Jan 2016 17:53:10 -0800

> +			ixgbe_jump_tables[uhtid] = nexthdr->jump;

I can't figure out what protects concurrent accesses to this shared
ixgbe_jump_table[].  Is RTNL held here?  If so it's likely that
GFP_ATOMIC can be changed to GFP_KERNEL in this function.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ