From: patchwork-bot+netdevbpf@kernel.org
To: Steffen Klassert <steffen.klassert@secunet.com>
Cc: davem@davemloft.net, kuba@kernel.org,
herbert@gondor.apana.org.au, netdev@vger.kernel.org
Subject: Re: [PATCH 01/17] esp: drop unneeded assignment in esp4_gro_receive()
Date: Mon, 28 Jun 2021 20:40:54 +0000 [thread overview]
Message-ID: <162491285422.18293.3691707524656867154.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210628054522.1718786-2-steffen.klassert@secunet.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 28 Jun 2021 07:45:06 +0200 you wrote:
> From: Yang Li <yang.lee@linux.alibaba.com>
>
> Making '!=' operation with 0 directly after calling
> the function xfrm_parse_spi() is more efficient,
> assignment to err is redundant.
>
> Eliminate the following clang_analyzer warning:
> net/ipv4/esp4_offload.c:41:7: warning: Although the value stored to
> 'err' is used in the enclosing expression, the value is never actually
> read from 'err'
>
> [...]
Here is the summary with links:
- [01/17] esp: drop unneeded assignment in esp4_gro_receive()
https://git.kernel.org/netdev/net-next/c/335a2a1fcefc
- [02/17] xfrm: add state hashtable keyed by seq
https://git.kernel.org/netdev/net-next/c/fe9f1d8779cb
- [03/17] net: Remove unnecessary variables
https://git.kernel.org/netdev/net-next/c/a925316af80a
- [04/17] xfrm: remove description from xfrm_type struct
https://git.kernel.org/netdev/net-next/c/152bca090243
- [05/17] xfrm: policy: fix a spelling mistake
https://git.kernel.org/netdev/net-next/c/7a7ae1eba24a
- [06/17] xfrm: ipv6: add xfrm6_hdr_offset helper
https://git.kernel.org/netdev/net-next/c/9acf4d3b9ec1
- [07/17] xfrm: ipv6: move mip6_destopt_offset into xfrm core
https://git.kernel.org/netdev/net-next/c/37b9e7eb5565
- [08/17] xfrm: ipv6: move mip6_rthdr_offset into xfrm core
https://git.kernel.org/netdev/net-next/c/848b18fb7fbd
- [09/17] xfrm: remove hdr_offset indirection
https://git.kernel.org/netdev/net-next/c/d1002d2490e3
- [10/17] xfrm: merge dstopt and routing hdroff functions
https://git.kernel.org/netdev/net-next/c/3ca5ca83e206
- [11/17] xfrm: delete xfrm4_output_finish xfrm6_output_finish declarations
https://git.kernel.org/netdev/net-next/c/1b50dd478f49
- [12/17] xfrm: avoid compiler warning when ipv6 is disabled
https://git.kernel.org/netdev/net-next/c/30ad6a84f60b
- [13/17] xfrm: replay: avoid xfrm replay notify indirection
https://git.kernel.org/netdev/net-next/c/cfc61c598e43
- [14/17] xfrm: replay: remove advance indirection
https://git.kernel.org/netdev/net-next/c/c7f877833c9f
- [15/17] xfrm: replay: remove recheck indirection
https://git.kernel.org/netdev/net-next/c/25cfb8bc97c2
- [16/17] xfrm: replay: avoid replay indirection
https://git.kernel.org/netdev/net-next/c/adfc2fdbae30
- [17/17] xfrm: replay: remove last replay indirection
https://git.kernel.org/netdev/net-next/c/b5a1d1fe0cbb
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-06-28 20:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-28 5:45 pull request (net-next): ipsec-next 2021-06-28 Steffen Klassert
2021-06-28 5:45 ` [PATCH 01/17] esp: drop unneeded assignment in esp4_gro_receive() Steffen Klassert
2021-06-28 20:40 ` patchwork-bot+netdevbpf [this message]
2021-06-28 5:45 ` [PATCH 02/17] xfrm: add state hashtable keyed by seq Steffen Klassert
2021-06-28 5:45 ` [PATCH 03/17] net: Remove unnecessary variables Steffen Klassert
2021-06-28 5:45 ` [PATCH 04/17] xfrm: remove description from xfrm_type struct Steffen Klassert
2021-06-28 5:45 ` [PATCH 05/17] xfrm: policy: fix a spelling mistake Steffen Klassert
2021-06-28 5:45 ` [PATCH 06/17] xfrm: ipv6: add xfrm6_hdr_offset helper Steffen Klassert
2021-06-28 5:45 ` [PATCH 07/17] xfrm: ipv6: move mip6_destopt_offset into xfrm core Steffen Klassert
2021-06-28 5:45 ` [PATCH 08/17] xfrm: ipv6: move mip6_rthdr_offset " Steffen Klassert
2021-06-28 5:45 ` [PATCH 09/17] xfrm: remove hdr_offset indirection Steffen Klassert
2021-06-28 5:45 ` [PATCH 10/17] xfrm: merge dstopt and routing hdroff functions Steffen Klassert
2021-06-28 5:45 ` [PATCH 11/17] xfrm: delete xfrm4_output_finish xfrm6_output_finish declarations Steffen Klassert
2021-06-28 5:45 ` [PATCH 12/17] xfrm: avoid compiler warning when ipv6 is disabled Steffen Klassert
2021-06-28 5:45 ` [PATCH 13/17] xfrm: replay: avoid xfrm replay notify indirection Steffen Klassert
2021-06-28 5:45 ` [PATCH 14/17] xfrm: replay: remove advance indirection Steffen Klassert
2021-06-28 5:45 ` [PATCH 15/17] xfrm: replay: remove recheck indirection Steffen Klassert
2021-06-28 5:45 ` [PATCH 16/17] xfrm: replay: avoid replay indirection Steffen Klassert
2021-06-28 5:45 ` [PATCH 17/17] xfrm: replay: remove last " Steffen Klassert
2021-06-28 20:40 ` pull request (net-next): ipsec-next 2021-06-28 patchwork-bot+netdevbpf
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=162491285422.18293.3691707524656867154.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=steffen.klassert@secunet.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).