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:	Sat, 02 Nov 2013 01:21:56 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	sergei.shtylyov@...entembedded.com
Cc:	steffen.klassert@...unet.com, herbert@...dor.apana.org.au,
	netdev@...r.kernel.org
Subject: Re: [PATCH 1/4] xfrm: use vmalloc_node() for percpu scratches

From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
Date: Fri, 01 Nov 2013 17:02:51 +0400

>> @@ -220,8 +220,8 @@ static void ipcomp_free_scratches(void)
>>
>>   static void * __percpu *ipcomp_alloc_scratches(void)
>>   {
>> -	int i;
>>   	void * __percpu *scratches;
>> +	int i;
> 
>    This collateral change is not described in the changelog.

Yes, but I'm not going to block this series just for this.
--
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