From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AD0D01D5174; Tue, 28 Apr 2026 01:10:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777338654; cv=none; b=eiroGRZpBFNAOYRpIp2zutQejHeaHhibdwvUDAKuE9xpFlWx5PYKbe6fztfI+IW2E2wnSipJ+dRiLE9Wgfq/N9isdDYV1K4eydGDFnxQKkCVFqlWUX5coToCF84IxnJe0oCMvZcWjuMYSfX53BssSZqavrxAmMrIb6BXRquwRNQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777338654; c=relaxed/simple; bh=7PQTc3JV/304lxrcmdmON+IOuynWVA6CpijXxW5+DkU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ICGzPTXyRhSBt+rIhtFKLKfTJRJIpJb5l8mp4s7hseAg/2wcvmnCNfKLKQqgPY7p6vwv4kIB5Xd1mru4Jr399pdLHNoN6Xd8VBQXoJGu9H45lABqvMm2tA0sPfmSduN7NWrBDf2xdmeL+j4NtQwMPl5d21FGAJYJc+Zxjikyehg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IxNKPCOC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IxNKPCOC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B90EC4AF09; Tue, 28 Apr 2026 01:10:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777338654; bh=7PQTc3JV/304lxrcmdmON+IOuynWVA6CpijXxW5+DkU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=IxNKPCOCf0LdsnQVtgNtVioLS/MdnajaEMfzgP3cF+biS7odtJgzXtBjNQVh74/kE TmsK0pd7M31Gwuxu35Ym7/L/HStFgVSsocvruV75obhMYSd7rwpPE0P7Ka9GXm17bd BmhB5S4hrC0RFPO0Mw5Y4wW81Hz38aegkEZ+53Cb1kt4r1InhatYto5YY/vU0+hN36 JgJMdzB06tgWqTemxF13VphLjGWgqMIxx5029CI04FWvg75Npo2vgOa2foKVGUkjxH /cpVB/5WOhRc39sQ6K+6f1x8ugoJyYDfFYu8FWuLvjd7E1NOyLjOGs5Pl1HL4l3NmN 17OsK2gC0MqXQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02DAC392FFDE; Tue, 28 Apr 2026 01:10:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177733861179.182819.5366012507561325638.git-patchwork-notify@kernel.org> Date: Tue, 28 Apr 2026 01:10:11 +0000 References: <809895186B866C10+20260423004913.136655-1-zhangdandan@uniontech.com> In-Reply-To: <809895186B866C10+20260423004913.136655-1-zhangdandan@uniontech.com> To: Morduan Zang Cc: petkan@nucleusys.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, andrew+netdev@lunn.ch, andrew@lunn.ch, michal.pecio@gmail.com, linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com, zhanjun@uniontech.com, syzbot+3f46c095ac0ca048cb71@syzkaller.appspotmail.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 23 Apr 2026 08:49:12 +0800 you wrote: > From: Zhan Jun > > syzbot reported a KASAN slab-use-after-free read in rtl8150_start_xmit() > when accessing skb->len for tx statistics after usb_submit_urb() has > been called: > > BUG: KASAN: slab-use-after-free in rtl8150_start_xmit+0x71f/0x760 > drivers/net/usb/rtl8150.c:712 > Read of size 4 at addr ffff88810eb7a930 by task kworker/0:4/5226 > > [...] Here is the summary with links: - [net,v2] net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() https://git.kernel.org/netdev/net/c/23f0e34c64ac You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html