Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0699C05027 for ; Tue, 14 Mar 2023 20:50:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230130AbjCNUuU (ORCPT ); Tue, 14 Mar 2023 16:50:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229516AbjCNUuS (ORCPT ); Tue, 14 Mar 2023 16:50:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D570234E2 for ; Tue, 14 Mar 2023 13:50:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3543D619B3 for ; Tue, 14 Mar 2023 20:50:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08555C433D2; Tue, 14 Mar 2023 20:50:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1678827016; bh=JHk46x/emWmmAKUThmzmIVufAq99SXDmf5ZDhxE/9mc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=0SIVS/u6wVyRyw6Lwatl8bMnv26kL+zMtvY6e14V6EvXSQk7C0y2qB0gcuxBhphed VPyZNC2dsAGHcvN+a2apHUp9E8LF6PxLD8qwnInNr9tLbSso0NA9EmOf8tdx73NZoe 2111uNsRw+jbzo8J2VmIcJ1Pbtp197xVJDm3DFp8= Date: Tue, 14 Mar 2023 13:50:15 -0700 From: Andrew Morton To: "Guilherme G. Piccoli" Cc: linux-kernel@vger.kernel.org, kexec@lists.infradead.org, bhe@redhat.com, pmladek@suse.com, xiyou.wangcong@gmail.com, dmitry.osipenko@collabora.com, rafael.j.wysocki@intel.com, bigeasy@linutronix.de, valentin.schneider@arm.com, kernel-dev@igalia.com, kernel@gpiccoli.net, Arjan van de Ven , Michael Kelley , Steven Rostedt , Xiaoming Ni Subject: Re: [PATCH v4] notifiers: Add tracepoints to the notifiers infrastructure Message-Id: <20230314135015.789369cd9f71b39a5b7eb291@linux-foundation.org> In-Reply-To: <20230314200058.1326909-1-gpiccoli@igalia.com> References: <20230314200058.1326909-1-gpiccoli@igalia.com> X-Mailer: Sylpheed 3.7.0 (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 Tue, 14 Mar 2023 17:00:58 -0300 "Guilherme G. Piccoli" wrote: > include/trace/events/notifiers.h | 69 ++++++++++++++++++++++++++++++++ > kernel/notifier.c | 6 +++ Perhaps the filenames should match, which means "notifier.h".