All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Jason Gunthorpe
	<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>,
	Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH rdma-core 00/17] Fixes, flattening and packaging
Date: Fri, 7 Oct 2016 21:34:25 +0300	[thread overview]
Message-ID: <20161007183425.GW9282@leon.nu> (raw)
In-Reply-To: <20161007180527.GA27537-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

On Fri, Oct 07, 2016 at 12:05:27PM -0600, Jason Gunthorpe wrote:
> On Fri, Oct 07, 2016 at 05:05:51PM +0300, Leon Romanovsky wrote:
>
> > Can you please add all patches from ML too to this pull request, so they
> > apply cleanly?
>
> git am -3 had no problem with the patches.
>
> https://github.com/linux-rdma/rdma-core/pull/15
>
> Someone will have to update patchworks, when will you have access to
> handle the list patches?

Thanks Jason and Doug.

>
> Jason
> --
> 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2016-10-07 18:34 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-06 20:51 [PATCH rdma-core 00/17] Fixes, flattening and packaging Jason Gunthorpe
     [not found] ` <1475787103-13283-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-06 20:51   ` [PATCH rdma-core 01/17] Update Intel lists in MAINTAINERS Jason Gunthorpe
     [not found]     ` <1475787103-13283-2-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-07 11:42       ` Dalessandro, Dennis
2016-10-06 20:51   ` [PATCH rdma-core 02/17] Update COPYING to reflect recent cxgb4 merge Jason Gunthorpe
     [not found]     ` <1475787103-13283-3-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-06 21:31       ` Steve Wise
2016-10-06 20:51   ` [PATCH rdma-core 03/17] Update comment in cxbg* drivers Jason Gunthorpe
     [not found]     ` <1475787103-13283-4-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-06 21:31       ` Steve Wise
2016-10-06 20:51   ` [PATCH rdma-core 04/17] Remove missed auto* related files Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 05/17] rdmacm: Drop SONAME in rspreload Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 06/17] umad: Use symlinks instead of a NROFF .so directive Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 07/17] verbs: Remove -fno-strict-aliasing Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 08/17] Move providers into providers/ Jason Gunthorpe
     [not found]     ` <1475787103-13283-9-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-06 21:33       ` Steve Wise
2016-10-06 20:51   ` [PATCH rdma-core 09/17] iwpmd: Flatten iwpmd/src into iwpmd/ Jason Gunthorpe
     [not found]     ` <1475787103-13283-10-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-06 21:33       ` Steve Wise
2016-10-06 20:51   ` [PATCH rdma-core 10/17] srp_deamon: Flatten srp_daemon/src,etc into srp_daemon/ Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 11/17] ibcm: Flatten libibcm/src,include into libibcm/ Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 12/17] umad: Flatten libibumad/src,include into libibumad/ Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 13/17] verbs: Flatten libibverbs/src,include into libibverbs/ Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 14/17] rdmacm: Flatten librdmacm/src,include into librdmacm/ Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 15/17] Combined RPM Spec file Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 16/17] srp_daemon: Add the debian initscripts as an option Jason Gunthorpe
2016-10-06 20:51   ` [PATCH rdma-core 17/17] Debian Packaging Jason Gunthorpe
2016-10-07 14:05   ` [PATCH rdma-core 00/17] Fixes, flattening and packaging Leon Romanovsky
     [not found]     ` <20161007140551.GT9282-2ukJVAZIZ/Y@public.gmane.org>
2016-10-07 18:05       ` Jason Gunthorpe
     [not found]         ` <20161007180527.GA27537-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-07 18:34           ` Leon Romanovsky [this message]
2016-10-07 17:07   ` 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=20161007183425.GW9282@leon.nu \
    --to=leon-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=hch-jcswGhMUV9g@public.gmane.org \
    --cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=sean.hefty-ral2JQCrhuEAvxtiuMwx3w@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.