linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Henry Orosco <henry.orosco-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	e1000-rdma-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [pull request][PATCH v2 0/6] i40iw: Fixes for i40iw
Date: Wed, 16 Aug 2017 11:29:05 -0400	[thread overview]
Message-ID: <1502897345.33760.9.camel@redhat.com> (raw)
In-Reply-To: <20170809013848.29080-1-henry.orosco-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

On Tue, 2017-08-08 at 20:38 -0500, Henry Orosco wrote:
> The following patch series has fixes for the i40iw driver.
> 
> V2 - Removed 1 patch from series
> 
> --------------------------------------------------------
> 
> Git Repo to pull from:
>         https://github.com/horosco/linux.git
> 
> tag:
>         for-v4.13-08-07-2017-v2
> 
> Commits of interest:
> 
> commit 08bc3c4ee4c759655b2250b59ddec80950772f6a
> Date:   Wed Jul 5 13:33:54 2017 -0500
> i40iw: Fix potential fcn_id_array out of bounds
> 
> to
> 
> commit a18153f9af05c1f03ee449cc881fd63e9f83d7fc
> Date:   Mon Jul 3 15:45:32 2017 -0500
> i40iw: Fix parsing of query/commit FPM buffers
> 
> --------------------------------------------------------
> 
> Chien Tin Tung (1):
>   i40iw: Fix parsing of query/commit FPM buffers
> 
> Christopher N Bednarz (2):
>   i40iw: Use correct alignment for CQ0 memory
>   i40iw: Fix potential fcn_id_array out of bounds
> 
> Mustafa Ismail (2):
>   i40iw: Correct variable names
>   i40iw: Fix typecast of tcp_seq_num
> 
> Shiraz Saleem (1):
>   i40iw: Improve CQP timeout logic

Hi Henry,

I took everything for -rc *Except* the Improve CQP timeout logic patch.
 That patch qualifies as new development and not really a bug fix, and
since we are at -rc5, new development needs to be in for-next instead.

> 
>  drivers/infiniband/hw/i40iw/i40iw_ctrl.c   | 134
> ++++++++++++++++++++---------
>  drivers/infiniband/hw/i40iw/i40iw_d.h      |   4 +-
>  drivers/infiniband/hw/i40iw/i40iw_p.h      |  14 +--
>  drivers/infiniband/hw/i40iw/i40iw_puda.c   |   2 +-
>  drivers/infiniband/hw/i40iw/i40iw_status.h |   2 +-
>  drivers/infiniband/hw/i40iw/i40iw_type.h   |   5 ++
>  drivers/infiniband/hw/i40iw/i40iw_uk.c     |   8 +-
>  drivers/infiniband/hw/i40iw/i40iw_utils.c  |  22 +++--
>  8 files changed, 129 insertions(+), 62 deletions(-)
> 
-- 
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-08-16 15:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-09  1:38 [pull request][PATCH v2 0/6] i40iw: Fixes for i40iw Henry Orosco
     [not found] ` <20170809013848.29080-1-henry.orosco-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-08-09  1:38   ` [PATCH v2 1/6] i40iw: Fix parsing of query/commit FPM buffers Henry Orosco
2017-08-09  1:38   ` [PATCH v2 2/6] i40iw: Correct variable names Henry Orosco
2017-08-09  1:38   ` [PATCH v2 3/6] i40iw: Improve CQP timeout logic Henry Orosco
2017-08-09  1:38   ` [PATCH v2 4/6] i40iw: Fix typecast of tcp_seq_num Henry Orosco
2017-08-09  1:38   ` [PATCH v2 5/6] i40iw: Use correct alignment for CQ0 memory Henry Orosco
2017-08-09  1:38   ` [PATCH v2 6/6] i40iw: Fix potential fcn_id_array out of bounds Henry Orosco
2017-08-16 15:29   ` Doug Ledford [this message]
     [not found]     ` <1502897345.33760.9.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-08-22 19:39       ` [pull request][PATCH v2 0/6] i40iw: Fixes for i40iw 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=1502897345.33760.9.camel@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=e1000-rdma-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=henry.orosco-ral2JQCrhuEAvxtiuMwx3w@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).