From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 9 May 2012 03:19:39 -0500 From: Jonathan Nieder To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Eric Dumazet , Marc MERLIN , "David S. Miller" Subject: Re: [ 075/167] [PATCH 15/26] tcp: avoid order-1 allocations on wifi and tx path Message-ID: <20120509081939.GE32230@burratino> References: <20120509055029.588587017@decadent.org.uk> <20120509055040.232524491@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120509055040.232524491@decadent.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: Ben Hutchings wrote: > 3.2-stable review patch. [...] > [ This combines upstream commit > a21d45726acacc963d8baddf74607d9b74e2b723 and the follow-on bug fix > commit 22b4a4f22da4b39c6f7f679fd35f3d35c91bf851 ] If patch 074 ("tcp: fix tcp_trim_head()") were dropped, then the follow-on bug fix 22b4a4f22da4 presumably would not be needed any more. (Commit a21d45726aca applies cleanly on top of 3.2.y, but I haven't tested the result.)