On Fri, Oct 04, 2019 at 10:53:41AM -0700, Linus Torvalds wrote: > On Fri, Oct 4, 2019 at 3:42 AM Christian Brauner > <christian.brau...@ubuntu.com> wrote: > > > > The only separate fix we we had to apply > > was for a warning by clang when building the tests for using the result of > > an assignment as a condition without parantheses.
<snip> > > I've pulled this, since it's not in core kernel code anyway, but I > wish I had never had to see that ugly construct. I admit that I'm _less_ anal about other people's code in _tests_ as for example in this case. For core kernel code I obviously would not have taken this into the tree. Honestly, my main concern currently is to get people to add tests at all - at least if they want to go through my tree - and if they adhere to that request I'm more lenient. Christian