From patchwork Wed Mar 29 06:45:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schmidt X-Patchwork-Id: 13191945 X-Patchwork-Delegate: kuba@kernel.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 988CDC761AF for ; Wed, 29 Mar 2023 06:45:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229535AbjC2Gpt (ORCPT ); Wed, 29 Mar 2023 02:45:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbjC2Gps (ORCPT ); Wed, 29 Mar 2023 02:45:48 -0400 Received: from proxima.lasnet.de (proxima.lasnet.de [78.47.171.185]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B2F4171E; Tue, 28 Mar 2023 23:45:47 -0700 (PDT) Received: from localhost.localdomain.datenfreihafen.local (p200300e9d70f381f5e2f3beed4cbb76b.dip0.t-ipconnect.de [IPv6:2003:e9:d70f:381f:5e2f:3bee:d4cb:b76b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: stefan@sostec.de) by proxima.lasnet.de (Postfix) with ESMTPSA id 30B40C055C; Wed, 29 Mar 2023 08:45:45 +0200 (CEST) From: Stefan Schmidt 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 v2: ieee802154 for net 2023-03-29 Date: Wed, 29 Mar 2023 08:45:41 +0200 Message-Id: <20230329064541.2147400-1-stefan@datenfreihafen.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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. Changes in v2: - Ensured the tag exists on the git remote. 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-29 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(-)