From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35F8BC7112F for ; Mon, 21 Jan 2019 11:34:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0B75520663 for ; Mon, 21 Jan 2019 11:34:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728234AbfAULei (ORCPT ); Mon, 21 Jan 2019 06:34:38 -0500 Received: from terminus.zytor.com ([198.137.202.136]:58943 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727880AbfAULeh (ORCPT ); Mon, 21 Jan 2019 06:34:37 -0500 Received: from terminus.zytor.com (localhost [127.0.0.1]) by terminus.zytor.com (8.15.2/8.15.2) with ESMTPS id x0LBXG7A2497069 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 21 Jan 2019 03:33:16 -0800 Received: (from tipbot@localhost) by terminus.zytor.com (8.15.2/8.15.2/Submit) id x0LBXFti2497066; Mon, 21 Jan 2019 03:33:15 -0800 Date: Mon, 21 Jan 2019 03:33:15 -0800 X-Authentication-Warning: terminus.zytor.com: tipbot set sender to tipbot@zytor.com using -f From: tip-bot for Lukas Bulwahn Message-ID: Cc: robert.w.love@intel.com, hpa@zytor.com, mingo@kernel.org, torvalds@linux-foundation.org, corbet@lwn.net, efault@gmx.de, linux-kernel@vger.kernel.org, rml@tech9.net, lukas.bulwahn@gmail.com, rlove@rlove.org, tglx@linutronix.de, peterz@infradead.org Reply-To: rlove@rlove.org, lukas.bulwahn@gmail.com, peterz@infradead.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, rml@tech9.net, hpa@zytor.com, mingo@kernel.org, efault@gmx.de, torvalds@linux-foundation.org, corbet@lwn.net, robert.w.love@intel.com In-Reply-To: <20190112060613.7115-1-lukas.bulwahn@gmail.com> References: <20190112060613.7115-1-lukas.bulwahn@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:sched/core] MAINTAINERS, sched: Drop PREEMPTIBLE KERNEL section entry Git-Commit-ID: 7f6fc999ecba2206d3ae2bf0baf91a0a5c59c12e 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 7f6fc999ecba2206d3ae2bf0baf91a0a5c59c12e Gitweb: https://git.kernel.org/tip/7f6fc999ecba2206d3ae2bf0baf91a0a5c59c12e Author: Lukas Bulwahn AuthorDate: Sat, 12 Jan 2019 07:06:13 +0100 Committer: Ingo Molnar CommitDate: Mon, 21 Jan 2019 11:26:47 +0100 MAINTAINERS, sched: Drop PREEMPTIBLE KERNEL section entry The PREEMPTIBLE KERNEL section entry seems quite outdated: Robert Love is not actively maintaining the file anymore, nor a recorded contributor to the files in the PREEMPTIBLE KERNEL section for the last few years. The mailing list kpreempt-tech@lists.sourceforge.net does not exist anymore; the website just points to some very old patches for v2.4/v2.5. So, let's delete the PREEMPTIBLE KERNEL section entry and clean this up: - Documentation/preempt-locking.txt is not modified much anyway, and the changes in that file are generally maintained by Jonathan Corbet. So, we do not need to explicitly mention Documentation/preempt-locking.txt in MAINTAINERS. - include/linux/preempt.h is maintained by Peter and Ingo, so we simply add that file to the SCHEDULER section entry. I got directed to this issue, as I could not subscribe to the outdated mailing list address and decided to investigate and then cleaned this up. Signed-off-by: Lukas Bulwahn Acked-by: Peter Zijlstra Cc: Jonathan Corbet Cc: Linus Torvalds Cc: Mike Galbraith Cc: Robert Love Cc: Robert Love Cc: Robert Love Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20190112060613.7115-1-lukas.bulwahn@gmail.com Signed-off-by: Ingo Molnar --- MAINTAINERS | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4d04cebb4a71..dee0a8ecfb01 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12227,14 +12227,6 @@ S: Maintained F: drivers/net/ppp/pptp.c W: http://sourceforge.net/projects/accel-pptp -PREEMPTIBLE KERNEL -M: Robert Love -L: kpreempt-tech@lists.sourceforge.net -W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel -S: Supported -F: Documentation/preempt-locking.txt -F: include/linux/preempt.h - PRINTK M: Petr Mladek M: Sergey Senozhatsky @@ -13457,6 +13449,7 @@ F: kernel/sched/ F: include/linux/sched.h F: include/uapi/linux/sched.h F: include/linux/wait.h +F: include/linux/preempt.h SCR24X CHIP CARD INTERFACE DRIVER M: Lubomir Rintel