From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH 4/7] static_key: use static_key_slow_inc_deferred() Date: Fri, 18 Oct 2013 09:29:45 +0200 Message-ID: <20131018072906.GA24108@hpx.cz> References: <1382004631-25895-1-git-send-email-rkrcmar@redhat.com> <1382004631-25895-5-git-send-email-rkrcmar@redhat.com> <525FBE4B.9060206@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-kernel@vger.kernel.org, Gleb Natapov , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Peter Zijlstra , Paul Mackerras , Arnaldo Carvalho de Melo , kvm@vger.kernel.org To: Paolo Bonzini Return-path: Content-Disposition: inline In-Reply-To: <525FBE4B.9060206@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 2013-10-17 12:39+0200, Paolo Bonzini: > Il 17/10/2013 12:10, Radim Kr=C4=8Dm=C3=A1=C5=99 ha scritto: > > Simple replacement where possible. > > Saves us problematic access to the structure and allows optimalizat= ions > > and bug fixes to take place. >=20 > I think you should introduce this first as a simple wrapper around > static_key_slow_inc, and then add the bells and whistles you have in > patches 2 and 3. Ok, thanks.