Comment 6 for bug 1882167

Revision history for this message
Po-Hsu Lin (cypressyew) wrote : Re: ubuntu_zfs_xfs_generic failed to build on X-4.4

OK I found the culprit.

It's the fsverity-utils repo here:
https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/

Commit:
 5cd90ca608770 ("Introduce libfsverity")

Which added the following line to the Makefile is causing this build failure:
        $(call cc-option,-Wimplicit-fallthrough) \