From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753033AbaACAqT (ORCPT ); Thu, 2 Jan 2014 19:46:19 -0500 Received: from smtp.codeaurora.org ([198.145.11.231]:48629 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752661AbaACAqS (ORCPT ); Thu, 2 Jan 2014 19:46:18 -0500 Message-ID: <52C60858.6080404@codeaurora.org> Date: Thu, 02 Jan 2014 16:46:16 -0800 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: John Stultz , LKML CC: =?UTF-8?B?S3J6eXN6dG9mIEhhxYJhc2E=?= , =?UTF-8?B?VXdlIEtsZWluZS1Lw7ZuaWc=?= , Willy Tarreau , Ingo Molnar , Peter Zijlstra , Linus Torvalds , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] seqlock: Use raw_ prefix instead of _no_lockdep References: <52C5E675.80701@linaro.org> <1388704274-5278-1-git-send-email-john.stultz@linaro.org> In-Reply-To: <1388704274-5278-1-git-send-email-john.stultz@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/02/14 15:11, John Stultz wrote: > Linus disliked the _no_lockdep() naming, so instead > use the more-consistent raw_* prefix to the non-lockdep > enabled seqcount methods. > > This also adds raw_ methods for the write operations > as well, which will be utilized in a following patch. > > Cc: Krzysztof Hałasa > Cc: Uwe Kleine-König > Cc: Willy Tarreau > Cc: Ingo Molnar , > Cc: Peter Zijlstra > Cc: Stephen Boyd > Cc: Linus Torvalds > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: John Stultz Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Thu, 02 Jan 2014 16:46:16 -0800 Subject: [PATCH 1/2] seqlock: Use raw_ prefix instead of _no_lockdep In-Reply-To: <1388704274-5278-1-git-send-email-john.stultz@linaro.org> References: <52C5E675.80701@linaro.org> <1388704274-5278-1-git-send-email-john.stultz@linaro.org> Message-ID: <52C60858.6080404@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/02/14 15:11, John Stultz wrote: > Linus disliked the _no_lockdep() naming, so instead > use the more-consistent raw_* prefix to the non-lockdep > enabled seqcount methods. > > This also adds raw_ methods for the write operations > as well, which will be utilized in a following patch. > > Cc: Krzysztof Ha?asa > Cc: Uwe Kleine-K?nig > Cc: Willy Tarreau > Cc: Ingo Molnar , > Cc: Peter Zijlstra > Cc: Stephen Boyd > Cc: Linus Torvalds > Cc: linux-arm-kernel at lists.infradead.org > Signed-off-by: John Stultz Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation