mbox series

[net-next,0/2] enable and use static_branch_deferred_inc

Message ID 20190613150816.83198-1-willemdebruijn.kernel@gmail.com
Headers show
Series enable and use static_branch_deferred_inc | expand

Message

Willem de Bruijn June 13, 2019, 3:08 p.m. UTC
From: Willem de Bruijn <willemb@google.com>

1. make static_branch_deferred_inc available if !CONFIG_JUMP_LABEL
2. convert the existing STATIC_KEY_DEFERRED_FALSE user to this api

Willem de Bruijn (2):
  locking/static_key: always define static_branch_deferred_inc
  tcp: use static_branch_deferred_inc for clean_acked_data_enabled

 include/linux/jump_label_ratelimit.h | 5 +++--
 net/ipv4/tcp_input.c                 | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Comments

Jakub Kicinski June 13, 2019, 5:09 p.m. UTC | #1
On Thu, 13 Jun 2019 11:08:14 -0400, Willem de Bruijn wrote:
> From: Willem de Bruijn <willemb@google.com>
> 
> 1. make static_branch_deferred_inc available if !CONFIG_JUMP_LABEL
> 2. convert the existing STATIC_KEY_DEFERRED_FALSE user to this api

Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>

Thanks/sorry :)
David Miller June 15, 2019, 2:32 a.m. UTC | #2
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: Thu, 13 Jun 2019 11:08:14 -0400

> From: Willem de Bruijn <willemb@google.com>
> 
> 1. make static_branch_deferred_inc available if !CONFIG_JUMP_LABEL
> 2. convert the existing STATIC_KEY_DEFERRED_FALSE user to this api

Series applied.