mbox series

[for-next,0/5] Misc update for RTRS

Message ID 20220114154753.983568-1-haris.iqbal@ionos.com (mailing list archive)
Headers show
Series Misc update for RTRS | expand

Message

Haris Iqbal Jan. 14, 2022, 3:47 p.m. UTC
Hi Jason, hi Doug,

Please consider to include following changes to the next merge window.

The patchset is organized as:
- patch1, patch2, patch3 fixes warnings generated from checkpatch
- patch4 updates a comment.
- patch5 In case of error, performs failover earlier & avoids deadlock

Gioh Kim (3):
  RDMA/rtrs: fix CHECK:BRACES type warning
  RDMA/rtrs-clt: fix CHECK type warnings
  RDMA/rtrs-clt: fix CHECK type warnings

Jack Wang (2):
  RDMA/rtrs-clt: Update one outdated comment in path_it_deinit
  RDMA/rtrs-clt: Do stop and failover outside reconnect work.

 drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c |  3 +-
 drivers/infiniband/ulp/rtrs/rtrs-clt.c       | 91 ++++++++++----------
 drivers/infiniband/ulp/rtrs/rtrs-clt.h       |  1 +
 drivers/infiniband/ulp/rtrs/rtrs.c           |  1 -
 4 files changed, 47 insertions(+), 49 deletions(-)

Comments

Haris Iqbal Jan. 26, 2022, 1:56 p.m. UTC | #1
On Fri, Jan 14, 2022 at 4:48 PM Md Haris Iqbal <haris.iqbal@ionos.com> wrote:
>
> Hi Jason, hi Doug,
>
> Please consider to include following changes to the next merge window.

Ping.

>
> The patchset is organized as:
> - patch1, patch2, patch3 fixes warnings generated from checkpatch
> - patch4 updates a comment.
> - patch5 In case of error, performs failover earlier & avoids deadlock
>
> Gioh Kim (3):
>   RDMA/rtrs: fix CHECK:BRACES type warning
>   RDMA/rtrs-clt: fix CHECK type warnings
>   RDMA/rtrs-clt: fix CHECK type warnings
>
> Jack Wang (2):
>   RDMA/rtrs-clt: Update one outdated comment in path_it_deinit
>   RDMA/rtrs-clt: Do stop and failover outside reconnect work.
>
>  drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c |  3 +-
>  drivers/infiniband/ulp/rtrs/rtrs-clt.c       | 91 ++++++++++----------
>  drivers/infiniband/ulp/rtrs/rtrs-clt.h       |  1 +
>  drivers/infiniband/ulp/rtrs/rtrs.c           |  1 -
>  4 files changed, 47 insertions(+), 49 deletions(-)
>
> --
> 2.25.1
>
Jason Gunthorpe Jan. 28, 2022, 3 p.m. UTC | #2
On Wed, Jan 26, 2022 at 02:56:31PM +0100, Haris Iqbal wrote:
> On Fri, Jan 14, 2022 at 4:48 PM Md Haris Iqbal <haris.iqbal@ionos.com> wrote:
> >
> > Hi Jason, hi Doug,
> >
> > Please consider to include following changes to the next merge window.
> 
> Ping.

I don't look at most patches during the merge window.

> >
> > The patchset is organized as:
> > - patch1, patch2, patch3 fixes warnings generated from checkpatch
> > - patch4 updates a comment.
> > - patch5 In case of error, performs failover earlier & avoids deadlock
> >
> > Gioh Kim (3):
> >   RDMA/rtrs: fix CHECK:BRACES type warning
> >   RDMA/rtrs-clt: fix CHECK type warnings
> >
> > Jack Wang (2):
> >   RDMA/rtrs-clt: Update one outdated comment in path_it_deinit
> >   RDMA/rtrs-clt: Do stop and failover outside reconnect work.

I took these ones to for-next

> >   RDMA/rtrs-clt: fix CHECK type warnings

This one needs some more thinking

I fixed all the commit messages too

Thanks,
Jason