From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id J+syG/UI/WLOligAWB0awg (envelope-from ) for ; Wed, 17 Aug 2022 11:27:49 -0400 Received: by simark.ca (Postfix, from userid 112) id 64F0E1E5EA; Wed, 17 Aug 2022 11:27:49 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (2048-bit key; unprotected) header.d=lists.lttng.org header.i=@lists.lttng.org header.a=rsa-sha256 header.s=default header.b=Zl7gmHuj; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id DE5CF1E21F for ; Wed, 17 Aug 2022 11:27:47 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1660750067; bh=mkOXQC+JELfem9s8hcBC46OaL8j5l0vNxQpxozWLyEw=; h=Date:To:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Zl7gmHujCbIAIoZs1IUHO2fanVkT0tBzY04E37Va3RMc7O9uZ6VvKKdG+nGOKCc9N vWnJqCj8QNIonYtMlpSFunGdWG6wNy5yPO9TQLA7dQ/W4GCvNanFZTxCw6oEUu450f KfhLlDChGXq6MOnPDFqUeAgMA7OCUagnYbJ3htxHtGds7vGJrQfskp8IoAP9DJCEhw YG13h58eDBOhkY80OV4z+Rz2PUiQ1aLr3eW2i0rxJZ1GN4bNkOQZj6c5H3VFFR57Z7 n7UeeX1fBkLcg0dbFftQT4jjvDbCfta23iii9+1GDp3/bfpwewz9iPoeNKspx+mN59 obBGZkn6SsNtA== Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4M7BjH2961z1Hb0; Wed, 17 Aug 2022 11:27:47 -0400 (EDT) Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4M7BjF6Fk4z1Hjj for ; Wed, 17 Aug 2022 11:27:35 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 709623668F3; Wed, 17 Aug 2022 11:27:29 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id gJsYAOZlWGUE; Wed, 17 Aug 2022 11:27:29 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 1940B366AE0; Wed, 17 Aug 2022 11:27:29 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 1940B366AE0 X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IdRnTRvNcE0W; Wed, 17 Aug 2022 11:27:29 -0400 (EDT) Received: from mail03.efficios.com (mail03.efficios.com [167.114.26.124]) by mail.efficios.com (Postfix) with ESMTP id 0F8C83668F2; Wed, 17 Aug 2022 11:27:29 -0400 (EDT) Date: Wed, 17 Aug 2022 11:27:28 -0400 (EDT) To: bruce ashfield Message-ID: <1671185103.10716.1660750048986.JavaMail.zimbra@efficios.com> In-Reply-To: References: <20220803192327.3726094-1-bruce.ashfield@gmail.com> <65c3cadc-9053-ba31-67b3-30bb9294642d@efficios.com> MIME-Version: 1.0 X-Originating-IP: [167.114.26.124] X-Mailer: Zimbra 8.8.15_GA_4372 (ZimbraWebClient - FF103 (Linux)/8.8.15_GA_4372) Thread-Topic: compaction: make tracepoints condtional on CONFIG_COMPACTION Thread-Index: gWxrDZ4X6fCQWpMM1aNezpNBq1CjOw== Subject: Re: [lttng-dev] [PATCH] compaction: make tracepoints condtional on CONFIG_COMPACTION X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mathieu Desnoyers via lttng-dev Reply-To: Mathieu Desnoyers Cc: lttng-dev Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" ----- On Aug 10, 2022, at 1:48 PM, Bruce Ashfield via lttng-dev lttng-dev@lists.lttng.org wrote: > On Wed, Aug 10, 2022 at 11:20 AM Michael Jeanson wrote: >> >> On 2022-08-03 15 h 23, Bruce Ashfield via lttng-dev wrote: >> > Hi all, >> > >> > This was found during the update of the yocto project reference >> > kernel to 5.19. Out of all the supported architectures, only >> > mips failed during the build of lttng-modules. >> > >> > Specifically, it seems like the lack of CONFIG_COMPACTION being >> > enabled in the kernel was the significant issue. Only one of the >> > tracepoints blew up, but I can't see how any of them would be >> > valid in this scenario, or why it would be limited to mips. >> > >> > While I don't think this is the right fix, this is what got me >> > up and passing sanity testing, so I wanted to send the change >> > and see what the actual, correct fix would be :) >> > >> > Cheers, >> > >> > Bruce >> >> Hi Bruce, >> >> Thanks for reporting this issue, I propose a simpler fix [1] of just >> disabling the build of the compaction probe module when >> CONFIG_COMPACTION is disabled in the kernel configuration. >> >> Can you confirm this patch fixes the issue on your side? > > confirmed, it fixes the issue on my side. Merged into lttng-modules master, stable-2.13, stable-2.12, thanks! Mathieu > > Bruce > >> >> Thanks, >> >> Michael >> >> [1] https://review.lttng.org/c/lttng-modules/+/8660 > > > > -- > - Thou shalt not follow the NULL pointer, for chaos and madness await > thee at its end > - "Use the force Harry" - Gandalf, Star Trek II > _______________________________________________ > lttng-dev mailing list > lttng-dev@lists.lttng.org > https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev