* [PATCH][v3.2.y] inetpeer: Invalidate the inetpeer tree along with the routing cache
@ 2013-08-20 17:34 Joseph Salisbury
2013-08-31 22:04 ` Ben Hutchings
2013-09-10 18:49 ` David Miller
0 siblings, 2 replies; 4+ messages in thread
From: Joseph Salisbury @ 2013-08-20 17:34 UTC (permalink / raw)
To: Ben Hutchings; +Cc: davem@davemloft.net, netdev@vger.kernel.org, stable, LKML
Hello,
Please consider including mainline commit 5faa5df in the next v3.2.y
release. It was included in the mainline tree as of v3.3-rc7. It has
been tested and confirmed to resolve
http://bugs.launchpad.net/bugs/1205741 .
commit 5faa5df1fa2024bd750089ff21dcc4191798263d
Author: Steffen Klassert <steffen.klassert@secunet.com>
Date: Tue Mar 6 21:20:26 2012 +0000
inetpeer: Invalidate the inetpeer tree along with the routing cache
Also note that commit 5faa5df introduced a race condition that is fixed
by mainline commit 55432d2, so that commit would also be required:
commit 55432d2b543a4b6dfae54f5c432a566877a85d90
Author: Eric Dumazet <edumazet@google.com>
Date: Tue Jun 5 03:00:18 2012 +0000
inetpeer: fix a race in inetpeer_gc_worker()
Sincerely,
Joseph Salisbury
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][v3.2.y] inetpeer: Invalidate the inetpeer tree along with the routing cache
2013-08-20 17:34 [PATCH][v3.2.y] inetpeer: Invalidate the inetpeer tree along with the routing cache Joseph Salisbury
@ 2013-08-31 22:04 ` Ben Hutchings
2013-09-10 18:53 ` David Miller
2013-09-10 18:49 ` David Miller
1 sibling, 1 reply; 4+ messages in thread
From: Ben Hutchings @ 2013-08-31 22:04 UTC (permalink / raw)
To: David S. Miller
Cc: netdev@vger.kernel.org, stable, LKML, Joseph Salisbury,
Steffen Klassert, Eric Dumazet
[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]
On Tue, 2013-08-20 at 13:34 -0400, Joseph Salisbury wrote:
> Hello,
>
> Please consider including mainline commit 5faa5df in the next v3.2.y
> release. It was included in the mainline tree as of v3.3-rc7. It has
> been tested and confirmed to resolve
> http://bugs.launchpad.net/bugs/1205741 .
>
>
> commit 5faa5df1fa2024bd750089ff21dcc4191798263d
> Author: Steffen Klassert <steffen.klassert@secunet.com>
> Date: Tue Mar 6 21:20:26 2012 +0000
>
> inetpeer: Invalidate the inetpeer tree along with the routing cache
>
>
> Also note that commit 5faa5df introduced a race condition that is fixed
> by mainline commit 55432d2, so that commit would also be required:
>
> commit 55432d2b543a4b6dfae54f5c432a566877a85d90
> Author: Eric Dumazet <edumazet@google.com>
> Date: Tue Jun 5 03:00:18 2012 +0000
>
> inetpeer: fix a race in inetpeer_gc_worker()
David, could you ack/nak these for 3.2 (maybe 3.0 as well?).
Ben.
--
Ben Hutchings
If God had intended Man to program,
we'd have been born with serial I/O ports.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][v3.2.y] inetpeer: Invalidate the inetpeer tree along with the routing cache
2013-08-31 22:04 ` Ben Hutchings
@ 2013-09-10 18:53 ` David Miller
0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2013-09-10 18:53 UTC (permalink / raw)
To: ben
Cc: netdev, stable, linux-kernel, joseph.salisbury, steffen.klassert,
edumazet
From: Ben Hutchings <ben@decadent.org.uk>
Date: Sat, 31 Aug 2013 23:04:18 +0100
> On Tue, 2013-08-20 at 13:34 -0400, Joseph Salisbury wrote:
>> Hello,
>>
>> Please consider including mainline commit 5faa5df in the next v3.2.y
>> release. It was included in the mainline tree as of v3.3-rc7. It has
>> been tested and confirmed to resolve
>> http://bugs.launchpad.net/bugs/1205741 .
>>
>>
>> commit 5faa5df1fa2024bd750089ff21dcc4191798263d
>> Author: Steffen Klassert <steffen.klassert@secunet.com>
>> Date: Tue Mar 6 21:20:26 2012 +0000
>>
>> inetpeer: Invalidate the inetpeer tree along with the routing cache
>>
>>
>> Also note that commit 5faa5df introduced a race condition that is fixed
>> by mainline commit 55432d2, so that commit would also be required:
>>
>> commit 55432d2b543a4b6dfae54f5c432a566877a85d90
>> Author: Eric Dumazet <edumazet@google.com>
>> Date: Tue Jun 5 03:00:18 2012 +0000
>>
>> inetpeer: fix a race in inetpeer_gc_worker()
>
> David, could you ack/nak these for 3.2 (maybe 3.0 as well?).
I'm queueing these two patches up for 3.2 only, the
inetpeer/metrics-cache situation in 3.0 has so many deeper problems
than can be reasonably dealt with using backports. Just look at the
layout differences of struct inetpeer between 3.0 and 3.2, and the
reasons for that, for the tip of the iceberg.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][v3.2.y] inetpeer: Invalidate the inetpeer tree along with the routing cache
2013-08-20 17:34 [PATCH][v3.2.y] inetpeer: Invalidate the inetpeer tree along with the routing cache Joseph Salisbury
2013-08-31 22:04 ` Ben Hutchings
@ 2013-09-10 18:49 ` David Miller
1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2013-09-10 18:49 UTC (permalink / raw)
To: joseph.salisbury; +Cc: ben, netdev, stable, linux-kernel
From: Joseph Salisbury <joseph.salisbury@canonical.com>
Date: Tue, 20 Aug 2013 13:34:51 -0400
> Please consider including mainline commit 5faa5df in the next v3.2.y
> release. It was included in the mainline tree as of v3.3-rc7. It has
> been tested and confirmed to resolve
> http://bugs.launchpad.net/bugs/1205741 .
>
> commit 5faa5df1fa2024bd750089ff21dcc4191798263d
> Author: Steffen Klassert <steffen.klassert@secunet.com>
> Date: Tue Mar 6 21:20:26 2012 +0000
>
> inetpeer: Invalidate the inetpeer tree along with the routing cache
>
>
> Also note that commit 5faa5df introduced a race condition that is fixed
> by mainline commit 55432d2, so that commit would also be required:
>
> commit 55432d2b543a4b6dfae54f5c432a566877a85d90
> Author: Eric Dumazet <edumazet@google.com>
> Date: Tue Jun 5 03:00:18 2012 +0000
>
> inetpeer: fix a race in inetpeer_gc_worker()
Queued up, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-10 18:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 17:34 [PATCH][v3.2.y] inetpeer: Invalidate the inetpeer tree along with the routing cache Joseph Salisbury
2013-08-31 22:04 ` Ben Hutchings
2013-09-10 18:53 ` David Miller
2013-09-10 18:49 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).