From mboxrd@z Thu Jan 1 00:00:00 1970 From: Davidlohr Bueso Subject: Re: [PATCH 5/6] net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api Date: Tue, 27 Mar 2018 08:37:51 -0700 Message-ID: <20180327153751.52xzpcafm7gda44a@linux-n805> References: <20180326210929.5244-1-dave@stgolabs.net> <20180326210929.5244-6-dave@stgolabs.net> <20180327.114402.619275306009710582.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Cc: peterz@infradead.org, mingo@kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, dbueso@suse.de To: David Miller Return-path: Content-Disposition: inline In-Reply-To: <20180327.114402.619275306009710582.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, 27 Mar 2018, David Miller wrote: >From: Davidlohr Bueso >Date: Mon, 26 Mar 2018 14:09:28 -0700 > >> No changes in refcount semantics -- key init is false; replace >> >> static_key_slow_inc|dec with static_branch_inc|dec >> static_key_false with static_branch_unlikely >> >> Added a '_key' suffix to i2c_trace_msg, for better self >> documentation. > >I see no reference to i2c_trace_msg in this patch. Sorry, that was from a previous changelog. The reason why it was not updated was because I chose not to rename to ip_tunnel_metadata_cnt_key, so the whole sentence needed removal. Do you want a v3 or can you pick up as is? Thanks, Davidlohr