Re: [PATCH v2 0/4] xhci: fixes for 3.15-rc usb-linus

From: Sarah Sharp
Date: Fri Apr 25 2014 - 13:34:26 EST


On Fri, Apr 25, 2014 at 09:35:05AM -0700, Greg KH wrote:
> On Fri, Apr 25, 2014 at 07:20:12PM +0300, Mathias Nyman wrote:
> > Hi Greg
> >
> > Second try at this xhci fixes series for 3.15-rc usb-linus.
> > Most of them are very small fixes that didn't make
> > it to 3.14, sitting and waiting for 3.15-rc1 to come out.
> >
> > Only the "Prefer endpoint context.." patch by Julius has a bit more content.
> >
> > These patches are picked together with Sarah, they are tested on top of
> > 3.15-rc1, and apply on your current usb-linus branch
>
> Much better, all now applied.
>
> What's with all that trailing whitespace in your email text?

I use the following lines in my .vimrc to highlight trailing whitespace:

hi link localWhitespaceError Error
au Syntax * syn match localWhitespaceError /\(\zs\%#\|\s\)\+$/ display
au Syntax * syn match localWhitespaceError / \+\ze\t/ display

I also have a macro to add stable tags and which commit IDs introduced
the issue the bug fixes:

iab backporthis
\<CR>Fixes: commitID ("commitDescription")
\<CR>Cc: stable@xxxxxxxxxxxxxxx # kernelVersion

Then when I'm amending someone's commit to add my Signed-off-by line, I
type backporthis, and vim expands it to the longer version. (I've
deliberately misspelled it here, so it doesn't get expanded.) Sometimes
it takes a couple of round of `git blame` to figure out when the bug was
introduced.

Sarah Sharp
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/