From: David Miller <davem@davemloft.net>
To: aconole@bytheb.org
Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com,
sergei.shtylyov@cogentembedded.com
Subject: Re: [PATCH v4 0/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
Date: Tue, 29 Sep 2015 13:47:23 -0700 (PDT) [thread overview]
Message-ID: <20150929.134723.1384484811363656325.davem@davemloft.net> (raw)
In-Reply-To: <1443307843-16880-1-git-send-email-aconole@bytheb.org>
From: Aaron Conole <aconole@bytheb.org>
Date: Sat, 26 Sep 2015 18:50:41 -0400
> This patch set implements a bugfix for kernel.org bugzilla #12323, allowing
> MSG_PEEK to return all queued data on the unix domain socket, not just the
> data contained in a single SKB.
>
> This is the v3 version of this patch, which includes a suggested modification
> by Eric Dumazet to convert the unix_sk() conversion macro to a static inline
> function. These patches are independent and can be applied separately.
>
> This set was tested over a 24-hour period, utilizing a loop continually
> executing the bugzilla issue attached python code. It was instrumented with
> a pr_err_once() ([ 13.798683] unix: went there at least one time).
>
> v2->v3:
> - Added Eric Dumazet's suggestion for #define to static inline
> - Fixed an issue calling unix_state_lock() with an invalid argument
>
> v3->v4:
> - Eliminated an XXX comment
> - Changed from goto unlock to explicit unix_state_unlock() and break
Series applied, thanks.
prev parent reply other threads:[~2015-09-29 20:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-22 0:27 [PATCH v3 0/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Aaron Conole
2015-09-22 0:27 ` [PATCH v3 1/2] [net] af_unix: Convert the unix_sk macro to an inline function for type safety Aaron Conole
2015-09-22 0:27 ` [PATCH v3 2/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Aaron Conole
2015-09-24 19:14 ` David Miller
2015-09-25 13:25 ` Aaron Conole
2015-09-26 22:50 ` [PATCH v4 0/2] " Aaron Conole
2015-09-26 22:50 ` [PATCH v4 1/2] [net] af_unix: Convert the unix_sk macro to an inline function for type safety Aaron Conole
2015-09-26 22:50 ` [PATCH v4 2/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Aaron Conole
2015-09-29 20:47 ` David Miller [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=20150929.134723.1384484811363656325.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=aconole@bytheb.org \
--cc=eric.dumazet@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=sergei.shtylyov@cogentembedded.com \
/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).