Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752335AbdGGLLw (ORCPT ); Fri, 7 Jul 2017 07:11:52 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:60142 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751034AbdGGLLu (ORCPT ); Fri, 7 Jul 2017 07:11:50 -0400 Date: Fri, 7 Jul 2017 13:11:30 +0200 From: Peter Zijlstra To: "Reshetova, Elena" Cc: "linux-kernel@vger.kernel.org" , "cgroups@vger.kernel.org" , "linux-audit@redhat.com" , "linux-fsdevel@vger.kernel.org" , "gregkh@linuxfoundation.org" , "viro@zeniv.linux.org.uk" , "tj@kernel.org" , "mingo@redhat.com" , "hannes@cmpxchg.org" , "lizefan@huawei.com" , "acme@kernel.org" , "alexander.shishkin@linux.intel.com" , "eparis@redhat.com" , "akpm@linux-foundation.org" , "arnd@arndb.de" , "luto@kernel.org" , "keescook@chromium.org" , Hans Liljestrand , David Windsor , Thomas Gleixner Subject: Re: [PATCH 14/15] kernel: convert futex_pi_state.refcount from atomic_t to refcount_t Message-ID: <20170707111130.4vntze6ixqi4tkct@hirez.programming.kicks-ass.net> References: <1499418269-3686-1-git-send-email-elena.reshetova@intel.com> <1499418269-3686-15-git-send-email-elena.reshetova@intel.com> <20170707092603.rmt4ne4c75k5qg56@hirez.programming.kicks-ass.net> <2236FBA76BA1254E88B949DDB74E612B6FF21DBE@IRSMSX102.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2236FBA76BA1254E88B949DDB74E612B6FF21DBE@IRSMSX102.ger.corp.intel.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 817 Lines: 23 On Fri, Jul 07, 2017 at 10:24:20AM +0000, Reshetova, Elena wrote: > It is not so trivial as you might think. Unless right person shows up > as maintainer/supporter when I run get_maintainer script, In this case though it should: FUTEX SUBSYSTEM M: Thomas Gleixner M: Ingo Molnar R: Peter Zijlstra R: Darren Hart L: linux-kernel@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core S: Maintained F: kernel/futex.c F: kernel/futex_compat.c F: include/asm-generic/futex.h F: include/linux/futex.h F: include/uapi/linux/futex.h F: tools/testing/selftests/futex/ F: tools/perf/bench/futex* F: Documentation/*futex*