From patchwork Tue Dec 11 08:53:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schmidt X-Patchwork-Id: 10723209 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 E90C7159A for ; Tue, 11 Dec 2018 08:53:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D751F2A59F for ; Tue, 11 Dec 2018 08:53:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CA6B92A5AE; Tue, 11 Dec 2018 08:53:09 +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 606F62A59F for ; Tue, 11 Dec 2018 08:53:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726094AbeLKIxJ (ORCPT ); Tue, 11 Dec 2018 03:53:09 -0500 Received: from proxima.lasnet.de ([78.47.171.185]:55553 "EHLO proxima.lasnet.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726085AbeLKIxI (ORCPT ); Tue, 11 Dec 2018 03:53:08 -0500 Received: from localhost.de (unknown [88.128.80.186]) (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 C5AFBC8C29; Tue, 11 Dec 2018 09:53:06 +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 2018-12-11 Date: Tue, 11 Dec 2018 09:53:02 +0100 Message-Id: <20181211085302.27306-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. Just two more fixes for ieee802154 dribver before the final 4.20 release. Alexander Aring fixes a problem in the nested parsing code of the hwsim driver interface. A fix for a potential overflow in the ca8210 driver by Yue Habing. If there are any problems with taking these two before the final 4.20 let me know. regards Stefan Schmidt The following changes since commit 35b827b6d06199841a83839e8bb69c0cd13a28be: tun: forbid iface creation with rtnl ops (2018-11-30 17:31:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2018-12-11 for you to fetch changes up to 8e41cae64b08fe2e86a9ffb88b295c6b4b3a3322: ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_done (2018-12-11 09:33:11 +0100) ---------------------------------------------------------------- Alexander Aring (1): ieee802154: hwsim: fix off-by-one in parse nested YueHaibing (1): ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_done drivers/net/ieee802154/ca8210.c | 4 ++-- drivers/net/ieee802154/mac802154_hwsim.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)