All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ethtool 0/3] Build fixes for older kernel headers and musl
@ 2023-01-13 23:31 Florian Fainelli
  2023-01-13 23:31 ` [PATCH ethtool 1/3] misc: Fix build with kernel headers < v4.11 Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Florian Fainelli @ 2023-01-13 23:31 UTC (permalink / raw)
  To: netdev; +Cc: Florian Fainelli, Michal Kubecek, Markus Mayer, Andrew Lunn

Hi Michal,

These 3 patches fix build issues encountered in the 6.1 release with
either older kernel headers (pre v4.11) or with musl-libc.

In case you want to add a prebuilt toolchain with your release procedure
you can use those binaries:

https://github.com/Broadcom/stbgcc-8.3/releases/tag/stbgcc-8.3-0.4

Florian Fainelli (3):
  misc: Fix build with kernel headers < v4.11
  netlink: Fix maybe uninitialized 'meters' variable
  marvell.c: Fix build with musl-libc

 internal.h       | 1 +
 marvell.c        | 2 +-
 netlink/parser.c | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-01-14  2:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 23:31 [PATCH ethtool 0/3] Build fixes for older kernel headers and musl Florian Fainelli
2023-01-13 23:31 ` [PATCH ethtool 1/3] misc: Fix build with kernel headers < v4.11 Florian Fainelli
2023-01-13 23:57   ` Michal Kubecek
2023-01-14  0:11     ` Florian Fainelli
2023-01-14  2:07       ` Florian Fainelli
2023-01-13 23:31 ` [PATCH ethtool 2/3] netlink: Fix maybe uninitialized 'meters' variable Florian Fainelli
2023-01-14  0:09   ` Michal Kubecek
2023-01-14  0:12     ` Florian Fainelli
2023-01-13 23:31 ` [PATCH ethtool 3/3] marvell.c: Fix build with musl-libc Florian Fainelli
2023-01-14  0:13   ` Michal Kubecek
2023-01-14  2:07     ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.