All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Matan Barak <matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Jason Gunthorpe
	<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>,
	Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Liran Liss <liranl-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Majd Dibbiny <majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Yishai Hadas <yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Ira Weiny <ira.weiny-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Christoph Lameter <cl-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH for-next 0/6] IB/core: Small fixes and refactors for IDR locking series
Date: Thu, 20 Apr 2017 11:45:07 -0400	[thread overview]
Message-ID: <1492703107.3041.0.camel@redhat.com> (raw)
In-Reply-To: <1492506222-28999-1-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

On Tue, 2017-04-18 at 12:03 +0300, Matan Barak wrote:
> Hi Doug,
> 
> This series comes after the comments Sean and Jason sent in the
> linux-rdma
> mailing list for the "Change IDR usage and locking in uverbs" series.
> It's focused on small refactors, beautification and fixes
> for that series. It doesn't aim to change anything logically.
> 
> Thanks,
> Matan
> 
> Matan Barak (6):
>   IB/core: Rename write flag to exclusive in rdma_core
>   IB/core: Don't pass the lock state to _rdma_remove_commit_uobject
>   IB/core: Nullify ib_uobject during allocation
>   IB/core: A small refactor in destroy WQ handler
>   IB/core: Don't use is_async in event files to infer events size
>   IB/core: Rename uverbs event file structure
> 
>  drivers/infiniband/core/rdma_core.c        |  86 ++++++++---------
>  drivers/infiniband/core/uverbs.h           |  21 +++--
>  drivers/infiniband/core/uverbs_cmd.c       |  16 +---
>  drivers/infiniband/core/uverbs_main.c      | 146 ++++++++++++++-----
> ----------
>  drivers/infiniband/core/uverbs_std_types.c |  20 ++--
>  include/rdma/uverbs_types.h                |  33 +++----
>  6 files changed, 158 insertions(+), 164 deletions(-)

Hi Matan,

Thanks, series applied.

-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
    GPG KeyID: B826A3330E572FDD
   
Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

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

      parent reply	other threads:[~2017-04-20 15:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-18  9:03 [PATCH for-next 0/6] IB/core: Small fixes and refactors for IDR locking series Matan Barak
     [not found] ` <1492506222-28999-1-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-04-18  9:03   ` [PATCH for-next 1/6] IB/core: Rename write flag to exclusive in rdma_core Matan Barak
     [not found]     ` <1492506222-28999-2-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-04-18 15:12       ` Hefty, Sean
2017-04-18  9:03   ` [PATCH for-next 2/6] IB/core: Don't pass the lock state to _rdma_remove_commit_uobject Matan Barak
     [not found]     ` <1492506222-28999-3-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-04-18 15:13       ` Hefty, Sean
2017-04-18  9:03   ` [PATCH for-next 3/6] IB/core: Nullify ib_uobject during allocation Matan Barak
2017-04-18  9:03   ` [PATCH for-next 4/6] IB/core: A small refactor in destroy WQ handler Matan Barak
     [not found]     ` <1492506222-28999-5-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-04-18 15:14       ` Hefty, Sean
2017-04-18  9:03   ` [PATCH for-next 5/6] IB/core: Don't use is_async in event files to infer events size Matan Barak
     [not found]     ` <1492506222-28999-6-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-04-18 15:14       ` Hefty, Sean
2017-04-18  9:03   ` [PATCH for-next 6/6] IB/core: Rename uverbs event file structure Matan Barak
     [not found]     ` <1492506222-28999-7-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-04-18 15:22       ` Hefty, Sean
     [not found]         ` <1828884A29C6694DAF28B7E6B8A82373AB11476E-P5GAC/sN6hkd3b2yrw5b5LfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2017-04-19  7:28           ` Matan Barak
2017-04-20 15:45   ` Doug Ledford [this message]

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=1492703107.3041.0.camel@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=cl-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org \
    --cc=ira.weiny-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=liranl-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=yishaih-VPRAkNaXOzVWk0Htik3J/w@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.