]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'hsr-supervisor-frames'
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2023 07:26:20 +0000 (08:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2023 07:26:20 +0000 (08:26 +0100)
commitaf21b94b91b941fb25341785758af91823a0716f
treeb1ede7385b01265754909fc5b2b8845724b41d25
parent6af289746a636f71f4c0535a9801774118486c7a
parentb0e9c3b5fdafbe60e7a82be69439f95e06a4de39
Merge branch 'hsr-supervisor-frames'

Sebastian Andrzej Siewior says:

====================
net: hsr: Properly parse HSRv1 supervisor frames.

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>