On Mon, Jul 05, 2021 at 10:40:14AM -0500, Robert Pearson wrote: > Jason has been asking for patches to pass clang-format-patch so I've > been cleaning up the code near functional changes since it doesn't > like extra spaces such as for vertical alignment. don't mix things though, new code should be closer to the standard style, but don't mix significant style cleanups with bug fixes > If I could figure out how ib_umem_works there is a chance that it > would fail if it couldn't map all the user space virtual memory into > kernel virtual addresses. But so far I have failed. It's fairly > complex. It can fail for lots of reasons? Jason