On Wed, Jun 26, 2024 at 07:02:26PM +0200, Alejandro Colomar wrote: > Hi Josef, > > On Wed, Jun 26, 2024 at 11:56:06AM GMT, Josef Bacik wrote: > > V1: https://lore.kernel.org/linux-fsdevel/cover.1719341580.git.josef@xxxxxxxxxxxxxx/ > > > > v1->v2: > > - Dropped the statx patch as Alejandro already took it (thanks!) > > - Reworked everything to use semantic newlines > > - Addressed all of the comments on the statmount.2 man page > > > > I'm still unable to run anything other than make check, and if I do `make -t > > lint-c-checkpatch` and then run make check lint build it fails almost > > immediately on other unrelated things, so I think I'm too dumb to know how to > > check these patches before I send them. However I did my best to follow all of > > the suggestions. Thanks, > > I'm interested in learning what problems contributors face, so please > let me know those issues, if you don't mind. > > You can > > $ make lint build check -j8 -k > $ make lint build check > > to see the full list of failures. I captured the output of make lint build check -j8 -k > out.txt 2>&1 and pasted it here https://paste.centos.org/view/ed3387a9 Clang messes up a bunch for a variety of different pages. Also I did hit some mandoc warnings on this series, I'll post a v3 in a moment with those things fixed. Thanks, Josef