All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 net-next 0/4] selftest: af_unix: Enable -Wall and -Wflex-array-member-not-at-end.
@ 2025-08-11 21:53 Kuniyuki Iwashima
  2025-08-11 21:53 ` [PATCH v1 net-next 1/4] selftest: af_unix: Add -Wall and -Wflex-array-member-not-at-end to CFLAGS Kuniyuki Iwashima
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Kuniyuki Iwashima @ 2025-08-11 21:53 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Simon Horman, Kuniyuki Iwashima, Kuniyuki Iwashima, netdev

This series fix 4 warnings caught by -Wall and
-Wflex-array-member-not-at-end.


Kuniyuki Iwashima (4):
  selftest: af_unix: Add -Wall and -Wflex-array-member-not-at-end.
  selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for
    scm_inq.c.
  selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for
    scm_rights.c.
  selftest: af_unix: Silence -Wall warning for scm_pid.c.

 tools/testing/selftests/net/af_unix/Makefile  |  2 +-
 tools/testing/selftests/net/af_unix/scm_inq.c | 26 ++++++++---------
 .../testing/selftests/net/af_unix/scm_pidfd.c |  2 --
 .../selftests/net/af_unix/scm_rights.c        | 28 +++++++++----------
 4 files changed, 26 insertions(+), 32 deletions(-)

-- 
2.51.0.rc0.155.g4a0f42376b-goog


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

end of thread, other threads:[~2025-08-13  5:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 21:53 [PATCH v1 net-next 0/4] selftest: af_unix: Enable -Wall and -Wflex-array-member-not-at-end Kuniyuki Iwashima
2025-08-11 21:53 ` [PATCH v1 net-next 1/4] selftest: af_unix: Add -Wall and -Wflex-array-member-not-at-end to CFLAGS Kuniyuki Iwashima
2025-08-13  1:02   ` Jakub Kicinski
2025-08-13  5:33     ` Kuniyuki Iwashima
2025-08-11 21:53 ` [PATCH v1 net-next 2/4] selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_inq.c Kuniyuki Iwashima
2025-08-11 21:53 ` [PATCH v1 net-next 3/4] selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_rights.c Kuniyuki Iwashima
2025-08-11 21:53 ` [PATCH v1 net-next 4/4] selftest: af_unix: Silence -Wall warning for scm_pid.c Kuniyuki Iwashima
2025-08-13  1:10 ` [PATCH v1 net-next 0/4] selftest: af_unix: Enable -Wall and -Wflex-array-member-not-at-end 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.