All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 0/6] include file changes for musl libc
@ 2024-12-12 22:24 Stephen Hemminger
  2024-12-12 22:24 ` [PATCH iproute2 1/6] libnetlink: add missing endian.h Stephen Hemminger
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Stephen Hemminger @ 2024-12-12 22:24 UTC (permalink / raw)
  To: netdev; +Cc: Stephen Hemminger

This is a set of patches to address some of the include file
issues identified by building on a musl libc based system (Alpine).

Stephen Hemminger (6):
  libnetlink: add missing endian.h
  rdma: add missing header for basename
  ip: rearrange and prune header files
  cg_map: use limits.h
  flower: replace XATTR_SIZE_MAX
  uapi: remove no longer used linux/limits.h

 include/libnetlink.h        |  1 +
 include/uapi/linux/limits.h | 21 ---------------------
 ip/iplink.c                 | 13 +++++--------
 ip/ipnetns.c                | 19 +++++++++----------
 lib/cg_map.c                |  3 ++-
 rdma/rdma.h                 |  3 ++-
 tc/f_flower.c               | 37 ++++++++++++++++++++-----------------
 7 files changed, 39 insertions(+), 58 deletions(-)
 delete mode 100644 include/uapi/linux/limits.h

-- 
2.45.2


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

end of thread, other threads:[~2024-12-13 19:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 22:24 [PATCH iproute2 0/6] include file changes for musl libc Stephen Hemminger
2024-12-12 22:24 ` [PATCH iproute2 1/6] libnetlink: add missing endian.h Stephen Hemminger
2024-12-12 22:24 ` [PATCH iproute2 2/6] rdma: add missing header for basename Stephen Hemminger
2024-12-12 22:24 ` [PATCH iproute2 3/6] ip: rearrange and prune header files Stephen Hemminger
2024-12-12 22:24 ` [PATCH iproute2 4/6] cg_map: use limits.h Stephen Hemminger
2024-12-12 22:24 ` [PATCH iproute2 5/6] flower: replace XATTR_SIZE_MAX Stephen Hemminger
2024-12-12 22:24 ` [PATCH iproute2 6/6] uapi: remove no longer used linux/limits.h Stephen Hemminger
2024-12-13 19:20 ` [PATCH iproute2 0/6] include file changes for musl libc patchwork-bot+netdevbpf

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.