From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05AEDC4332F for ; Fri, 17 Sep 2021 10:30:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E4FF16120D for ; Fri, 17 Sep 2021 10:30:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242986AbhIQKbc (ORCPT ); Fri, 17 Sep 2021 06:31:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:53890 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242755AbhIQKb3 (ORCPT ); Fri, 17 Sep 2021 06:31:29 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id C6BCC610A7; Fri, 17 Sep 2021 10:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631874607; bh=OEwXboo4G5mexF0vNJnJmMqRMDixVxC/vQo4+4xSK9E=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=H8bTWELMHR+y5NMaDCUi5vRbzogfsHYag76TMKQC37jGnuVbAJ+vwFg+eyJA7/DZT P2VE4AIq2S/p2FuEtOoBwuG9OahqCvO8ox4GtCcZCdSepc+FOcLD/iPHVox13UwP4U 85+h5veNmcqnIK9f1dKSsoWvJ7DBg8dDOcIGlsNEK1VMGYEqYHbNwjXn8PV6tDVN0c s+qB+EluYctIkcDRhkujdtK2bSWcgeZk0SpGspeFuaH0FtIusqG6EW5CMoZsXzRF6e 8GjVTKovcxUdmpAuKl0Pg3KnFgKHNmNYRUxQ6+6eoV8bImn1CUVeA7XjjfhntjBsoM cnC/AWHJ+8oGw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: hso: fix muxed tty registration From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163187460775.15760.14685007430504576754.git-patchwork-notify@kernel.org> Date: Fri, 17 Sep 2021 10:30:07 +0000 References: <20210917101204.10147-1-johan@kernel.org> In-Reply-To: <20210917101204.10147-1-johan@kernel.org> To: Johan Hovold Cc: davem@davemloft.net, kuba@kernel.org, linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 17 Sep 2021 12:12:04 +0200 you wrote: > If resource allocation and registration fail for a muxed tty device > (e.g. if there are no more minor numbers) the driver should not try to > deregister the never-registered (or already-deregistered) tty. > > Fix up the error handling to avoid dereferencing a NULL pointer when > attempting to remove the character device. > > [...] Here is the summary with links: - [net] net: hso: fix muxed tty registration https://git.kernel.org/netdev/net/c/e8f69b16ee77 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html