From: Bart Van Assche <Bart.VanAssche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
To: "dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org"
<dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH v2 00/15] IB/rxe patches for kernel v4.11
Date: Tue, 10 Jan 2017 19:18:21 +0000 [thread overview]
Message-ID: <1484075886.2588.15.camel@sandisk.com> (raw)
In-Reply-To: <20170110190822.16953-1-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
On Tue, 2017-01-10 at 11:08 -0800, Bart Van Assche wrote:
> The patches in this series are what I came up with by reviewing and testing
> [ ... ]
Please ignore this e-mail thread - chain-reply-to was set accidentally before I
ran git send-email.
Bart.--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-01-10 19:18 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-10 19:08 [PATCH v2 00/15] IB/rxe patches for kernel v4.11 Bart Van Assche
[not found] ` <20170110190822.16953-1-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 01/15] IB/rxe: Suppress sparse warnings Bart Van Assche
[not found] ` <20170110190822.16953-2-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 02/15] IB/rxe: Constify the pool name Bart Van Assche
[not found] ` <20170110190822.16953-3-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 03/15] IB/rxe: Remove an unused function Bart Van Assche
[not found] ` <20170110190822.16953-4-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 04/15] IB/rxe: Remove an unused variable and an unused argument Bart Van Assche
[not found] ` <20170110190822.16953-5-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 05/15] IB/rxe: Remove superfluous casts Bart Van Assche
[not found] ` <20170110190822.16953-6-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 06/15] IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() arguments Bart Van Assche
[not found] ` <20170110190822.16953-7-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 07/15] IB/rxe: Let the compiler check the type of the cleanup functions Bart Van Assche
[not found] ` <20170110190822.16953-8-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 08/15] IB/rxe: Issue warnings once Bart Van Assche
[not found] ` <20170110190822.16953-9-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 09/15] IB/rxe: Add a runtime check in alloc_index() Bart Van Assche
[not found] ` <20170110190822.16953-10-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 10/15] IB/rxe: Introduce functions for queue draining Bart Van Assche
[not found] ` <20170110190822.16953-11-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 11/15] IB/rxe: Generate a completion for all failed work requests Bart Van Assche
[not found] ` <20170110190822.16953-12-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 12/15] IB/rxe: Fix a MR reference leak in check_rkey() Bart Van Assche
[not found] ` <20170110190822.16953-13-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 13/15] IB/rxe: Fix reference leaks in memory key invalidation code Bart Van Assche
[not found] ` <20170110190822.16953-14-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 14/15] IB/rxe: Remove a pointless indirection layer Bart Van Assche
[not found] ` <20170110190822.16953-15-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:08 ` [PATCH v2 15/15] IB/rxe: Fix an skb leak Bart Van Assche
2017-01-10 19:18 ` Bart Van Assche [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-10 19:15 [PATCH v2 00/15] IB/rxe patches for kernel v4.11 Bart Van Assche
[not found] ` <20170110191554.17359-1-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 21:57 ` Doug Ledford
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=1484075886.2588.15.camel@sandisk.com \
--to=bart.vanassche-xdaiopvojttbdgjk7y7tuq@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/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.