From patchwork Wed Dec 16 13:30:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Zijlstra X-Patchwork-Id: 11977589 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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 C71B1C2BBCA for ; Wed, 16 Dec 2020 13:31:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 70728233A0 for ; Wed, 16 Dec 2020 13:31:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726280AbgLPNbI (ORCPT ); Wed, 16 Dec 2020 08:31:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726160AbgLPNbH (ORCPT ); Wed, 16 Dec 2020 08:31:07 -0500 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B86DC0617A6; Wed, 16 Dec 2020 05:30:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=PccmPCCzsl5AXd2yr/SDspnaIQTIwIgNAjEsRYyVJ6Q=; b=Fanh4/Ub9cv2qTRs549wIA/XFm nsFkkxhxJF9oOyXkZ6Y5Nw6lmYjcYsGH+6UQWQGXjq0If4X3+asMbh6CyjAoW+0L/+rEt89U4s84l hJ/E3BpZ0ess6UXAxvif2OTr2cUHHuQe3E79lqU1hApR0Hlq1rUuuffCwtma5QjE/nLnm8QikTm2d UpYluT770mBUaoqvr5gTbLR/QlTyg7suE6dGhQlp25NkvQzfSswipXoFm90n0ZHgF+vUd4XcFgQy6 79nmDNTuCAXfS75zU9OaOJF/DQT+g9wP26sQurerPypVq1cynGofXrSwGRtbIqP6ON+eWEiq9M9S8 zl0sP8aA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kpWsh-000281-Tu; Wed, 16 Dec 2020 13:30:16 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 51D58304D58; Wed, 16 Dec 2020 14:30:14 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 2B8B121ADB49F; Wed, 16 Dec 2020 14:30:14 +0100 (CET) Date: Wed, 16 Dec 2020 14:30:14 +0100 From: Peter Zijlstra To: Dexuan Cui Cc: Ingo Molnar , Daniel Bristot de Oliveira , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , jeyu@kernel.org, Josh Poimboeuf , ardb@kernel.org, Steven Rostedt , Jason Baron Subject: [RFC][PATCH] jump_label/static_call: Add MAINTAINERS Message-ID: <20201216133014.GT3092@hirez.programming.kicks-ass.net> References: <20201216092649.GM3040@hirez.programming.kicks-ass.net> <20201216105926.GS3092@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201216105926.GS3092@hirez.programming.kicks-ass.net> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org FWIW, I recently noticed we're not being Cc'ed on patches for this stuff, so how about we do something like the below? Anybody holler if they don't agree with the letter assigned, or if they feel they've been left out entirely and want in on the 'fun' :-) Acked-by: Steven Rostedt (VMware) Acked-by: Josh Poimboeuf Acked-by: Ard Biesheuvel Acked-by: Jason Baron --- Subject: jump_label/static_call: Add MAINTAINERS From: Peter Zijlstra These files don't appear to have a MAINTAINERS entry and as such patches miss being seen by people who know this code. Signed-off-by: Peter Zijlstra (Intel) --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16766,6 +16766,18 @@ M: Ion Badulescu S: Odd Fixes F: drivers/net/ethernet/adaptec/starfire* +STATIC BRANCH/CALL +M: Peter Zijlstra +M: Josh Poimboeuf +M: Jason Baron +R: Steven Rostedt +R: Ard Biesheuvel +S: Supported +F: include/linux/jump_label*.h +F: include/linux/static_call*.h +F: kernel/jump_label.c +F: kernel/static_call.c + STEC S1220 SKD DRIVER M: Damien Le Moal L: linux-block@vger.kernel.org