Message ID | 20241104200120.393312-1-mkl@pengutronix.de (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Netdev Maintainers |
Headers | show
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 F23B41CACD0 for <netdev@vger.kernel.org>; Mon, 4 Nov 2024 20:01:25 +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=1730750488; cv=none; b=W94MDXm5U58g8WrU1JfnJwDmVkw0Y/quiWLBLWMmafaPncSMhzm10FhyM3CRvBXKlenybeqXpt4YCzOern2U8QNCgeIYeYUD/WUWYu01CZybmb/BDV8m4mWdm5jxoBGhDaQXJ3aZZ6TnufRv/ONAe3sgSBDJyj78L8FtkpKkuqs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730750488; c=relaxed/simple; bh=eN6yMsFrtsKmQ8EIPxXbpSyqyXM43tLF4wJxRtSMsgY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=JSDilwv6uEuEmtSPz+pBQfein5x6iwyRXPKLaz4KbUZcee7oScKVQtaONlMurSoGcFTfbfMYIhsgycTut0s3id3ZXdBpby/E2k8g+eTqIozTwpJ8rK4XuyH/W/7aMVKBuOsUYvyIlLOij71e2NrXsm4kjaypwZOL9ngjU0DsNfU= 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 <mkl@pengutronix.de>) id 1t83GO-0001X4-7h for netdev@vger.kernel.org; Mon, 04 Nov 2024 21:01:24 +0100 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 <mkl@pengutronix.de>) id 1t83GN-00223c-2R for netdev@vger.kernel.org; Mon, 04 Nov 2024 21:01:23 +0100 Received: from dspam.blackshift.org (localhost [127.0.0.1]) by bjornoya.blackshift.org (Postfix) with SMTP id 6D541367F7B for <netdev@vger.kernel.org>; Mon, 04 Nov 2024 20:01:23 +0000 (UTC) Received: from hardanger.blackshift.org (unknown [172.20.34.65]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by bjornoya.blackshift.org (Postfix) with ESMTPS id 3D0A8367F5F; Mon, 04 Nov 2024 20:01:22 +0000 (UTC) Received: from blackshift.org (localhost [::1]) by hardanger.blackshift.org (OpenSMTPD) with ESMTP id aeb109b5; Mon, 4 Nov 2024 20:01:21 +0000 (UTC) From: Marc Kleine-Budde <mkl@pengutronix.de> To: netdev@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org, kernel@pengutronix.de Subject: [PATCH net 0/8] pull-request: can 2024-11-04 Date: Mon, 4 Nov 2024 20:53:23 +0100 Message-ID: <20241104200120.393312-1-mkl@pengutronix.de> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 X-Patchwork-Delegate: kuba@kernel.org |