All of lore.kernel.org
 help / color / mirror / Atom feed
* Please backport dev_kfree_skb_any fixes for stable
@ 2014-06-19 23:48 Cong Wang
  2014-06-27 23:18 ` Cong Wang
  0 siblings, 1 reply; 10+ messages in thread
From: Cong Wang @ 2014-06-19 23:48 UTC (permalink / raw)
  To: David Miller; +Cc: Eric W. Biederman, netdev

Hi, David


Please consider to backport the following dev_kfree_skb_any
commits for stable. They fix some annoying warnings for us.

commit c9974ad4aeb36003860100221a594f3c0ccc3f78
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:20:26 2014 -0700

    gianfar: Carefully free skbs in functions called by netpoll.

commit d8ec2c02caa3515f35d6c33eedf529394c419298
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:19:50 2014 -0700

    benet: Call dev_kfree_skby_any instead of kfree_skb.

commit e81f44b66b456a7dcfbdeffeb355458cd6a58973
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:19:14 2014 -0700

    mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.

commit f7e79913a1d6a6139211ead3b03579b317d25a1f
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:18:42 2014 -0700

    ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.

commit 497a27b9e1bcf6dbaea7a466cfcd866927e1b431
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:18:14 2014 -0700

    tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.

commit f458b2ee93ee3606c83f76213fbe49e026bac754
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:17:41 2014 -0700

    bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb.

commit 2bb77ab42a6a40162a367b80394b96bb756ad5f1
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:16:58 2014 -0700

    bonding: Call dev_kfree_skby_any instead of kfree_skb.

commit 989c9ba104d9ce53c1ca918262f3fdfb33aca12a
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:16:14 2014 -0700

    r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.

commit a2ccd2e4bd70122523a7bf21cec4dd6e34427089
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:15:36 2014 -0700

    8139too: Call dev_kfree_skby_any instead of dev_kfree_skb.

commit 508f81d517ed1f3f0197df63ea7ab5cd91b6f3b3
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Tue Mar 11 14:14:58 2014 -0700

    8139cp: Call dev_kfree_skby_any instead of kfree_skb.



Thanks!

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Please backport dev_kfree_skb_any fixes for stable
  2014-06-19 23:48 Please backport dev_kfree_skb_any fixes for stable Cong Wang
@ 2014-06-27 23:18 ` Cong Wang
  2014-06-27 23:38   ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Cong Wang @ 2014-06-27 23:18 UTC (permalink / raw)
  To: David Miller; +Cc: Eric W. Biederman, netdev

On Thu, Jun 19, 2014 at 4:48 PM, Cong Wang <cwang@twopensource.com> wrote:
> Hi, David
>
>
> Please consider to backport the following dev_kfree_skb_any
> commits for stable. They fix some annoying warnings for us.
>

Any response? It looks like they are still not in your stable queue.
Or do you have any objections?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Please backport dev_kfree_skb_any fixes for stable
  2014-06-27 23:18 ` Cong Wang
@ 2014-06-27 23:38   ` David Miller
  2014-06-27 23:50     ` Cong Wang
  0 siblings, 1 reply; 10+ messages in thread
From: David Miller @ 2014-06-27 23:38 UTC (permalink / raw)
  To: cwang; +Cc: ebiederm, netdev

From: Cong Wang <cwang@twopensource.com>
Date: Fri, 27 Jun 2014 16:18:56 -0700

> On Thu, Jun 19, 2014 at 4:48 PM, Cong Wang <cwang@twopensource.com> wrote:
>> Hi, David
>>
>>
>> Please consider to backport the following dev_kfree_skb_any
>> commits for stable. They fix some annoying warnings for us.
>>
> 
> Any response? It looks like they are still not in your stable queue.
> Or do you have any objections?

I'm too busy with other things, I'll get to it by next week.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Please backport dev_kfree_skb_any fixes for stable
  2014-06-27 23:38   ` David Miller
@ 2014-06-27 23:50     ` Cong Wang
  2015-03-17 23:52       ` Vinson Lee
  0 siblings, 1 reply; 10+ messages in thread
From: Cong Wang @ 2014-06-27 23:50 UTC (permalink / raw)
  To: David Miller; +Cc: Eric W. Biederman, netdev

On Fri, Jun 27, 2014 at 4:38 PM, David Miller <davem@davemloft.net> wrote:
> From: Cong Wang <cwang@twopensource.com>
> Date: Fri, 27 Jun 2014 16:18:56 -0700
>
>> On Thu, Jun 19, 2014 at 4:48 PM, Cong Wang <cwang@twopensource.com> wrote:
>>> Hi, David
>>>
>>>
>>> Please consider to backport the following dev_kfree_skb_any
>>> commits for stable. They fix some annoying warnings for us.
>>>
>>
>> Any response? It looks like they are still not in your stable queue.
>> Or do you have any objections?
>
> I'm too busy with other things, I'll get to it by next week.

No hurry. As long as they are not lost, I am fine.

Thanks for your work on stable!

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Please backport dev_kfree_skb_any fixes for stable
  2014-06-27 23:50     ` Cong Wang
@ 2015-03-17 23:52       ` Vinson Lee
  2015-03-24  4:14         ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Vinson Lee @ 2015-03-17 23:52 UTC (permalink / raw)
  To: David Miller; +Cc: Eric W. Biederman, netdev, Cong Wang

On Fri, Jun 27, 2014 at 4:50 PM, Cong Wang <cwang@twopensource.com> wrote:
> On Fri, Jun 27, 2014 at 4:38 PM, David Miller <davem@davemloft.net> wrote:
>> From: Cong Wang <cwang@twopensource.com>
>> Date: Fri, 27 Jun 2014 16:18:56 -0700
>>
>>> On Thu, Jun 19, 2014 at 4:48 PM, Cong Wang <cwang@twopensource.com> wrote:
>>>> Hi, David
>>>>
>>>>
>>>> Please consider to backport the following dev_kfree_skb_any
>>>> commits for stable. They fix some annoying warnings for us.
>>>>
>>>
>>> Any response? It looks like they are still not in your stable queue.
>>> Or do you have any objections?
>>
>> I'm too busy with other things, I'll get to it by next week.
>
> No hurry. As long as they are not lost, I am fine.
>
> Thanks for your work on stable!
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Hi.

This stable request seems to have been forgotten.

Cheers,
Vinson

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Please backport dev_kfree_skb_any fixes for stable
  2015-03-17 23:52       ` Vinson Lee
@ 2015-03-24  4:14         ` David Miller
  2015-03-25 17:48           ` Vinson Lee
  0 siblings, 1 reply; 10+ messages in thread
From: David Miller @ 2015-03-24  4:14 UTC (permalink / raw)
  To: vlee; +Cc: ebiederm, netdev, cwang

From: Vinson Lee <vlee@twopensource.com>
Date: Tue, 17 Mar 2015 16:52:20 -0700

> This stable request seems to have been forgotten.

Sorry I've lost all of the context for this, you'll have to remind me
of all of the details.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Please backport dev_kfree_skb_any fixes for stable
  2015-03-24  4:14         ` David Miller
@ 2015-03-25 17:48           ` Vinson Lee
  2015-03-25 18:03             ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Vinson Lee @ 2015-03-25 17:48 UTC (permalink / raw)
  To: David Miller; +Cc: Eric W. Biederman, Netdev, Cong Wang

On Mon, Mar 23, 2015 at 9:14 PM, David Miller <davem@davemloft.net> wrote:
> From: Vinson Lee <vlee@twopensource.com>
> Date: Tue, 17 Mar 2015 16:52:20 -0700
>
>> This stable request seems to have been forgotten.
>
> Sorry I've lost all of the context for this, you'll have to remind me
> of all of the details.

These patches fixes warnings that can occur when a netconsole message
is transmitted in an IRQ.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Please backport dev_kfree_skb_any fixes for stable
  2015-03-25 17:48           ` Vinson Lee
@ 2015-03-25 18:03             ` David Miller
  2015-03-25 19:39               ` Vinson Lee
  0 siblings, 1 reply; 10+ messages in thread
From: David Miller @ 2015-03-25 18:03 UTC (permalink / raw)
  To: vlee; +Cc: ebiederm, netdev, cwang

From: Vinson Lee <vlee@twopensource.com>
Date: Wed, 25 Mar 2015 10:48:47 -0700

> On Mon, Mar 23, 2015 at 9:14 PM, David Miller <davem@davemloft.net> wrote:
>> From: Vinson Lee <vlee@twopensource.com>
>> Date: Tue, 17 Mar 2015 16:52:20 -0700
>>
>>> This stable request seems to have been forgotten.
>>
>> Sorry I've lost all of the context for this, you'll have to remind me
>> of all of the details.
> 
> These patches fixes warnings that can occur when a netconsole message
> is transmitted in an IRQ.

I mean the full context, as in the list of commits you'd like me to
queue up for -stable, and what -stable releases they are relevant
for.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Please backport dev_kfree_skb_any fixes for stable
  2015-03-25 18:03             ` David Miller
@ 2015-03-25 19:39               ` Vinson Lee
  2015-04-21 18:14                 ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Vinson Lee @ 2015-03-25 19:39 UTC (permalink / raw)
  To: David Miller; +Cc: Eric W. Biederman, Netdev, Cong Wang

On Wed, Mar 25, 2015 at 11:03 AM, David Miller <davem@davemloft.net> wrote:
> From: Vinson Lee <vlee@twopensource.com>
> Date: Wed, 25 Mar 2015 10:48:47 -0700
>
>> On Mon, Mar 23, 2015 at 9:14 PM, David Miller <davem@davemloft.net> wrote:
>>> From: Vinson Lee <vlee@twopensource.com>
>>> Date: Tue, 17 Mar 2015 16:52:20 -0700
>>>
>>>> This stable request seems to have been forgotten.
>>>
>>> Sorry I've lost all of the context for this, you'll have to remind me
>>> of all of the details.
>>
>> These patches fixes warnings that can occur when a netconsole message
>> is transmitted in an IRQ.
>
> I mean the full context, as in the list of commits you'd like me to
> queue up for -stable, and what -stable releases they are relevant
> for.

Please backport the list of commits from the original stable request
at http://permalink.gmane.org/gmane.linux.network/320390.

The patches are from 3.15. Please queue them up for kernels <= 3.14.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Please backport dev_kfree_skb_any fixes for stable
  2015-03-25 19:39               ` Vinson Lee
@ 2015-04-21 18:14                 ` David Miller
  0 siblings, 0 replies; 10+ messages in thread
From: David Miller @ 2015-04-21 18:14 UTC (permalink / raw)
  To: vlee; +Cc: ebiederm, netdev, cwang

From: Vinson Lee <vlee@twopensource.com>
Date: Wed, 25 Mar 2015 12:39:01 -0700

> Please backport the list of commits from the original stable request
> at http://permalink.gmane.org/gmane.linux.network/320390.
> 
> The patches are from 3.15. Please queue them up for kernels <= 3.14.

Ok, doing that right now, thanks.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-04-21 18:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19 23:48 Please backport dev_kfree_skb_any fixes for stable Cong Wang
2014-06-27 23:18 ` Cong Wang
2014-06-27 23:38   ` David Miller
2014-06-27 23:50     ` Cong Wang
2015-03-17 23:52       ` Vinson Lee
2015-03-24  4:14         ` David Miller
2015-03-25 17:48           ` Vinson Lee
2015-03-25 18:03             ` David Miller
2015-03-25 19:39               ` Vinson Lee
2015-04-21 18:14                 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.