From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754623AbdDOOMK (ORCPT ); Sat, 15 Apr 2017 10:12:10 -0400 Received: from terminus.zytor.com ([65.50.211.136]:43659 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754169AbdDOOMG (ORCPT ); Sat, 15 Apr 2017 10:12:06 -0400 Date: Sat, 15 Apr 2017 07:07:37 -0700 From: "tip-bot for Darren Hart (VMware)" Message-ID: Cc: acme@kernel.org, peterz@infradead.org, shuah@kernel.org, hpa@zytor.com, dvhart@infradead.org, mingo@kernel.org, tglx@linutronix.de, linux-kernel@vger.kernel.org Reply-To: linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@kernel.org, hpa@zytor.com, dvhart@infradead.org, acme@kernel.org, peterz@infradead.org, shuah@kernel.org In-Reply-To: <20170414224608.GA5180@fury> References: <20170414224608.GA5180@fury> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/core] MAINTAINERS: Add FUTEX SUBSYSTEM Git-Commit-ID: 59cd42c29618c45cd3c56da43402b14f611888dd X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 59cd42c29618c45cd3c56da43402b14f611888dd Gitweb: http://git.kernel.org/tip/59cd42c29618c45cd3c56da43402b14f611888dd Author: Darren Hart (VMware) AuthorDate: Fri, 14 Apr 2017 15:46:08 -0700 Committer: Thomas Gleixner CommitDate: Sat, 15 Apr 2017 16:03:46 +0200 MAINTAINERS: Add FUTEX SUBSYSTEM Add a MAINTAINERS block for the FUTEX SUBSYSTEM which includes the core kernel code, include headers, testing code, and Documentation. Excludes arch files, and higher level test code. I added tglx and mingo as M as they have made the tip commits and peterz and myself as R. Signed-off-by: Darren Hart (VMware) Cc: Peter Zijlstra Cc: Shuah Khan Cc: Arnaldo Carvalho de Melo Link: http://lkml.kernel.org/r/20170414224608.GA5180@fury Signed-off-by: Thomas Gleixner --- MAINTAINERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fdd5350..0a8cbcc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5406,6 +5406,23 @@ F: fs/fuse/ F: include/uapi/linux/fuse.h F: Documentation/filesystems/fuse.txt +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* + FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) M: Rik Faith L: linux-scsi@vger.kernel.org