From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48B5CC433F5 for ; Wed, 13 Oct 2021 02:44:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 279A46101D for ; Wed, 13 Oct 2021 02:44:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236720AbhJMCqv (ORCPT ); Tue, 12 Oct 2021 22:46:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:48734 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229980AbhJMCqu (ORCPT ); Tue, 12 Oct 2021 22:46:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7DAFE60F38; Wed, 13 Oct 2021 02:44:47 +0000 (UTC) Date: Tue, 12 Oct 2021 22:44:45 -0400 From: Steven Rostedt To: "Gustavo A. R. Silva" Cc: Ingo Molnar , Daniel Bristot de Oliveira , linux-kernel@vger.kernel.org, Jann Horn Subject: Re: [PATCH][next] ftrace: Fix -Wcast-function-type warnings on powerpc64 Message-ID: <20211012224445.4f4be290@oasis.local.home> In-Reply-To: <20211013023920.GA1090530@embeddedor> References: <20211005161812.GA768055@embeddedor> <20211005123522.244281e6@gandalf.local.home> <20211005165027.GA797862@embeddedor> <20211005150807.03da5e54@gandalf.local.home> <20211005193557.GA881195@embeddedor> <20211005200935.2429ec2c@rorschach.local.home> <20211006211426.GA916113@embeddedor> <20211006171443.4faecbe9@gandalf.local.home> <20211013014042.GA1089693@embeddedor> <20211012222340.4f5789d7@oasis.local.home> <20211013023920.GA1090530@embeddedor> X-Mailer: Claws Mail 3.18.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, 12 Oct 2021 21:39:20 -0500 "Gustavo A. R. Silva" wrote: > On Tue, Oct 12, 2021 at 10:23:40PM -0400, Steven Rostedt wrote: > > On Tue, 12 Oct 2021 20:40:42 -0500 > > "Gustavo A. R. Silva" wrote: > > > > > Do you mind if, in the meantime, I add your patch to my -next tree? > > > So, I can enable -Wcast-function-type in linux-next --I want to get > > > ready for the next merge window. > > > > You mean to push it to Linus as well? I'm not sure that's the best way. > > No. Just add it to my -next tree, temporarily. So, I can enable the > compiler option and it can be tested in linux-next (and no more of > these issues are introduced). The only part I'll send to Linus would > be the Makefile patch. Sure, I have no problem with that. > > > I'm still working on some bugs that are going to go into this rc > > release, and then I plan on pushing my for-next queue (which includes > > this change). > > Once you have it ready, I would remove it from my tree. Sounds like a plan ;-) -- Steve