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 77CFAC19F2B for ; Wed, 27 Jul 2022 16:17:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235019AbiG0QRk (ORCPT ); Wed, 27 Jul 2022 12:17:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234775AbiG0QRe (ORCPT ); Wed, 27 Jul 2022 12:17:34 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6BA24BD12; Wed, 27 Jul 2022 09:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; 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=LPMXQOBIpXqbSvMXkjlhNJufQOlEa4d6lTn7ztnWQ7c=; b=cWWgFHkQUPkWGVGqx1nyuq4Shl 9ZKbn8quhLObL5rHVgUmgSTkw9rB7EQfw5lTsGf3YbvDAgJ7x13CqDu1fgYh2b2vaxb+KBhZyu+UR kMOkMjT6vPHv/hngmrhDzKJC26EBy1fQfP1QFwbOSQEWiwQWFihM1d2/8a+XR0tjj6GNqkD98Es7a JyZjuwfXhKWJ3lfxMTju+ZyH7ZwYmX+e2IFSkMf/ljAtlLd7gPSFf3B55DHtFbNwC2Uc52VX5BkgU NLfx8dck9+HoHcg4pWSvCOMXy7qjUiRwcVtNHJp3pWyA9xvCIJ1gpNB1eur90Bjeai/hFXRAQTqlA rpIVTCGg==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=worktop.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oGjiZ-000kUq-MJ; Wed, 27 Jul 2022 16:17:04 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id 49BE2980403; Wed, 27 Jul 2022 18:17:03 +0200 (CEST) Date: Wed, 27 Jul 2022 18:17:03 +0200 From: Peter Zijlstra To: Akemi Yagi Cc: Arnaldo Carvalho de Melo , Ian Rogers , Alan Bartlett , Leo Yan , Ingo Molnar , linux-perf-users@vger.kernel.org, ElRepo , Jiri Olsa , Mark Rutland , Alexander Shishkin , Namhyung Kim , linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf scripts python: Let script to be python2 compliant Message-ID: References: <20220725104220.1106663-1-leo.yan@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 26, 2022 at 01:35:40PM -0700, Akemi Yagi wrote: > By the way, my main workstation runs RHEL 7. ;-) That seems highly irresponsible, given the amount of security bugs fixed by all the relevant projects.