All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] enable and use static_branch_deferred_inc
@ 2019-06-13 15:08 Willem de Bruijn
  2019-06-13 15:08 ` [PATCH net-next 1/2] locking/static_key: always define static_branch_deferred_inc Willem de Bruijn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Willem de Bruijn @ 2019-06-13 15:08 UTC (permalink / raw)
  To: jakub.kicinski, peterz
  Cc: netdev, davem, edumazet, linux-kernel, Willem de Bruijn

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(-)

-- 
2.22.0.rc2.383.gf4fbbf30c2-goog


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-15  2:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13 15:08 [PATCH net-next 0/2] enable and use static_branch_deferred_inc Willem de Bruijn
2019-06-13 15:08 ` [PATCH net-next 1/2] locking/static_key: always define static_branch_deferred_inc Willem de Bruijn
2019-06-13 15:08 ` [PATCH net-next 2/2] tcp: use static_branch_deferred_inc for clean_acked_data_enabled Willem de Bruijn
2019-06-13 17:09 ` [PATCH net-next 0/2] enable and use static_branch_deferred_inc Jakub Kicinski
2019-06-15  2:32 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.