From patchwork Fri Feb 25 05:39:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Johnston X-Patchwork-Id: 12759677 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 8B9E6C433EF for ; Fri, 25 Feb 2022 05:39:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237574AbiBYFk1 (ORCPT ); Fri, 25 Feb 2022 00:40:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236037AbiBYFk0 (ORCPT ); Fri, 25 Feb 2022 00:40:26 -0500 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 416B41DB892 for ; Thu, 24 Feb 2022 21:39:53 -0800 (PST) Received: by codeconstruct.com.au (Postfix, from userid 10001) id F0CC72029D; Fri, 25 Feb 2022 13:39:47 +0800 (AWST) From: Matt Johnston To: netdev@vger.kernel.org Cc: "David S. Miller" , Jakub Kicinski , Jeremy Kerr Subject: [PATCH net-next 0/3] Small fixes for MCTP Date: Fri, 25 Feb 2022 13:39:35 +0800 Message-Id: <20220225053938.643605-1-matt@codeconstruct.com.au> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Hi, This series has 3 fixes for MCTP. Cheers, Matt Matt Johnston (3): mctp: Avoid warning if unregister notifies twice mctp i2c: Fix potential use-after-free mctp i2c: Fix hard head TX bounds length check drivers/net/mctp/mctp-i2c.c | 7 ++++--- net/mctp/device.c | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-)