From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752555AbdJDPh6 (ORCPT ); Wed, 4 Oct 2017 11:37:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:35060 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752409AbdJDPh5 (ORCPT ); Wed, 4 Oct 2017 11:37:57 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 370DE218F1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Wed, 4 Oct 2017 11:37:54 -0400 From: Steven Rostedt To: Joel Fernandes Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] tracing: Remove obsolete sched_switch selftest Message-ID: <20171004113754.6afaea73@gandalf.local.home> In-Reply-To: <20171003010337.8026-1-joelaf@google.com> References: <20171003010337.8026-1-joelaf@google.com> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2 Oct 2017 18:03:37 -0700 Joel Fernandes wrote: > Since commit 87d80de2800d087ea833cb79bc13f85ff34ed49f ("tracing: Remove > obsolete sched_switch tracer"), the sched_switch selftest is no longer used. > This patch removes the same. > > Cc: Steven Rostedt > Signed-off-by: Joel Fernandes > --- > BTW, I already applied this, I was just waiting for an rc to be released that passes my tests ;-) -- Steve