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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 C8B4DC2D0EC for ; Sun, 12 Apr 2020 19:47:56 +0000 (UTC) Received: from vger.kernel.org (unknown [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8C92F206C3 for ; Sun, 12 Apr 2020 19:47:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8C92F206C3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727954AbgDLTry (ORCPT ); Sun, 12 Apr 2020 15:47:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.18]:56588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727315AbgDLTry (ORCPT ); Sun, 12 Apr 2020 15:47:54 -0400 Received: from smtprelay.hostedemail.com (smtprelay0152.hostedemail.com [216.40.44.152]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43AA4C0A3BF0 for ; Sun, 12 Apr 2020 12:47:54 -0700 (PDT) Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 6A56818013526; Sun, 12 Apr 2020 19:47:53 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: tooth14_7ef77ec3d0010 X-Filterd-Recvd-Size: 2969 Received: from XPS-9350.home (unknown [47.151.136.130]) (Authenticated sender: joe@perches.com) by omf14.hostedemail.com (Postfix) with ESMTPA; Sun, 12 Apr 2020 19:47:52 +0000 (UTC) Message-ID: Subject: Re: Request to sort MAINTAINERS again just before an -rc1 release From: Joe Perches To: Linus Torvalds Cc: Andy Shevchenko , Lukas Bulwahn , LKML Date: Sun, 12 Apr 2020 12:45:46 -0700 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.34.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2020-04-12 at 11:08 -0700, Linus Torvalds wrote: > On Sat, Apr 11, 2020 at 9:45 AM Joe Perches wrote: > > Please consider running and committing: > > > > $ ./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order > > Ok, done. Let's see how painful this ends up being.. Thanks. Hopefully, it's not too bad as were only 4 diff sections for MAINTAINERS between your tree and the latest -next before these changes. $ diff -urN MAINTAINERS ../next/MAINTAINERS --- MAINTAINERS 2020-04-12 12:40:53.261770465 -0700 +++ ../next/MAINTAINERS 2020-04-11 22:10:49.051770733 -0700 @@ -2259,6 +2259,8 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) L: linux-realtek-soc@lists.infradead.org (moderated for non-subscribers) S: Maintained +F: arch/arm/boot/dts/rtd* +F: arch/arm/mach-realtek/ F: arch/arm64/boot/dts/realtek/ F: Documentation/devicetree/bindings/arm/realtek.yaml @@ -5959,6 +5961,7 @@ S: Maintained F: include/linux/dim.h F: lib/dim/ +F: Documentation/networking/net_dim.rst DZ DECSTATION DZ11 SERIAL DRIVER M: "Maciej W. Rozycki" @@ -9155,6 +9158,17 @@ F: scripts/kconfig/ F: scripts/Kconfig.include +KCSAN +M: Marco Elver +R: Dmitry Vyukov +L: kasan-dev@googlegroups.com +S: Maintained +F: Documentation/dev-tools/kcsan.rst +F: include/linux/kcsan*.h +F: kernel/kcsan/ +F: lib/Kconfig.kcsan +F: scripts/Makefile.kcsan + KDUMP M: Dave Young M: Baoquan He @@ -9386,6 +9400,13 @@ F: include/keys/ F: security/keys/ +KFIFO: +M: Stefani Seibold +S: Maintained +F: lib/kfifo.c +F: include/linux/kfifo.h +F: samples/kfifo/ + KGDB / KDB /debug_core M: Jason Wessel M: Daniel Thompson