]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-pse-pd-fix-possible-issues-with-a-pse-supporting-both-c33-and-podl'
authorJakub Kicinski <kuba@kernel.org>
Sun, 14 Jul 2024 14:16:21 +0000 (07:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 14 Jul 2024 14:16:21 +0000 (07:16 -0700)
commit5f25f553b823d8d047662de8cc186f272bfd7fee
treeaf0f2c5ccbe2c5e5dde3a9b4479939079c95f3d0
parent70c676cb3dfcc75e32eaf0e98eba6814ebfc6af6
parent4cddb0f15ea9c62f81b4889ea69a99368cc63a86
Merge branch 'net-pse-pd-fix-possible-issues-with-a-pse-supporting-both-c33-and-podl'

Kory Maincent says:

====================
net: pse-pd: Fix possible issues with a PSE supporting both c33 and PoDL

Although PSE controllers supporting both c33 and PoDL are not on the
market yet, we want to prevent potential issues from arising in the
future. Two possible issues could occur with a PSE supporting both c33
and PoDL:

- Setting the config for one type of PSE leaves the other type's config
  null. In this case, the PSE core would return EOPNOTSUPP, which is not
  the correct behavior.
- Null dereference of Netlink attributes as only one of the Netlink
  attributes would be specified at a time.

This patch series contains two patches to fix these issues.
====================

Link: https://patch.msgid.link/20240711-fix_pse_pd_deref-v3-0-edd78fc4fe42@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>