mbox series

[v1,net-next,0/2] raw: Fix nits of RCU conversion series.

Message ID 20220619232927.54259-1-kuniyu@amazon.com (mailing list archive)
Headers show
Series raw: Fix nits of RCU conversion series. | expand

Message

Kuniyuki Iwashima June 19, 2022, 11:29 p.m. UTC
The first patch fixes a build error by commit ba44f8182ec2 ("raw: use
more conventional iterators"), but it does not land in the net tree,
so this series is targeted to net-next.  The second patch replaces some
hlist functions with sk's helper macros.


Kuniyuki Iwashima (2):
  raw: Fix mixed declarations error in raw_icmp_error().
  raw: Use helpers for the hlist_nulls variant.

 net/ipv4/raw.c      | 10 +++++-----
 net/ipv4/raw_diag.c |  4 ++--
 net/ipv6/raw.c      |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 20, 2022, 8:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sun, 19 Jun 2022 16:29:25 -0700 you wrote:
> The first patch fixes a build error by commit ba44f8182ec2 ("raw: use
> more conventional iterators"), but it does not land in the net tree,
> so this series is targeted to net-next.  The second patch replaces some
> hlist functions with sk's helper macros.
> 
> 
> Kuniyuki Iwashima (2):
>   raw: Fix mixed declarations error in raw_icmp_error().
>   raw: Use helpers for the hlist_nulls variant.
> 
> [...]

Here is the summary with links:
  - [v1,net-next,1/2] raw: Fix mixed declarations error in raw_icmp_error().
    https://git.kernel.org/netdev/net-next/c/5da39e31b1b0
  - [v1,net-next,2/2] raw: Use helpers for the hlist_nulls variant.
    https://git.kernel.org/netdev/net-next/c/f289c02bf41b

You are awesome, thank you!