From: Sarah Sharp <sarah.a.sharp@linux.intel.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Mathias Nyman <mathias.nyman@linux.intel.com>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/4] xhci: fixes for 3.15-rc usb-linus
Date: Fri, 25 Apr 2014 10:32:06 -0700 [thread overview]
Message-ID: <20140425173206.GA19900@xanatos> (raw)
In-Reply-To: <20140425163505.GA8382@kroah.com>
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@vger.kernel.org # 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
next prev parent reply other threads:[~2014-04-25 17:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-25 16:20 [PATCH v2 0/4] xhci: fixes for 3.15-rc usb-linus Mathias Nyman
2014-04-25 16:20 ` [PATCH v2 1/4] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb Mathias Nyman
2014-04-25 16:20 ` [PATCH v2 2/4] xhci: Switch Intel Lynx Point ports to EHCI on shutdown Mathias Nyman
2014-04-25 16:20 ` [PATCH v2 3/4] xhci: extend quirk for Renesas cards Mathias Nyman
2014-04-25 16:20 ` [PATCH v2 4/4] usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PM Mathias Nyman
2014-04-25 16:35 ` [PATCH v2 0/4] xhci: fixes for 3.15-rc usb-linus Greg KH
2014-04-25 17:32 ` Sarah Sharp [this message]
2014-04-28 13:33 ` Mathias Nyman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140425173206.GA19900@xanatos \
--to=sarah.a.sharp@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.