netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	linux-can@vger.kernel.org, kernel@pengutronix.de,
	socketcan@hartkopp.net
Subject: Re: [PATCH net-next 01/10] can: isotp: add module parameter for maximum pdu size
Date: Thu, 06 Apr 2023 00:30:21 +0000	[thread overview]
Message-ID: <168074102180.1850.14791477985441172582.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230404145908.1714400-2-mkl@pengutronix.de>

Hello:

This series was applied to netdev/net-next.git (main)
by Marc Kleine-Budde <mkl@pengutronix.de>:

On Tue,  4 Apr 2023 16:58:59 +0200 you wrote:
> From: Oliver Hartkopp <socketcan@hartkopp.net>
> 
> With ISO 15765-2:2016 the PDU size is not limited to 2^12 - 1 (4095)
> bytes but can be represented as a 32 bit unsigned integer value which
> allows 2^32 - 1 bytes (~4GB). The use-cases like automotive unified
> diagnostic services (UDS) and flashing of ECUs still use the small
> static buffers which are provided at socket creation time.
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] can: isotp: add module parameter for maximum pdu size
    https://git.kernel.org/netdev/net-next/c/96d1c81e6a04
  - [net-next,02/10] dt-bindings: arm: stm32: add compatible for syscon gcan node
    https://git.kernel.org/netdev/net-next/c/b341be6de98c
  - [net-next,03/10] dt-bindings: net: can: add STM32 bxcan DT bindings
    https://git.kernel.org/netdev/net-next/c/e43250c0ac81
  - [net-next,04/10] ARM: dts: stm32: add CAN support on stm32f429
    https://git.kernel.org/netdev/net-next/c/7355ad1950f4
  - [net-next,05/10] ARM: dts: stm32: add pin map for CAN controller on stm32f4
    https://git.kernel.org/netdev/net-next/c/559a6e75b4bc
  - [net-next,06/10] can: bxcan: add support for ST bxCAN controller
    https://git.kernel.org/netdev/net-next/c/f00647d8127b
  - [net-next,07/10] can: rcar_canfd: rcar_canfd_probe(): fix plain integer in transceivers[] init
    https://git.kernel.org/netdev/net-next/c/8e85d550c127
  - [net-next,08/10] dt-bindings: can: fsl,flexcan: add optional power-domains property
    https://git.kernel.org/netdev/net-next/c/066b41a599d6
  - [net-next,09/10] can: esd_usb: Add support for CAN_CTRLMODE_BERR_REPORTING
    https://git.kernel.org/netdev/net-next/c/c42fc3694923
  - [net-next,10/10] kvaser_usb: convert USB IDs to hexadecimal values
    https://git.kernel.org/netdev/net-next/c/1afae605e0b2

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2023-04-06  0:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-04 14:58 [PATCH net-next 0/10] pull-request: can-next 2023-04-04-2 Marc Kleine-Budde
2023-04-04 14:58 ` [PATCH net-next 01/10] can: isotp: add module parameter for maximum pdu size Marc Kleine-Budde
2023-04-06  0:30   ` patchwork-bot+netdevbpf [this message]
2023-04-04 14:59 ` [PATCH net-next 02/10] dt-bindings: arm: stm32: add compatible for syscon gcan node Marc Kleine-Budde
2023-04-04 14:59 ` [PATCH net-next 03/10] dt-bindings: net: can: add STM32 bxcan DT bindings Marc Kleine-Budde
2023-04-04 14:59 ` [PATCH net-next 04/10] ARM: dts: stm32: add CAN support on stm32f429 Marc Kleine-Budde
2023-04-04 14:59 ` [PATCH net-next 05/10] ARM: dts: stm32: add pin map for CAN controller on stm32f4 Marc Kleine-Budde
2023-04-04 14:59 ` [PATCH net-next 06/10] can: bxcan: add support for ST bxCAN controller Marc Kleine-Budde
2023-04-04 14:59 ` [PATCH net-next 07/10] can: rcar_canfd: rcar_canfd_probe(): fix plain integer in transceivers[] init Marc Kleine-Budde
2023-04-04 14:59 ` [PATCH net-next 08/10] dt-bindings: can: fsl,flexcan: add optional power-domains property Marc Kleine-Budde
2023-04-04 14:59 ` [PATCH net-next 09/10] can: esd_usb: Add support for CAN_CTRLMODE_BERR_REPORTING Marc Kleine-Budde
2023-04-04 14:59 ` [PATCH net-next 10/10] kvaser_usb: convert USB IDs to hexadecimal values Marc Kleine-Budde
  -- strict thread matches above, loose matches on Subject: below --
2023-04-04 11:34 [PATCH net-next 0/10] pull-request: can-next 2023-04-04 Marc Kleine-Budde
2023-04-04 11:34 ` [PATCH net-next 01/10] can: isotp: add module parameter for maximum pdu size Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=168074102180.1850.14791477985441172582.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=kuba@kernel.org \
    --cc=linux-can@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=socketcan@hartkopp.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).