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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B3AFC7EE37 for ; Fri, 9 Jun 2023 09:36:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240930AbjFIJgB (ORCPT ); Fri, 9 Jun 2023 05:36:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241613AbjFIJfl (ORCPT ); Fri, 9 Jun 2023 05:35:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EA526180 for ; Fri, 9 Jun 2023 02:30:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6532C655BF for ; Fri, 9 Jun 2023 09:30:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C2518C4339B; Fri, 9 Jun 2023 09:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686303020; bh=JWrMxZnb/3WdogQ1aDl5e0b0Ny+udzeKoKkV9zasPM0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=E7rssq7Rr+1zYTHknXTN8sCLHgsfhImGBhvNdvmuPqHpabzgCZHXxd8EjjGWXHAC/ rhgtpua4yG3Omw5QEiQbeFYRhJiTHddRtgVdHfoE0rOSUOue2wkGxtV/X8eLzy9kUk sdwQ8sfm0Z9+rFKnlk+OWXfKGEPDaL2SIWv2YyI+rQuV9ghpnHoaFwn0+3oyzO4qcN cMqFlUTJWRwN0GVYNwFiz4K+Z4nKjTSMgweck07hiDb2iWk+BAM+JS+qJWNvj/lsAW yBoGCMUpn1PkrJwkdnTiiwyIQWJ/eWrm6CYYevrUdaQ3Smjq/0Neu1tpwVhG/3WTEJ /Gt/0ZPNYtXkA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id A87E2C43143; Fri, 9 Jun 2023 09:30:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v4 1/4] usbnet: ipheth: fix risk of NULL pointer deallocation From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168630302068.8448.16788889957368567496.git-patchwork-notify@kernel.org> Date: Fri, 09 Jun 2023 09:30:20 +0000 References: <20230607135702.32679-1-forst@pen.gy> In-Reply-To: <20230607135702.32679-1-forst@pen.gy> To: Foster Snowhill Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, gvalkov@gmail.com, simon.horman@corigine.com, jan.kiszka@siemens.com, linux-usb@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 7 Jun 2023 15:56:59 +0200 you wrote: > From: Georgi Valkov > > The cleanup precedure in ipheth_probe will attempt to free a > NULL pointer in dev->ctrl_buf if the memory allocation for > this buffer is not successful. While kfree ignores NULL pointers, > and the existing code is safe, it is a better design to rearrange > the goto labels and avoid this. > > [...] Here is the summary with links: - [net-next,v4,1/4] usbnet: ipheth: fix risk of NULL pointer deallocation https://git.kernel.org/netdev/net-next/c/2203718c2f59 - [net-next,v4,2/4] usbnet: ipheth: transmit URBs without trailing padding https://git.kernel.org/netdev/net-next/c/3e65efcca87a - [net-next,v4,3/4] usbnet: ipheth: add CDC NCM support https://git.kernel.org/netdev/net-next/c/a2d274c62e44 - [net-next,v4,4/4] usbnet: ipheth: update Kconfig description https://git.kernel.org/netdev/net-next/c/0c6e9d32ef0c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html