mbox series

[wpan,v3,0/6] ieee802154: A bunch of fixes

Message ID 20220125121426.848337-1-miquel.raynal@bootlin.com (mailing list archive)
Headers show
Series ieee802154: A bunch of fixes | expand

Message

Miquel Raynal Jan. 25, 2022, 12:14 p.m. UTC
In preparation to a wider series, here are a number of small and random
fixes across the subsystem.

Changes in v2:
* Fixed the wrong RCU usage when updating the default channel at probe
  time in hwsim.
* Actually fixed the skb leak fix in the at86rf230 driver as suggested
  by Alexander.
* Also reordered the calls to free the skb then wake the queue
  everywhere else.
* Added a missing Fixes tag (for the meaningful error codes patch).

Miquel Raynal (6):
  net: ieee802154: hwsim: Ensure proper channel selection at probe time
  net: ieee802154: mcr20a: Fix lifs/sifs periods
  net: ieee802154: at86rf230: Stop leaking skb's
  net: ieee802154: ca8210: Stop leaking skb's
  net: ieee802154: Return meaningful error codes from the netlink
    helpers
  MAINTAINERS: Remove Harry Morris bouncing address

 MAINTAINERS                              |  3 +--
 drivers/net/ieee802154/at86rf230.c       | 13 +++++++++++--
 drivers/net/ieee802154/ca8210.c          |  1 +
 drivers/net/ieee802154/mac802154_hwsim.c |  1 +
 drivers/net/ieee802154/mcr20a.c          |  4 ++--
 net/ieee802154/nl802154.c                |  8 ++++----
 6 files changed, 20 insertions(+), 10 deletions(-)

Comments

Stefan Schmidt Jan. 27, 2022, 7:33 a.m. UTC | #1
Hello.

On 25.01.22 13:14, Miquel Raynal wrote:
> In preparation to a wider series, here are a number of small and random
> fixes across the subsystem.
> 
> Changes in v2:
> * Fixed the wrong RCU usage when updating the default channel at probe
>    time in hwsim.
> * Actually fixed the skb leak fix in the at86rf230 driver as suggested
>    by Alexander.
> * Also reordered the calls to free the skb then wake the queue
>    everywhere else.
> * Added a missing Fixes tag (for the meaningful error codes patch).
> 
> Miquel Raynal (6):
>    net: ieee802154: hwsim: Ensure proper channel selection at probe time
>    net: ieee802154: mcr20a: Fix lifs/sifs periods
>    net: ieee802154: at86rf230: Stop leaking skb's
>    net: ieee802154: ca8210: Stop leaking skb's
>    net: ieee802154: Return meaningful error codes from the netlink
>      helpers
>    MAINTAINERS: Remove Harry Morris bouncing address
> 
>   MAINTAINERS                              |  3 +--
>   drivers/net/ieee802154/at86rf230.c       | 13 +++++++++++--
>   drivers/net/ieee802154/ca8210.c          |  1 +
>   drivers/net/ieee802154/mac802154_hwsim.c |  1 +
>   drivers/net/ieee802154/mcr20a.c          |  4 ++--
>   net/ieee802154/nl802154.c                |  8 ++++----
>   6 files changed, 20 insertions(+), 10 deletions(-)
> 


This series has been applied to the wpan tree and will be
part of the next pull request to net. Thanks!

regards
Stefan Schmidt