From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 242F23D3002 for ; Thu, 9 Apr 2026 16:59:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775753997; cv=none; b=kxFeVJ8OqEF88horAocPQWvGaY0DjRq1UPGiH8kU/yWW+FYOuI4oHVAlNr84IXkN/cQQaKWaO/EnfCXbylNXHY9k4xsMdpEIMtrUsYaHfsX4vdKu5iFFPXLwd/LEFUPgHwhCjNDYksOtz1U7Jsoact+QkduuYLce0dACRsAtCdg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775753997; c=relaxed/simple; bh=eXxS4VFy6ectYMjWcTz0fJhuEU4RJ6AR6xQPEmQF5bo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=LEKx+yg9QOcefu8YIOC0PDLcMfPKgK+dWcbMsloOLCHZkhVFAcn9b+DAuU8mQei3Ux1yDJHMvuHgedew01VLgGUGpDzGNKMswxcaWyfncSIIRBUbSFsz6brK3qDopNS7hEItlMfLlFgg6uzqSRBVvz+b1syFkQxAvNuRiXHNomc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1wAsjN-0001hp-2v; Thu, 09 Apr 2026 18:59:49 +0200 Received: from moin.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::7b] helo=bjornoya.blackshift.org) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wAsjM-004YFE-2C; Thu, 09 Apr 2026 18:59:48 +0200 Received: from blackshift.org (ip-185-104-138-116.ptr.icomera.net [185.104.138.116]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519MLKEM768 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: mkl-all@blackshift.org) by smtp.blackshift.org (Postfix) with ESMTPSA id AE8DF518B27; Thu, 09 Apr 2026 16:59:45 +0000 (UTC) From: Marc Kleine-Budde To: netdev@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org, kernel@pengutronix.de Subject: [PATCH net 0/2] pull-request: can 2026-04-09 Date: Thu, 9 Apr 2026 18:57:06 +0200 Message-ID: <20260409165942.588421-1-mkl@pengutronix.de> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: mkl@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: netdev@vger.kernel.org Hello netdev-team, this is a pull request of 2 patches for net/main. Johan Hovold's patch fixes the a devres lifetime in the ucan driver. The last patch is by Samuel Page and fixes a use-after-free in raw_rcv() in the CAN_RAW protocol. regards, Marc --- The following changes since commit ebe560ea5f54134279356703e73b7f867c89db13: l2tp: Drop large packets with UDP encap (2026-04-09 10:19:05 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-7.0-20260409 for you to fetch changes up to a535a9217ca3f2fccedaafb2fddb4c48f27d36dc: can: raw: fix ro->uniq use-after-free in raw_rcv() (2026-04-09 18:51:42 +0200) ---------------------------------------------------------------- linux-can-fixes-for-7.0-20260409 ---------------------------------------------------------------- Johan Hovold (1): can: ucan: fix devres lifetime Samuel Page (1): can: raw: fix ro->uniq use-after-free in raw_rcv() drivers/net/can/usb/ucan.c | 2 +- net/can/raw.c | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-)