All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Schmidt <stefan@datenfreihafen.org>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com
Cc: linux-wpan@vger.kernel.org, alex.aring@gmail.com,
	miquel.raynal@bootlin.com, netdev@vger.kernel.org
Subject: pull-request: ieee802154 for net 2023-03-24
Date: Fri, 24 Mar 2023 18:39:31 +0100	[thread overview]
Message-ID: <20230324173931.1812694-1-stefan@datenfreihafen.org> (raw)

Hello Dave, Jakub, Paolo.

An update from ieee802154 for your *net* tree:

Two small fixes this time.

Dongliang Mu removed an unnecessary null pointer check.

Harshit Mogalapalli fixed an int comparison unsigned against signed from a
recent other fix in the ca8210 driver.

regards
Stefan Schmidt

The following changes since commit cd356010ce4c69ac7e1a40586112df24d22c6a4b:

  net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol() (2023-03-15 21:33:22 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2023-03-24

for you to fetch changes up to 984cfd55e0c99e80b2e5b1dc6b2bf98608af7ff9:

  net: ieee802154: remove an unnecessary null pointer check (2023-03-17 09:13:53 +0100)

----------------------------------------------------------------
Dongliang Mu (1):
      net: ieee802154: remove an unnecessary null pointer check

Harshit Mogalapalli (1):
      ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()

 drivers/net/ieee802154/ca8210.c | 3 +--
 net/ieee802154/nl802154.c       | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

             reply	other threads:[~2023-03-24 17:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24 17:39 Stefan Schmidt [this message]
2023-03-28  2:38 ` pull-request: ieee802154 for net 2023-03-24 Jakub Kicinski
2023-03-28  7:10   ` Stefan Schmidt
2023-03-28 22:14     ` Jakub Kicinski
2023-03-29  6:48       ` Stefan Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230324173931.1812694-1-stefan@datenfreihafen.org \
    --to=stefan@datenfreihafen.org \
    --cc=alex.aring@gmail.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.