All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Suraj Upadhyay <usuraj35@gmail.com>
Cc: dledford@redhat.com, linux-rdma@vger.kernel.org,
	linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs.
Date: Mon, 24 Aug 2020 16:42:24 +0000	[thread overview]
Message-ID: <20200824164224.GA3180344@nvidia.com> (raw)
In-Reply-To: <cover.1596957073.git.usuraj35@gmail.com>

On Sun, Aug 09, 2020 at 12:54:28PM +0530, Suraj Upadhyay wrote:
> Hii Developers,
> 
> 	This patch series will replace all the legacy pci-dma-compat wrappers
> with the dma-mapping APIs directly in the INFINIBAND Subsystem.
> 
> This task is done through a coccinelle script which is described in each commit
> message.
> 
> The changes are compile tested.
> 
> Thanks,
> 
> Suraj Upadhyay.
> 
> Suraj Upadhyay (4):
>   IB/hfi1: Remove pci-dma-compat wrapper APIs
>   IB/mthca: Remove pci-dma-compat wrapper APIs
>   RDMA/qib: Remove pci-dma-compat wrapper APIs
>   RDMA/pvrdma: Remove pci-dma-compat wrapper APIs

Aside from Joe's notes it doesn't apply either:

 Applying: RDMA/efa : Remove pci-dma-compat wrapper APIs
 Using index info to reconstruct a base tree...
 error: patch failed: drivers/infiniband/hw/efa/efa_main.c:405
 error: drivers/infiniband/hw/efa/efa_main.c: patch does not apply
 error: Did you hand edit your patch?
 It does not apply to blobs recorded in its index.

Try to avoid hand editing patches..

Please resend

Jason

WARNING: multiple messages have this Message-ID (diff)
From: Jason Gunthorpe <jgg@nvidia.com>
To: Suraj Upadhyay <usuraj35@gmail.com>
Cc: <dledford@redhat.com>, <linux-rdma@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <kernel-janitors@vger.kernel.org>
Subject: Re: [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs.
Date: Mon, 24 Aug 2020 13:42:24 -0300	[thread overview]
Message-ID: <20200824164224.GA3180344@nvidia.com> (raw)
In-Reply-To: <cover.1596957073.git.usuraj35@gmail.com>

On Sun, Aug 09, 2020 at 12:54:28PM +0530, Suraj Upadhyay wrote:
> Hii Developers,
> 
> 	This patch series will replace all the legacy pci-dma-compat wrappers
> with the dma-mapping APIs directly in the INFINIBAND Subsystem.
> 
> This task is done through a coccinelle script which is described in each commit
> message.
> 
> The changes are compile tested.
> 
> Thanks,
> 
> Suraj Upadhyay.
> 
> Suraj Upadhyay (4):
>   IB/hfi1: Remove pci-dma-compat wrapper APIs
>   IB/mthca: Remove pci-dma-compat wrapper APIs
>   RDMA/qib: Remove pci-dma-compat wrapper APIs
>   RDMA/pvrdma: Remove pci-dma-compat wrapper APIs

Aside from Joe's notes it doesn't apply either:

 Applying: RDMA/efa : Remove pci-dma-compat wrapper APIs
 Using index info to reconstruct a base tree...
 error: patch failed: drivers/infiniband/hw/efa/efa_main.c:405
 error: drivers/infiniband/hw/efa/efa_main.c: patch does not apply
 error: Did you hand edit your patch?
 It does not apply to blobs recorded in its index.

Try to avoid hand editing patches..

Please resend

Jason

  parent reply	other threads:[~2020-08-24 16:42 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-09  7:24 [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs Suraj Upadhyay
2020-08-09  7:36 ` Suraj Upadhyay
2020-08-09  7:29 ` [PATCH 1/4] IB/hfi1: " Suraj Upadhyay
2020-08-09  7:41   ` Suraj Upadhyay
2020-08-09  7:31 ` [PATCH 2/4] IB/mthca: " Suraj Upadhyay
2020-08-09  7:43   ` Suraj Upadhyay
2020-08-09  7:32 ` [PATCH 3/4] RDMA/qib: " Suraj Upadhyay
2020-08-09  7:44   ` Suraj Upadhyay
2020-08-09  7:33 ` [PATCH 4/4] RDMA/pvrdma: " Suraj Upadhyay
2020-08-09  7:45   ` Suraj Upadhyay
2020-08-09  7:45 ` [PATCH 5/4] RDMA/efa : " Suraj Upadhyay
2020-08-09  7:57   ` Suraj Upadhyay
2020-08-09  8:10   ` Joe Perches
2020-08-09  8:10     ` Joe Perches
2020-08-09  8:35 ` [PATCH 0/4] Infiniband Subsystem: " Gal Pressman
2020-08-09  8:35   ` Gal Pressman
2020-08-09  8:38   ` Suraj Upadhyay
2020-08-09  8:50     ` Suraj Upadhyay
2020-08-24 16:42 ` Jason Gunthorpe [this message]
2020-08-24 16:42   ` Jason Gunthorpe

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=20200824164224.GA3180344@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=dledford@redhat.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=usuraj35@gmail.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.