Received: by 2002:a05:6a10:c7c6:0:0:0:0 with SMTP id h6csp2891215pxy; Tue, 3 Aug 2021 18:57:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwHrpcbzOA09tq2diAOnKFb30RXbTiPnfhBvvx+EvO9vBifbM9SOGo9Vy5e1kVZPNRFZPok X-Received: by 2002:a17:906:8463:: with SMTP id hx3mr23334544ejc.422.1628042263800; Tue, 03 Aug 2021 18:57:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628042263; cv=none; d=google.com; s=arc-20160816; b=JKAsN/drqw3MYCLvoVqWYv+XJ2EssLXhpDIstbdetO8qkGV513eh5qnvdoq5uIoXvV f2ppxCXwsnfzY1BBz0ObyuKcDeR64odYbyvHsJZv91Uh1e6ADw7TpgNAKij6g7Pmwnb9 Z8nlr07TkiVtdyaQxmLhfI18Y+LT+mfMYGT6ptACsU9TcVphqX+su4kdIZ7QXRvbEpEb TV1R5u31nDQuG6nAtmSPbTObW2GyT2eaTN4A6MnEubdXU5UYTvbzvg16S+HIWOMhH4zv t2ESuICRLrhds2ruzCeJ1mcyy6SPGpCBJjKom4N0BTWKJZ/V+RrgxHn/cwB4Eh4zHrMC 0cFg== 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=k9ghiT1BvaguaUkUOk1r5zdM1ZZFb6Hvtr643aMuhNc=; b=bn4pbIdm3NtgWn/FFsqtGImo9XsoPFD2Fn3rR0PjNwe0xc9f4NO1xsuUXu5hTQLy66 47eawi+hJ29kNsmyHSKjM7+ZQ42wy17HPYl6zLjMW3slBdj83IDNHGZkywnT9b06js9b WA1Wpn+zqA/4QALJDlFEetpf967SSMiBcy2BTB6TK7aoDNIbJfkEqdZpiGBIiSpNCi64 zlQ65Gd3Todbt/n7+Yw0D2cr1D+Re1S04WhfYdT33h3zf+kQu/BrPKHPEVKRhKRHBDuK X8EmJAuU4iwg7w5ebHG/q6nc8RVydoDUStdxYlQibBY3NVACqqV+4xa2UGOcn1PclmD5 N0YA== 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 p21si574838ejz.397.2021.08.03.18.57.20; Tue, 03 Aug 2021 18:57:43 -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 S233548AbhHDBbl (ORCPT + 99 others); Tue, 3 Aug 2021 21:31:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:38736 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233484AbhHDBbl (ORCPT ); Tue, 3 Aug 2021 21:31:41 -0400 Received: from rorschach.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 810E960E09; Wed, 4 Aug 2021 01:31:27 +0000 (UTC) Date: Tue, 3 Aug 2021 21:31:26 -0400 From: Steven Rostedt To: Daniel Bristot de Oliveira Cc: Randy Dunlap , linux-kernel@vger.kernel.org, Tommaso Cucinotta , Kate Carcia , Jonathan Corbet , Ingo Molnar , Mauro Carvalho Chehab , Thomas Gleixner , Peter Zijlstra , Will Deacon , Catalin Marinas , "Paul E. McKenney" , Joel Fernandes , Mathieu Desnoyers , Gabriele Paoloni , Juri Lelli , Clark Williams , linux-doc@vger.kernel.org Subject: Re: [RFC PATCH 01/16] rv: Add Runtime Verification (RV) interface Message-ID: <20210803213126.37a6da31@rorschach.local.home> In-Reply-To: References: <90c917eb-f0a8-3ef5-b63d-d88c1f6919a1@infradead.org> X-Mailer: Claws Mail 3.17.8 (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 Thu, 20 May 2021 08:54:39 +0200 Daniel Bristot de Oliveira wrote: > > No need for default y. There are other reasons to use DEBUG_KERNEL > > without wanting RV turned on. > > yes, you are right, I will remove it. Can you send a new updated version. I'd like to review whatever you have as the latest. Thanks! -- Steve