linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] e2fsprogs: test cross-compiling for Android
@ 2023-03-22  3:29 Eric Biggers
  2023-03-22  3:29 ` [PATCH 1/3] e2fsck: avoid -Wtautological-constant-out-of-range-compare warnings Eric Biggers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Biggers @ 2023-03-22  3:29 UTC (permalink / raw)
  To: linux-ext4

This series adds jobs to .github/workflows/ci.yml that cross-compile
e2fsprogs for Android.  To make that possible, it also fixes a couple
warnings and an error that show up when building e2fsprogs for Android
using the autotools-based build system.

This applies to the latest 'maint' branch.  I've tested that the updated
GitHub Actions workflow passes
(https://github.com/ebiggers/e2fsprogs/actions/runs/4486115058).

Eric Biggers (3):
  e2fsck: avoid -Wtautological-constant-out-of-range-compare warnings
  e2freefrag: don't use linux/fsmap.h when fsmap_sizeof() is missing
  ci.yml: test cross-compiling for Android

 .github/workflows/ci.yml | 33 +++++++++++++++
 configure                | 91 ++++++++++++++++++++++++++--------------
 configure.ac             |  6 +++
 e2fsck/iscan.c           |  3 +-
 e2fsck/util.c            |  3 +-
 lib/config.h.in          |  3 ++
 misc/e2freefrag.c        |  2 +-
 7 files changed, 107 insertions(+), 34 deletions(-)


base-commit: cbc6a5ae4f350bfb0dd0daa39544615a5d0a956a
-- 
2.40.0


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

end of thread, other threads:[~2023-03-22  3:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22  3:29 [PATCH 0/3] e2fsprogs: test cross-compiling for Android Eric Biggers
2023-03-22  3:29 ` [PATCH 1/3] e2fsck: avoid -Wtautological-constant-out-of-range-compare warnings Eric Biggers
2023-03-22  3:29 ` [PATCH 2/3] e2freefrag: don't use linux/fsmap.h when fsmap_sizeof() is missing Eric Biggers
2023-03-22  3:29 ` [PATCH 3/3] ci.yml: test cross-compiling for Android Eric Biggers

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 NNTP newsgroup(s).