All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: ieee802154 2018-05-08
@ 2018-05-08  8:29 Stefan Schmidt
  2018-05-08 14:18 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schmidt @ 2018-05-08  8:29 UTC (permalink / raw)
  To: davem; +Cc: linux-wpan, alex.aring, netdev

Hello Dave.

An update from ieee802154 for your *net* tree.

Two fixes for the mcr20a driver, which was being added in the 4.17 merge window,
by Gustavo and myself.
The atusb driver got a change to GFP_KERNEL where no GFP_ATOMIC is needed by
Jia-Ju.

The last and most important fix is from Alex to get IPv6 reassembly working
again for the ieee802154 6lowpan adaptation. This got broken in 4.16 so please
queue this one also up for the 4.16 stable tree.

regards
Stefan Schmidt

The following changes since commit aa8f8778493c85fff480cdf8b349b1e1dcb5f243:

  ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy (2018-04-23 12:01:21 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2018-05-08

for you to fetch changes up to f18fa5de5ba7f1d6650951502bb96a6e4715a948:

  net: ieee802154: 6lowpan: fix frag reassembly (2018-04-23 20:56:24 +0200)

----------------------------------------------------------------
Alexander Aring (1):
      net: ieee802154: 6lowpan: fix frag reassembly

Gustavo A. R. Silva (1):
      ieee802154: mcr20a: Fix memory leak in mcr20a_probe

Jia-Ju Bai (1):
      net: ieee802154: atusb: Replace GFP_ATOMIC with GFP_KERNEL in atusb_probe

Stefan Schmidt (1):
      net: ieee802154: mcr20a: do not leak resources on error path

 drivers/net/ieee802154/atusb.c      |  2 +-
 drivers/net/ieee802154/mcr20a.c     | 15 ++++++++++-----
 net/ieee802154/6lowpan/6lowpan_i.h  |  4 ++--
 net/ieee802154/6lowpan/reassembly.c | 14 +++++++-------
 4 files changed, 20 insertions(+), 15 deletions(-)

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

* Re: pull-request: ieee802154 2018-05-08
  2018-05-08  8:29 pull-request: ieee802154 2018-05-08 Stefan Schmidt
@ 2018-05-08 14:18 ` David Miller
  2018-05-08 19:55   ` Stefan Schmidt
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2018-05-08 14:18 UTC (permalink / raw)
  To: s.schmidt; +Cc: linux-wpan, alex.aring, netdev

From: Stefan Schmidt <s.schmidt@samsung.com>
Date: Tue,  8 May 2018 10:29:27 +0200

> An update from ieee802154 for your *net* tree.
> 
> Two fixes for the mcr20a driver, which was being added in the 4.17 merge window,
> by Gustavo and myself.
> The atusb driver got a change to GFP_KERNEL where no GFP_ATOMIC is needed by
> Jia-Ju.
> 
> The last and most important fix is from Alex to get IPv6 reassembly working
> again for the ieee802154 6lowpan adaptation. This got broken in 4.16 so please
> queue this one also up for the 4.16 stable tree.

Pulled, thanks.

Please submit the -stable fix directly, you can feel free to CC: me.

Thank yuo.

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

* Re: pull-request: ieee802154 2018-05-08
  2018-05-08 14:18 ` David Miller
@ 2018-05-08 19:55   ` Stefan Schmidt
  2018-05-09  0:06     ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schmidt @ 2018-05-08 19:55 UTC (permalink / raw)
  To: David Miller, s.schmidt; +Cc: linux-wpan, alex.aring, netdev

Hello.


On 05/08/2018 04:18 PM, David Miller wrote:
> From: Stefan Schmidt <s.schmidt@samsung.com>
> Date: Tue,  8 May 2018 10:29:27 +0200
>
>> An update from ieee802154 for your *net* tree.
>>
>> Two fixes for the mcr20a driver, which was being added in the 4.17 merge window,
>> by Gustavo and myself.
>> The atusb driver got a change to GFP_KERNEL where no GFP_ATOMIC is needed by
>> Jia-Ju.
>>
>> The last and most important fix is from Alex to get IPv6 reassembly working
>> again for the ieee802154 6lowpan adaptation. This got broken in 4.16 so please
>> queue this one also up for the 4.16 stable tree.
> Pulled, thanks.

Thanks.
>
> Please submit the -stable fix directly, you can feel free to CC: me.

Will do when the patch hits Linus git tree.

I have a quick question on the process here. From the netdev-faq document
I was under the impression all stable patches under net/ and drivers/net
should be brought up to you and would be handled by you.

Does this apply to the core part of net (I fully understand that ieee802154
is rather a niche) or is there some other reason for this exception?

Both processes (the normal stable one as well as the slightly different one
for net/) would be fine to go with for me. Just need to know which one I
should use for future stable patches. :-)

regards
Stefan Schmidt

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

* Re: pull-request: ieee802154 2018-05-08
  2018-05-08 19:55   ` Stefan Schmidt
@ 2018-05-09  0:06     ` David Miller
  2018-05-09  7:31       ` Stefan Schmidt
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2018-05-09  0:06 UTC (permalink / raw)
  To: stefan; +Cc: s.schmidt, linux-wpan, alex.aring, netdev

From: Stefan Schmidt <stefan@osg.samsung.com>
Date: Tue, 8 May 2018 21:55:37 +0200

> On 05/08/2018 04:18 PM, David Miller wrote:
>> Please submit the -stable fix directly, you can feel free to CC: me.
> 
> Will do when the patch hits Linus git tree.
> 
> I have a quick question on the process here. From the netdev-faq document
> I was under the impression all stable patches under net/ and drivers/net
> should be brought up to you and would be handled by you.
> 
> Does this apply to the core part of net (I fully understand that ieee802154
> is rather a niche) or is there some other reason for this exception?
> 
> Both processes (the normal stable one as well as the slightly different one
> for net/) would be fine to go with for me. Just need to know which one I
> should use for future stable patches. :-)
> 
> regards
> Stefan Schmidt

Generally wireless and ipsec have been submitting them directly,
sometimes the Intel ethernet guys do too.

Sometimes this makes things easier for me, and I'll ask you to submit
things directly when that is the case like right now.

Thank you.

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

* Re: pull-request: ieee802154 2018-05-08
  2018-05-09  0:06     ` David Miller
@ 2018-05-09  7:31       ` Stefan Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Schmidt @ 2018-05-09  7:31 UTC (permalink / raw)
  To: David Miller; +Cc: s.schmidt, linux-wpan, alex.aring, netdev

Hello.


On 05/09/2018 02:06 AM, David Miller wrote:
> From: Stefan Schmidt <stefan@osg.samsung.com>
> Date: Tue, 8 May 2018 21:55:37 +0200
>
>> On 05/08/2018 04:18 PM, David Miller wrote:
>>> Please submit the -stable fix directly, you can feel free to CC: me.
>> Will do when the patch hits Linus git tree.
>>
>> I have a quick question on the process here. From the netdev-faq document
>> I was under the impression all stable patches under net/ and drivers/net
>> should be brought up to you and would be handled by you.
>>
>> Does this apply to the core part of net (I fully understand that ieee802154
>> is rather a niche) or is there some other reason for this exception?
>>
>> Both processes (the normal stable one as well as the slightly different one
>> for net/) would be fine to go with for me. Just need to know which one I
>> should use for future stable patches. :-)
>>
>> regards
>> Stefan Schmidt
> Generally wireless and ipsec have been submitting them directly,
> sometimes the Intel ethernet guys do too.
>
> Sometimes this makes things easier for me, and I'll ask you to submit
> things directly when that is the case like right now.

Thanks for taking the time to explain it. I will go ahead and handle
the stable patches for ieee802154 directly from now on. If you want
to have this changed again just let me know.

regards
Stefan Schmidt

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

end of thread, other threads:[~2018-05-09  7:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-08  8:29 pull-request: ieee802154 2018-05-08 Stefan Schmidt
2018-05-08 14:18 ` David Miller
2018-05-08 19:55   ` Stefan Schmidt
2018-05-09  0:06     ` David Miller
2018-05-09  7:31       ` Stefan Schmidt

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.