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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 93D91C2D0A8 for ; Wed, 23 Sep 2020 12:40:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34F7C23787 for ; Wed, 23 Sep 2020 12:40:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726584AbgIWMkQ (ORCPT ); Wed, 23 Sep 2020 08:40:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726524AbgIWMkQ (ORCPT ); Wed, 23 Sep 2020 08:40:16 -0400 Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [IPv6:2001:67c:2050::465:201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68B22C0613CE for ; Wed, 23 Sep 2020 05:40:16 -0700 (PDT) Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4BxHnp47KZzQlWZ; Wed, 23 Sep 2020 14:40:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id pP0aVxH-6YZz; Wed, 23 Sep 2020 14:40:11 +0200 (CEST) Date: Wed, 23 Sep 2020 14:40:10 +0200 (CEST) From: Hagen Paul Pfeifer To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo Message-ID: <137056436.64108.1600864811088@office.mailbox.org> In-Reply-To: <20200923123155.GA2516911@kernel.org> References: <20200921201928.799498-2-hagen@jauu.net> <20200922200922.1306034-1-hagen@jauu.net> <20200923123155.GA2516911@kernel.org> Subject: Re: [PATCH v2] perf script: add min, max to futex-contention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-MBO-SPAM-Probability: X-Rspamd-Score: -4.61 / 15.00 / 15.00 X-Rspamd-Queue-Id: 961F617E7 X-Rspamd-UID: 2483d5 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On 09/23/2020 2:31 PM Arnaldo Carvalho de Melo wrote: > > Didn't apply here, I did it by hand, please check, probably some > indentation artifact. Probably you missed patch one of the patchset - the autopep8 formatting one for the lock contention script? > Thanks for the patch! You are welcome Arnaldo! Hagen