All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: netdev@vger.kernel.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH iproute2 0/6] include file changes for musl libc
Date: Thu, 12 Dec 2024 14:24:25 -0800	[thread overview]
Message-ID: <20241212222549.43749-1-stephen@networkplumber.org> (raw)

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


             reply	other threads:[~2024-12-12 22:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12 22:24 Stephen Hemminger [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241212222549.43749-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.