Message ID | 7828.1532527332@warthog.procyon.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] fscache and cachefiles fixes | expand |
On Wed, Jul 25, 2018 at 7:02 AM David Howells <dhowells@redhat.com> wrote: > > Can you pull these fixes for fscache and cachefiles please? I've pulled them, but I'm not happy about it. They are all *very* new. Why do they have commit times literally *minutes* before your email to ask me to pull? What kind of testing have these gotten? Seriously, if I get a pull request with commits this new, I want to have an *explanation*. The explanation could be "I use quilt, and this underwent lots of testing outside of git", but the explanation should be there! I took them because they look simple enough, but that still leaves me grumpy. Linus
Linus Torvalds <torvalds@linux-foundation.org> wrote: > Why do they have commit times literally *minutes* before your email to > ask me to pull? I split the first patch into two because it had two more-or-less independent changes and it made it easier to describe them separately. David
On Wed, Jul 25, 2018 at 11:18 AM David Howells <dhowells@redhat.com> wrote: > > Linus Torvalds <torvalds@linux-foundation.org> wrote: > > > Why do they have commit times literally *minutes* before your email to > > ask me to pull? > > I split the first patch into two because it had two more-or-less independent > changes and it made it easier to describe them separately. This didn't explain the background before that happened. I really want the warm and fuzzies about things, and when I see something being changed just minutes before, something like "I did a rebase becasue XYZ, but this was around in linux-next for a week before that without problems" tells me not only why the times are so recent, but also tells me that I really shouldn't worry because so-and-so. Linus
Okay, I posted four patches on 5th July: https://lore.kernel.org/lkml/153080826773.5496.7106875523806885716.stgit@warthog.procyon.org.uk/ These five patches are the same aggregate changes, just with the first patch split and a description composed for both parts: warthog>git diff fscache-fixes-20180705 fscache-fixes-20180725 warthog> The patch series as a whole got tested by Scott Mayhew whilst seeing if they cured a bug he was looking at: https://marc.info/?l=linux-nfs&m=153191593807248&w=2 I've also ported them to RHEL-7 where they've undergone some automated testing with iozone. David