From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3BBEE13DDA7; Tue, 22 Oct 2024 08:30:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729585842; cv=none; b=Egb0WqpB9FosmGEVbe9uGzqp5HvWDHk7kdBspVaNFdHGoewOHP/K6RgHhgbiUTNZqQodf69uw0kDrZhvCzTvTlANTNlNIm+PuxQtBguCUtCzyfxeRuvuDrHGFnPo7Jf8At48yJpHMF35kQ2mkTVhQPjXkqIY88s0f4Mpz7rxvmc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729585842; c=relaxed/simple; bh=5Njuhc8rhJkQU9CTHRevd6sR9bgN0vMxuEgrmVe3riY=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=gYYK9KFh7NWHKrYQ47koqksRqWnNxGC/HlOhuidZs4HZZc+pDAggU7+jZ3rWgc1MUHIVx+CVb+Ma0IFKrpObTk6PM0docJ2mAeNCLNVPh9sCVj9FhFNp22IbV/NzDw42I1XmznosVTrAl9OMluuox2xmOUQHSH1x4hLrUbzyGhs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 144FCC4CEC3; Tue, 22 Oct 2024 08:30:40 +0000 (UTC) Date: Tue, 22 Oct 2024 04:30:37 -0400 From: Steven Rostedt To: Jean-Michel Hautbois Cc: Geert Uytterhoeven , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org Subject: Re: [PATCH RFC 1/2] m68k: Add tracirqs Message-ID: <20241022043037.13efb239@rorschach.local.home> In-Reply-To: <075d6720-a690-437c-a10f-e2746651e2a8@yoseli.org> References: <20241021-add-m68k-tracing-support-v1-0-0883d704525b@yoseli.org> <20241021-add-m68k-tracing-support-v1-1-0883d704525b@yoseli.org> <20241022012809.1ef083cd@rorschach.local.home> <075d6720-a690-437c-a10f-e2746651e2a8@yoseli.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 22 Oct 2024 07:42:10 +0200 Jean-Michel Hautbois wrote: > > This part of the patch shouldn't be needed because those shoudl be > > called by irq_enter() and irq_exit(). Does this not work if you don't > > have these? > > Thanks for your quick review ! \o/ > Indeed, it works without those lines, so the patch is now a one-liner > :-). I will wait for the second part to be reviewed before sending v2. I don't know enough about m68k to review that patch. Just incase you were expecting me to review it. -- Steve