mbox series

[0/2] net: ncsi: minor fixes

Message ID 20241028-ncsi-fixes-v1-0-f0bcfaf6eb88@codeconstruct.com.au (mailing list archive)
Headers show
Series net: ncsi: minor fixes | expand

Message

Jeremy Kerr Oct. 28, 2024, 5:06 a.m. UTC
This series contains a couple of fixes for NCSI handling: one where
we're assuming a platform_device for the attached netdev, and another
where we're assuming a nul-terminated device version response.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
---
Jeremy Kerr (2):
      net: ncsi: don't assume associated netdev has a platform_device parent
      net: ncsi: restrict version sizes when hardware doesn't nul-terminate

 net/ncsi/ncsi-manage.c  |  4 ++--
 net/ncsi/ncsi-netlink.c | 11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)
---
base-commit: e31a8219fbfcf9dc65ba1e1c10cade12b6754e00
change-id: 20241028-ncsi-fixes-06b75bf66852

Best regards,