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 3B1F1C6FD1F for ; Tue, 14 Mar 2023 21:34:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230077AbjCNVeM (ORCPT ); Tue, 14 Mar 2023 17:34:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbjCNVeJ (ORCPT ); Tue, 14 Mar 2023 17:34:09 -0400 Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 106922B636 for ; Tue, 14 Mar 2023 14:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=c8YKNDOulGKBFkU6e30QFajptaOddYDXD4U1msaMvSc=; b=jfiT6/wGCSK4hJok38JRVdriQ0 kztgeKUrgiK4sYFC7JXYut9VLbKNx8k3I/WebyWdMA/0Kq/wx8nY0TXO5UafpUQxE8TjbL44EAuBy Nsa4dwr3WcWkP1AY+aKp7VEtUmeX0tI7xZ81iQlsNgVLNEJ6lscUsI5q9BhHQW0HqUDaIeichYGis iMnv5pjr0FFsKfiWH7XkFuqviVYKirGYozwcmxR1fMH7jmXbaEH/2yzRDnT7y3a+Mx9gxvchtk50N 2trLrsH/RcC8PAPGF8bm+rx95Jyi7VegWMU82AgXpTUlncpHoU+b+tqT2mwSLZ2NTQHqnV86PRtcv JMvJ/8rg==; Received: from [152.254.169.34] (helo=[192.168.1.60]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1pcCHP-00AVBj-83; Tue, 14 Mar 2023 22:33:59 +0100 Message-ID: Date: Tue, 14 Mar 2023 18:33:11 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v4] notifiers: Add tracepoints to the notifiers infrastructure Content-Language: en-US To: Andrew Morton 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 References: <20230314200058.1326909-1-gpiccoli@igalia.com> <20230314135015.789369cd9f71b39a5b7eb291@linux-foundation.org> <2d1ad49c-d38e-ef06-8737-766ab0566251@igalia.com> <20230314141846.d801ae3dafb6fd2faa7206ac@linux-foundation.org> From: "Guilherme G. Piccoli" In-Reply-To: <20230314141846.d801ae3dafb6fd2faa7206ac@linux-foundation.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/03/2023 18:18, Andrew Morton wrote: > On Tue, 14 Mar 2023 18:08:37 -0300 "Guilherme G. Piccoli" wrote: > [...] >> Hi Andrew, thanks! >> >> Do you want me to re-submit? I see some emails of the patch getting >> added to "mm-nonmm-unstable" (and also a checkpatch fixes you added on >> top of that). Lemme know how should I proceed. > > I changed it, thanks. Tnx a bunch =)