public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Bernd Schubert <bernd.schubert-mPn0NPGs4xGatNDF+KUbs4QuADTiUCJX@public.gmane.org>
To: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 0/2] 3.1-git ipoib: fix NULL pointer dereference
Date: Tue, 16 Aug 2011 12:56:48 +0200	[thread overview]
Message-ID: <20110816105648.1805137.35191.stgit@fsdevel3> (raw)

The following series  
- fixes a NULL pointer dereferences in ipoib_start_xmit()
- renames variable 'n' to 'dst_neigh' to make the code better readable

Question: I am unsure about the usage of likely() here, as I run into the else branch,
maybe it is not that unlikely and likely() should be removed?

---

Bernd Schubert (2):
      Fix possible Null pointer dereference in ipoib_start_xmit()
      Rename 'n' into a longer variable name.


 drivers/infiniband/ulp/ipoib/ipoib_main.c |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

--
Bernd Schubert
Fraunhofer ITWM / FhGFS

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

             reply	other threads:[~2011-08-16 10:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-16 10:56 Bernd Schubert [this message]
2011-08-16 10:56 ` [PATCH 1/2] Fix possible Null pointer dereference in ipoib_start_xmit() Bernd Schubert
2011-08-16 17:19   ` Roland Dreier
2011-08-16 10:56 ` [PATCH 2/2] Rename 'n' into a longer variable name Bernd Schubert
2011-08-16 18:47   ` David Miller

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=20110816105648.1805137.35191.stgit@fsdevel3 \
    --to=bernd.schubert-mpn0npgs4xgatndf+kubs4quadtiucjx@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=netdev-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