public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/7] Fixes for armv6l, armv7l, and warnings on some gcc flags
@ 2022-02-26 22:56 Stefano Brivio
  2022-02-26 22:56 ` [PATCH 1/7] passt: Explicitly check return value of chdir() Stefano Brivio
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Stefano Brivio @ 2022-02-26 22:56 UTC (permalink / raw)
  To: passt-dev

[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]

This series fixes issues and warnings I spotted in Martin's build logs
for OpenSUSE on armv6l and armv7l (patches 1/7 to 3/7).

I couldn't find (yet) a convenient way to add armv6l and armv7l OpenSUSE
builds to the tests using qemu TCG (suggestions welcome!) so I tried
things out on a Raspberry Pi Zero and a Raspberry Pi 4 for the moment
being -- patches 4/7 to 7/7 fix the other issues I hit there.

Stefano Brivio (7):
  passt: Explicitly check return value of chdir()
  udp: Explicitly initialise sin6_scope_id and sin_zero in
    sockaddr_in{,6}
  seccomp.sh: Handle syscall number defines in the (x + y) form
  tap: Cast ETH_MAX_MTU to signed in comparisons
  Makefile: Fix up AUDIT_ARCH for armv6l, armv7l
  passt: Don't warn on failed madvise()
  seccomp: Adjust list of allowed syscalls for armv6l, armv7l

 Makefile   |  1 +
 passt.c    | 15 +++++++++------
 pasta.c    |  3 ++-
 seccomp.sh |  3 +++
 tap.c      |  4 ++--
 udp.c      |  2 ++
 util.c     |  3 ++-
 7 files changed, 21 insertions(+), 10 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-02-26 22:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26 22:56 [PATCH 0/7] Fixes for armv6l, armv7l, and warnings on some gcc flags Stefano Brivio
2022-02-26 22:56 ` [PATCH 1/7] passt: Explicitly check return value of chdir() Stefano Brivio
2022-02-26 22:56 ` [PATCH 2/7] udp: Explicitly initialise sin6_scope_id and sin_zero in sockaddr_in{,6} Stefano Brivio
2022-02-26 22:56 ` [PATCH 3/7] seccomp.sh: Handle syscall number defines in the (x + y) form Stefano Brivio
2022-02-26 22:56 ` [PATCH 4/7] tap: Cast ETH_MAX_MTU to signed in comparisons Stefano Brivio
2022-02-26 22:56 ` [PATCH 5/7] Makefile: Fix up AUDIT_ARCH for armv6l, armv7l Stefano Brivio
2022-02-26 22:56 ` [PATCH 6/7] passt: Don't warn on failed madvise() Stefano Brivio
2022-02-26 22:56 ` [PATCH 7/7] seccomp: Adjust list of allowed syscalls for armv6l, armv7l Stefano Brivio

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).