Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp887293pxv; Thu, 1 Jul 2021 11:32:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy6S0E8QDav29hs3kGSrVu5Cla8tr3qrTNL3CcXt1yBcIccxhdLDIi6rxcXCQG1S+brhIY9 X-Received: by 2002:a05:6402:220d:: with SMTP id cq13mr1616064edb.214.1625164374866; Thu, 01 Jul 2021 11:32:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625164374; cv=none; d=google.com; s=arc-20160816; b=FqLvB9gqfJ15lsIhtaS6X6DSNtz+WaVnrUT7YnED+AZSrmR9hmBPnuSteSYPrPsm4A vHxaHQHEX2MCo1RtEkTjemSEb3g6vAfhEGYLpAPZqJuwpVfMnBiGGYTSrETQwlt2MmZZ dBiMBQgo67nUYRW0FImzNxC1YUUTuJTarw4Ekr9Ier9D45CgyBuU9KXg8nGYCDw3VaCO lVnFysw+7KXeSApBWTRDDtBRouJgp2yoNWA/8cE2oYxw4+1qXyWlx7k6vIQMhBPc8DiN llCDbz+/FMWnqfzx57YnX2/YkR18ZY6GXBQeJiYAmDnBk/tV+Mj8lQg/DC3l7rMXZonV MDKw== 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=FGzmmCkuLB9VAKJg2zeeUd7Z2S9tU3WI//56eQgK1Yk=; b=fN0nja/8YHPljejH7cOA7CyNkATh0IhtosDPRKCuZelUPFNMUzM/RsTNnGw8sx4N0D JvKl8sX8MqtUepG53vr52VDzCa1RnI6/UKA16pKRWGtQ7daIAmqC66o1mo2hNUely0Pc Hx+LyF5BJ5DP2tTspCbJefvY4jUDVNQlSmSGdyf+KibZ+1KAe4ql8hDnIhlx0TjHd9Kc lRuuXoCdp3AMs2IeDIDBDcJqfPRQ17gIe8oCIAWhUqeEv6kI65jXmS9s04f3EF2EOjSB ALg51+QhnHeQoOVUHAprIu9ZrP69XFsZ9ywIt9OyQbvpi3Caz1iPqXrERrdNGxF191N/ aMyg== 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 a22si815571ejr.189.2021.07.01.11.32.30; Thu, 01 Jul 2021 11:32:54 -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 S233433AbhGAS26 (ORCPT + 99 others); Thu, 1 Jul 2021 14:28:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:39532 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230014AbhGAS25 (ORCPT ); Thu, 1 Jul 2021 14:28:57 -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 6526761402; Thu, 1 Jul 2021 18:26:26 +0000 (UTC) Date: Thu, 1 Jul 2021 14:26:24 -0400 From: Steven Rostedt To: Paul Burton Cc: Joel Fernandes , linux-kernel@vger.kernel.org, Ingo Molnar , stable@vger.kernel.org, Joe Perches Subject: Re: [PATCH 1/2] tracing: Simplify & fix saved_tgids logic Message-ID: <20210701142624.44bb4dde@oasis.local.home> In-Reply-To: References: <20210630003406.4013668-1-paulburton@google.com> <20210701140754.5847a50f@oasis.local.home> 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 [ Added Joe Perches ] On Thu, 1 Jul 2021 11:12:54 -0700 Paul Burton wrote: > > not to mention, we don't > > use '//' comments in the kernel, so that would have to be changed. > > D'oh! Apparently a year away from the kernel melted my internal style > checker. Interestingly though, checkpatch didn't complain about this as > I would have expected... Joe, should the above be added to checkpatch? I do understand that there are a few cases it's acceptable. Like for SPDX headers. -- Steve