public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Jason Gunthorpe
	<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH rdma-core 0/7] Bugs found by sparse
Date: Tue, 21 Mar 2017 13:25:30 -0400	[thread overview]
Message-ID: <1490117130.2404.11.camel@redhat.com> (raw)
In-Reply-To: <1489508474-16664-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>

On Tue, 2017-03-14 at 10:21 -0600, Jason Gunthorpe wrote:
> Since Bart got sparse working I took a quick look at what is in the
> core
> libaries, these cases look like bugs to me.
> 
> I have another series that adds lots of sparse annotations to send
> later..
> 
> https://github.com/linux-rdma/rdma-core/pull/97
> 
> Jason Gunthorpe (7):
>   Drop debugging print in CMakeLists.txt
>   Fix missing swaps when computing path bits
>   Fix various missing swaps in debugging/logging macros
>   Add missing statics
>   acm: Fix incorrect TID masking
>   cmpost: Add missing swap for sin_port
>   acm: Fix missing swap in pkey compare
> 
>  CMakeLists.txt                      |  1 -
>  ibacm/prov/acmp/src/acmp.c          | 19 ++++++++++---------
>  ibacm/src/acm.c                     |  8 ++++----
>  libibcm/examples/cmpost.c           |  2 +-
>  libibverbs/examples/xsrq_pingpong.c |  2 +-
>  librdmacm/rsocket.c                 |  2 +-
>  providers/qedr/qelr_verbs.c         |  4 ++--
>  7 files changed, 19 insertions(+), 19 deletions(-)

This merge request was dropped (by Jason) for a later merge request.
 The later merge request has been merged (#101).  Thanks Jason.

-- 
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-03-21 17:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-14 16:21 [PATCH rdma-core 0/7] Bugs found by sparse Jason Gunthorpe
     [not found] ` <1489508474-16664-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-03-14 16:21   ` [PATCH rdma-core 1/7] Drop debugging print in CMakeLists.txt Jason Gunthorpe
2017-03-14 16:21   ` [PATCH rdma-core 2/7] Fix missing swaps when computing path bits Jason Gunthorpe
     [not found]     ` <1489508474-16664-3-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-03-14 17:09       ` Hefty, Sean
2017-03-14 16:21   ` [PATCH rdma-core 3/7] Fix various missing swaps in debugging/logging macros Jason Gunthorpe
     [not found]     ` <1489508474-16664-4-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-03-15  7:24       ` Amrani, Ram
     [not found]         ` <SN1PR07MB22075A6E4341F141A27692ECF8270-mikhvbZlbf8TSoR2DauN2+FPX92sqiQdvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-03-15 15:58           ` Jason Gunthorpe
2017-03-14 16:21   ` [PATCH rdma-core 4/7] Add missing statics Jason Gunthorpe
2017-03-14 16:21   ` [PATCH rdma-core 5/7] acm: Fix incorrect TID masking Jason Gunthorpe
2017-03-14 16:21   ` [PATCH rdma-core 6/7] cmpost: Add missing swap for sin_port Jason Gunthorpe
     [not found]     ` <1489508474-16664-7-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-03-14 17:10       ` Hefty, Sean
2017-03-14 16:21   ` [PATCH rdma-core 7/7] acm: Fix missing swap in pkey compare Jason Gunthorpe
2017-03-21 17:25   ` 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=1490117130.2404.11.camel@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@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