From: David Miller <davem@davemloft.net>
To: cugyly@163.com
Cc: netdev@vger.kernel.org, Linyu.Yuan@alcatel-sbell.com.cn
Subject: Re: [PATCH net-next] idsn: fix wrong skb_put() used
Date: Wed, 21 Jun 2017 09:52:07 -0400 (EDT) [thread overview]
Message-ID: <20170621.095207.1836095159650465700.davem@davemloft.net> (raw)
In-Reply-To: <1498046680-22872-1-git-send-email-cugyly@163.com>
From: yuan linyu <cugyly@163.com>
Date: Wed, 21 Jun 2017 20:04:40 +0800
> From: yuan linyu <Linyu.Yuan@alcatel-sbell.com.cn>
>
> in my commit b952f4dff2751252db073c27c0f8a16a416a2ddc,
> - *(u8 *)skb_put(skb_out, 1) = (u8)(accm >> 24); \
> + skb_put(skb_out, (u8)(accm >> 24)); \
> it should skb_put_u8()
>
> Fixes: b952f4dff275 ("net: manual clean code which call skb_put_[data:zero])")
> Signed-off-by: yuan linyu <Linyu.Yuan@alcatel-sbell.com.cn>
Applied.
prev parent reply other threads:[~2017-06-21 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-21 12:04 [PATCH net-next] idsn: fix wrong skb_put() used yuan linyu
2017-06-21 13:52 ` 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=20170621.095207.1836095159650465700.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=Linyu.Yuan@alcatel-sbell.com.cn \
--cc=cugyly@163.com \
--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).