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 2F51E2940D; Sun, 12 Apr 2026 16:40:40 +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=1776012041; cv=none; b=eTEJukl7VEhdx2C7KbM+EA50jGRjcrC6EFntlNXIR+RZFbGUiNgPhw+SLIV1hg7AxlrtK2xPMViR5vztJVPK/8ePpI67X9duFym7oPLHnGAPPnSY8Ye7tayeWpDKQ7eOv/wn/tdPLtXipMJUlFLklFRU6fbYKimI7gi1XFdZQY8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776012041; c=relaxed/simple; bh=yfvYKjvfe6VfNgpCX5sn8DqOYdWmN3CiusmCGMfQzCU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=fF41ixZr/LCIiiQ4f8EVUTBbJYp26scfeljnCSvaWi5YvxThGW1OMsEbZjwlBq9pEQCbJG2fHy3Dlb3UgrZMhu3YgP+dd7uiH9ckUzbLcYZ8tdrb3UwNvTN/z5b+5lgXceGjs0snon1NLha+jNoYSnFL0UXfVP+cmb3VZ7c/kNo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MqcifXMx; 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="MqcifXMx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BEA4EC19424; Sun, 12 Apr 2026 16:40:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776012040; bh=yfvYKjvfe6VfNgpCX5sn8DqOYdWmN3CiusmCGMfQzCU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=MqcifXMxSnPkgJLxUdmcAPVwPqhWiUGu/O6L06u8TrD72GZ9sLTv/x5lWRQw+KmDf BL4l5RIJlgGHMD0HRDdXebICNa13U4xbeAezbI4nXlWTBEinAiD89PGgSMfZnAj7TF wbQO1VeRC15hZ95d4eJ/6pXOqKhLIq5gFLcKxSetdB+MyRLfoF5ytZoMyLMsxUBAIm owDITFzjf4ozHUFxwFLOeRgHzu1AoPx7/yoOokxu8EHqeWPwKChJ+qAnXobua+scPD SdNadxFEKDv5QJGDmQw7FMWdKwSsaYaKt5eAoM6DZybweqpyY4sXGbbGz9FxXqaN4G 2nIckDZJBOlUA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CDA93809A8C; Sun, 12 Apr 2026 16:40:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 1/2] can: ucan: fix devres lifetime From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177601201296.3337647.8959317568301522098.git-patchwork-notify@kernel.org> Date: Sun, 12 Apr 2026 16:40:12 +0000 References: <20260409165942.588421-2-mkl@pengutronix.de> In-Reply-To: <20260409165942.588421-2-mkl@pengutronix.de> To: Marc Kleine-Budde Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org, kernel@pengutronix.de, johan@kernel.org, stable@vger.kernel.org, jakob.unterwurzacher@theobroma-systems.com Hello: This series was applied to netdev/net.git (main) by Marc Kleine-Budde : On Thu, 9 Apr 2026 18:57:07 +0200 you wrote: > From: Johan Hovold > > USB drivers bind to USB interfaces and any device managed resources > should have their lifetime tied to the interface rather than parent USB > device. This avoids issues like memory leaks when drivers are unbound > without their devices being physically disconnected (e.g. on probe > deferral or configuration changes). > > [...] Here is the summary with links: - [net,1/2] can: ucan: fix devres lifetime https://git.kernel.org/netdev/net/c/fed4626501c8 - [net,2/2] can: raw: fix ro->uniq use-after-free in raw_rcv() https://git.kernel.org/netdev/net/c/a535a9217ca3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html