From patchwork Tue Mar 19 16:24:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schmidt X-Patchwork-Id: 10859993 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 96EF813B5 for ; Tue, 19 Mar 2019 16:24:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7CF5328C24 for ; Tue, 19 Mar 2019 16:24:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 70FE229819; Tue, 19 Mar 2019 16:24:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5E27C28C24 for ; Tue, 19 Mar 2019 16:24:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727971AbfCSQYm (ORCPT ); Tue, 19 Mar 2019 12:24:42 -0400 Received: from proxima.lasnet.de ([78.47.171.185]:49274 "EHLO proxima.lasnet.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727102AbfCSQYl (ORCPT ); Tue, 19 Mar 2019 12:24:41 -0400 Received: from localhost.localdomain (unknown [88.208.89.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: stefan@sostec.de) by proxima.lasnet.de (Postfix) with ESMTPSA id E567AC87CF; Tue, 19 Mar 2019 17:24:39 +0100 (CET) From: Stefan Schmidt To: davem@davemloft.net Cc: linux-wpan@vger.kernel.org, alex.aring@gmail.com, netdev@vger.kernel.org Subject: pull-request: ieee802154 for net 2019-03-19 Date: Tue, 19 Mar 2019 17:24:35 +0100 Message-Id: <20190319162435.16854-1-stefan@datenfreihafen.org> X-Mailer: git-send-email 2.17.2 Sender: linux-wpan-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello Dave. An update from ieee802154 for your *net* tree. Kangjie Lu fixed a potential NULL pointer deref in the adf7242 driver and Li RongQing make sure we propagate a netlink return code to the caller. If there are any problems let me know. regards Stefan Schmidt The following changes since commit ffa91253739ca89fc997195d8bbd1f7ba3e29fbe: Documentation: networking: Update netdev-FAQ regarding patches (2019-03-18 20:09:58 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2019-03-19 for you to fetch changes up to 86008304dc2ad41a274cdacb585c641ec6bbb558: Merge remote-tracking branch 'net/master' (2019-03-19 16:25:37 +0100) ---------------------------------------------------------------- Kangjie Lu (1): net: ieee802154: fix a potential NULL pointer dereference Li RongQing (1): ieee802154: hwsim: propagate genlmsg_reply return code Stefan Schmidt (1): Merge remote-tracking branch 'net/master' drivers/net/ieee802154/adf7242.c | 4 ++++ drivers/net/ieee802154/mac802154_hwsim.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)