From: Randy Dunlap <rdunlap@infradead.org>
To: Karoly Kemeny <karoly.kemeny@gmail.com>,
netdev@vger.kernel.org, davem@davemloft.net,
linux-doc@vger.kernel.org
Subject: Re: [PATCH 1/2] net: socket.h structures documentation
Date: Sun, 03 Aug 2014 15:48:52 -0700 [thread overview]
Message-ID: <53DEBC54.7020708@infradead.org> (raw)
In-Reply-To: <1406928683-4317-1-git-send-email-karoly.kemeny@gmail.com>
On 08/01/14 14:31, Karoly Kemeny wrote:
> Signed-off-by: Karoly Kemeny <karoly.kemeny@gmail.com>
> ---
> include/linux/socket.h | 78 ++++++++++++++++++++++++++++++++++++--------------
> 1 file changed, 57 insertions(+), 21 deletions(-)
>
> diff --git a/include/linux/socket.h b/include/linux/socket.h
> index ec538fc..18c225a 100644
> --- a/include/linux/socket.h
> +++ b/include/linux/socket.h
> @@ -131,6 +163,10 @@ static inline struct cmsghdr * cmsg_nxthdr (struct msghdr *__msg, struct cmsghdr
> #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */
> #define SCM_SECURITY 0x03 /* rw: security label */
>
> +/**
> + * struct ucred - credentials represented an a struct in the ancilliary message
as
and then add:
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> + */
> +
> struct ucred {
> __u32 pid;
> __u32 uid;
>
--
~Randy
prev parent reply other threads:[~2014-08-03 22:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-01 21:31 [PATCH 1/2] net: socket.h structures documentation Karoly Kemeny
2014-08-01 21:31 ` [PATCH 2/2] ipv6: header documentation Karoly Kemeny
2014-08-03 22:48 ` Randy Dunlap
2014-08-03 22:48 ` Randy Dunlap [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=53DEBC54.7020708@infradead.org \
--to=rdunlap@infradead.org \
--cc=davem@davemloft.net \
--cc=karoly.kemeny@gmail.com \
--cc=linux-doc@vger.kernel.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 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).