public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/6] Fix some more static checker warnings
@ 2024-11-07 18:43 Stefano Brivio
  2024-11-07 18:43 ` [PATCH 1/6] dhcpv6: Use for loop instead of goto to avoid false positive cppcheck warning Stefano Brivio
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Stefano Brivio @ 2024-11-07 18:43 UTC (permalink / raw)
  To: passt-dev; +Cc: David Gibson

Stefano Brivio (6):
  dhcpv6: Use for loop instead of goto to avoid false positive cppcheck
    warning
  dhcpv6: Turn some option headers pointers to const
  tap: Cast TAP_BUF_BYTES - ETH_MAX_MTU to ssize_t, not TAP_BUF_BYTES
  util: Define small and big thresholds for socket buffers as unsigned
    long long
  passt: Use NOLINT clang-tidy block instead of NOLINTNEXTLINE
  tap, tcp, util: Add some missing SOCK_CLOEXEC flags

 dhcpv6.c | 51 +++++++++++++++++++++++----------------------------
 passt.c  |  3 ++-
 tap.c    |  7 ++++---
 tcp.c    |  2 +-
 util.c   |  3 ++-
 util.h   |  9 ++++++---
 6 files changed, 38 insertions(+), 37 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-11-08  2:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-07 18:43 [PATCH 0/6] Fix some more static checker warnings Stefano Brivio
2024-11-07 18:43 ` [PATCH 1/6] dhcpv6: Use for loop instead of goto to avoid false positive cppcheck warning Stefano Brivio
2024-11-08  0:26   ` David Gibson
2024-11-07 18:43 ` [PATCH 2/6] dhcpv6: Turn some option headers pointers to const Stefano Brivio
2024-11-08  0:27   ` David Gibson
2024-11-07 18:43 ` [PATCH 3/6] tap: Cast TAP_BUF_BYTES - ETH_MAX_MTU to ssize_t, not TAP_BUF_BYTES Stefano Brivio
2024-11-08  0:28   ` David Gibson
2024-11-07 18:43 ` [PATCH 4/6] util: Define small and big thresholds for socket buffers as unsigned long long Stefano Brivio
2024-11-08  0:29   ` David Gibson
2024-11-07 18:43 ` [PATCH 5/6] passt: Use NOLINT clang-tidy block instead of NOLINTNEXTLINE Stefano Brivio
2024-11-08  0:30   ` David Gibson
2024-11-07 18:43 ` [PATCH 6/6] tap, tcp, util: Add some missing SOCK_CLOEXEC flags Stefano Brivio
2024-11-08  0:31   ` David Gibson

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).