mbox series

[net,0/5] net: hsr: Properly parse HSRv1 supervisor frames.

Message ID 20230915181006.2086061-1-bigeasy@linutronix.de (mailing list archive)
Headers show
Series net: hsr: Properly parse HSRv1 supervisor frames. | expand

Message

Sebastian Andrzej Siewior Sept. 15, 2023, 6:10 p.m. UTC
Hi,

this is a follow-up to
	https://lore.kernel.org/all/20230825153111.228768-1-lukma@denx.de/
replacing
	https://lore.kernel.org/all/20230914124731.1654059-1-lukma@denx.de/

by grabing/ adding tags and reposting with a commit message plus a
missing __packed to a struct (#2) plus extending the testsuite to sover
HSRv1 which is what broke here (#3-#5).

HSRv0 is (was) not affected.

Sebastian

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 18, 2023, 7:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 15 Sep 2023 20:10:01 +0200 you wrote:
> Hi,
> 
> this is a follow-up to
> 	https://lore.kernel.org/all/20230825153111.228768-1-lukma@denx.de/
> replacing
> 	https://lore.kernel.org/all/20230914124731.1654059-1-lukma@denx.de/
> 
> [...]

Here is the summary with links:
  - [net,1/5] net: hsr: Properly parse HSRv1 supervisor frames.
    https://git.kernel.org/netdev/net/c/295de650d3aa
  - [net-next,2/5] net: hsr: Add __packed to struct hsr_sup_tlv.
    https://git.kernel.org/netdev/net/c/fbd825fcd7dd
  - [net-next,3/5] selftests: hsr: Use `let' properly.
    https://git.kernel.org/netdev/net/c/5c3ce539a111
  - [net-next,4/5] selftests: hsr: Reorder the testsuite.
    https://git.kernel.org/netdev/net/c/d53f23fe164c
  - [net-next,5/5] selftests: hsr: Extend the testsuite to also cover HSRv1.
    https://git.kernel.org/netdev/net/c/b0e9c3b5fdaf

You are awesome, thank you!