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=-14.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 42CD5C43461 for ; Fri, 4 Sep 2020 12:39:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0B0032166E for ; Fri, 4 Sep 2020 12:39:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="B6NcvCBR"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="fweQi5FW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730219AbgIDMjL (ORCPT ); Fri, 4 Sep 2020 08:39:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729977AbgIDMi5 (ORCPT ); Fri, 4 Sep 2020 08:38:57 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28374C061244; Fri, 4 Sep 2020 05:38:57 -0700 (PDT) Date: Fri, 04 Sep 2020 12:38:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1599223134; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2BtwCFAPeIXzjXcS32i88wEyUjEx2NjSefEqQEE7hVQ=; b=B6NcvCBR/B0Harbi8qrbNhSbAa5U6ajDgeLVBhqaxY+83QDXsWX+3qK5MTJNqd9wRrBEwu Uqev3FDBAj+TBmW+L4N8oVXhWUambGbDJJ1WtsQ2MYCDa9cGhHQSU3EMGUBIwcxQneYpHG s4vZRj3hUjCv/QxVhuNGGTdemEpwEAH0A5hGjRa/Klyqwim3MIN84bk04UgpT+dW+qXR6l dpxV+LMi9VdB6izpE/Oqd6S84Ba6E6vfyDGZHwxwwl6akEXmniWrgHkb9+ayesleIQcvGd fhR1VYID2fMwFjfmb7CgxRhpe53C5DLM4JOd0jB/jQCBiucal6PrsU6sOyliLw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1599223134; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2BtwCFAPeIXzjXcS32i88wEyUjEx2NjSefEqQEE7hVQ=; b=fweQi5FWg3TQrkSMAwm8PBYdB/YUfjtBNRoLNOcG31wyuad/soV7sHgyQDIrSSq2xI/gDR ljnIa8UmmD/nlsCg== From: "tip-bot2 for Daniel Bristot de Oliveira" Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: sched/core] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer Cc: Daniel Bristot de Oliveira , Ingo Molnar , Peter Zijlstra , Juri Lelli , x86 , LKML In-Reply-To: <4476a6da70949913a59dab9aacfbd12162c1fbd7.1599146667.git.bristot@redhat.com> References: <4476a6da70949913a59dab9aacfbd12162c1fbd7.1599146667.git.bristot@redhat.com> MIME-Version: 1.0 Message-ID: <159922313318.20229.15806981631955100999.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the sched/core branch of tip: Commit-ID: 153908ebc8b5721658c4aba92779fc6e3e2d5a61 Gitweb: https://git.kernel.org/tip/153908ebc8b5721658c4aba92779fc6e3e2d5a61 Author: Daniel Bristot de Oliveira AuthorDate: Fri, 04 Sep 2020 11:26:23 +02:00 Committer: Ingo Molnar CommitterDate: Fri, 04 Sep 2020 14:35:40 +02:00 MAINTAINERS: Add myself as SCHED_DEADLINE reviewer As discussed with Juri and Peter. Signed-off-by: Daniel Bristot de Oliveira Signed-off-by: Ingo Molnar Acked-by: Peter Zijlstra Acked-by: Juri Lelli Link: https://lore.kernel.org/r/4476a6da70949913a59dab9aacfbd12162c1fbd7.1599146667.git.bristot@redhat.com --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index deaafb6..713f82b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15355,6 +15355,7 @@ R: Dietmar Eggemann (SCHED_NORMAL) R: Steven Rostedt (SCHED_FIFO/SCHED_RR) R: Ben Segall (CONFIG_CFS_BANDWIDTH) R: Mel Gorman (CONFIG_NUMA_BALANCING) +R: Daniel Bristot de Oliveira (SCHED_DEADLINE) L: linux-kernel@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core