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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A297C433EF for ; Thu, 10 Feb 2022 16:57:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244916AbiBJQ5H (ORCPT ); Thu, 10 Feb 2022 11:57:07 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:39848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244383AbiBJQ5F (ORCPT ); Thu, 10 Feb 2022 11:57:05 -0500 Received: from isilmar-4.linta.de (isilmar-4.linta.de [136.243.71.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CED9F9 for ; Thu, 10 Feb 2022 08:57:06 -0800 (PST) X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES Received: from owl.dominikbrodowski.net (owl.brodo.linta [10.2.0.111]) by isilmar-4.linta.de (Postfix) with ESMTPSA id 85444201356; Thu, 10 Feb 2022 16:57:03 +0000 (UTC) Received: by owl.dominikbrodowski.net (Postfix, from userid 1000) id 3758E804B3; Thu, 10 Feb 2022 17:43:36 +0100 (CET) Date: Thu, 10 Feb 2022 17:43:36 +0100 From: Dominik Brodowski To: "Jason A. Donenfeld" Cc: linux-kernel@vger.kernel.org, Theodore Ts'o Subject: Re: [PATCH 2/3] random: remove unused tracepoints Message-ID: References: <20220210155012.136485-1-Jason@zx2c4.com> <20220210155012.136485-3-Jason@zx2c4.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220210155012.136485-3-Jason@zx2c4.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Thu, Feb 10, 2022 at 04:50:11PM +0100 schrieb Jason A. Donenfeld: > These explicit tracepoints aren't really used and show sign of aging. > It's work to keep these up to date, and before I attempted to keep them > up to date, they weren't up to date, which indicates that they're not > really used. These days there are better ways of introspecting anyway. > > Cc: Theodore Ts'o > Cc: Dominik Brodowski > Signed-off-by: Jason A. Donenfeld Reviewed-by: Dominik Brodowski Thanks, Dominik