Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1412834pxj; Fri, 4 Jun 2021 13:51:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzyjBuTJiF1O01bHmoSPTWKfdUfyRUSGj0w6nfqhazt6zZCqJNRQtJTetVTCvAhb7sCUz/L X-Received: by 2002:a05:6402:1a4b:: with SMTP id bf11mr6702463edb.286.1622839907303; Fri, 04 Jun 2021 13:51:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622839907; cv=none; d=google.com; s=arc-20160816; b=fnPqxtAHRs+ntCiykOte6kY+0d76hmiPWKdDO8agD/JRkiD2WpLm83ISi5Zxug9QYe LVVh3lF2Oct7TwfnemOeai9/aSVwCU7rfGqiC6ngCz6VT4hBMg7a9pyVOQlO5pl0d2yz JmWvodaIM6Q7vRE0lVfxih5BR9byL+7bxy3AvxhRc30TbVo1N/0XeIawG9omjO+T81kt em7MDOxGgosdvfkFnnn4JDDwTEXkTVbDZGsupYOuaiDfGuyhdNgkJtZcMvhcTw5OHetT 3KSufw++aDI/tVpyHZSRHEXnbF9MnWmafJctHfcJ4yeRpQJBDXPYtRMcwP7EqqJYHi7a rncw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=kOXkWHM3Qlp0mad0F2I3MxFVf6AIK9qthn+VWmgIWx4=; b=IfTy9dORLAUt+jmJwV7uyfq9+Ml2uwFwa4Lbb+7h9xP6ZYrXj7uN0jh9m6LqM/ZTx3 RKO17lU9jR7CZGJCkqPjylC9LaXzxJ3149chwyGrcDIFr2mvLsP57DRrtHVMkNi0wxd+ 6kYtNBt2xFN2/41YmzCy4Ferg8H/kKuSg8P1tQMtsv+tbRgZ5Fxo3obluHwE9meYj53F R34/7lWWUpRN+3quB6vtAUaaHvMVBVvd+/JZSZ4vggcfo7Sxz8BUQudQdBiYt0OpAUo3 EX5XmcXgvYVkOvAV74GrGAQwy3BCO+u3mS6SoE0O6ma4CH1rgalfp8K1SF8xk+QQ7R3V KSqQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b16si5613015ede.389.2021.06.04.13.51.24; Fri, 04 Jun 2021 13:51:47 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230330AbhFDUwJ (ORCPT + 99 others); Fri, 4 Jun 2021 16:52:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:44418 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbhFDUwJ (ORCPT ); Fri, 4 Jun 2021 16:52:09 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 082D2613FF; Fri, 4 Jun 2021 20:50:20 +0000 (UTC) Date: Fri, 4 Jun 2021 16:50:19 -0400 From: Steven Rostedt To: Daniel Bristot de Oliveira Cc: linux-kernel@vger.kernel.org, Phil Auld , Sebastian Andrzej Siewior , Kate Carcia , Jonathan Corbet , Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Alexandre Chartre , Clark Willaims , John Kacur , Juri Lelli , linux-doc@vger.kernel.org Subject: Re: [PATCH V3 6/9] trace/hwlat: Use the generic function to read/write width and window Message-ID: <20210604165019.061e9f51@oasis.local.home> In-Reply-To: <4ff9f435-9932-f555-9f19-65f92041950e@redhat.com> References: <20210603172709.25c322a1@gandalf.local.home> <4ff9f435-9932-f555-9f19-65f92041950e@redhat.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 4 Jun 2021 18:36:58 +0200 Daniel Bristot de Oliveira wrote: > I will rework the patch 5/9 to add a better explanation for the read/write > functions, and I will add comments to this patch, explaining the reason for the > min/max values. > > Sound good? We'll see in v4 ;-) -- Steve