From: "John W. Linville" <linville@tuxdriver.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, dborkman@redhat.com, hannes@stressinduktion.org
Subject: Re: [PATCH] af_packet: fix typo of "unlikely" conditional in packet_snd
Date: Tue, 13 Jan 2015 16:40:27 -0500 [thread overview]
Message-ID: <20150113214025.GH14521@tuxdriver.com> (raw)
In-Reply-To: <20150113.142604.824938958848327187.davem@davemloft.net>
On Tue, Jan 13, 2015 at 02:26:04PM -0500, David Miller wrote:
> From: "John W. Linville" <linville@tuxdriver.com>
> Date: Tue, 13 Jan 2015 14:20:11 -0500
>
> > Change "unlikely(offset) < 0" to "unlikely(offset < 0)"...
> >
> > Coverity: CID 1259984
> >
> > Signed-off-by: John W. Linville <linville@tuxdriver.com>
>
> Should be fixed in the 'net' tree by:
>
> commit 46d2cfb192b30d729aef064808ed5ece47cee369
> Author: Christoph Jaeger <cj@linux.com>
> Date: Sun Jan 11 13:01:16 2015 -0500
>
> packet: bail out of packet_snd() if L2 header creation fails
Cool, sorry for the noise!
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
prev parent reply other threads:[~2015-01-13 21:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-13 19:20 [PATCH] af_packet: fix typo of "unlikely" conditional in packet_snd John W. Linville
2015-01-13 19:26 ` David Miller
2015-01-13 21:40 ` John W. Linville [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=20150113214025.GH14521@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=davem@davemloft.net \
--cc=dborkman@redhat.com \
--cc=hannes@stressinduktion.org \
--cc=netdev@vger.kernel.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.