From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756807AbeDZP4A (ORCPT ); Thu, 26 Apr 2018 11:56:00 -0400 Received: from merlin.infradead.org ([205.233.59.134]:51804 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755871AbeDZPz7 (ORCPT ); Thu, 26 Apr 2018 11:55:59 -0400 Date: Thu, 26 Apr 2018 17:55:48 +0200 From: Peter Zijlstra To: Will Deacon Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mingo@kernel.org, boqun.feng@gmail.com, paulmck@linux.vnet.ibm.com, longman@redhat.com Subject: Re: [PATCH v3 14/14] MAINTAINERS: Add myself as a co-maintainer for LOCKING PRIMITIVES Message-ID: <20180426155548.GN4064@hirez.programming.kicks-ass.net> References: <1524738868-31318-1-git-send-email-will.deacon@arm.com> <1524738868-31318-15-git-send-email-will.deacon@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1524738868-31318-15-git-send-email-will.deacon@arm.com> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 26, 2018 at 11:34:28AM +0100, Will Deacon wrote: > I've been heavily involved with concurrency and memory ordering stuff > (see ATOMIC INFRASTRUCTURE and LINUX KERNEL MEMORY CONSISTENCY MODEL) > and with arm64 now using qrwlock with a view to using qspinlock in the > near future, I'm going to continue being involved with the core locking > primitives. Reflect this by adding myself as a co-maintainer alongside > Ingo and Peter. I much value your help on this, thanks!