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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74EAFC4332F for ; Thu, 13 Oct 2022 00:05:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229721AbiJMAFz (ORCPT ); Wed, 12 Oct 2022 20:05:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229559AbiJMAFw (ORCPT ); Wed, 12 Oct 2022 20:05:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4D19D8EC3 for ; Wed, 12 Oct 2022 17:05:51 -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 52F8B6166E for ; Thu, 13 Oct 2022 00:05:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E58DC433D7; Thu, 13 Oct 2022 00:05:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665619550; bh=YvYXcOXGUUew1LRS4jWpVLBEaW0yYPl59TADZ8wHhu0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QL6/XY/vt3YZNIKJ7oFIEcyv/LHaN15JwtPu1BCMEtJoUBgl21dbMwsqejhr//sBr lGZpKNVQUrZXzfOzfdUQj+6CWryE2Sm66tIvFxEWhxGfxjjlxdCgpooEizULzSseIE GgtqgfUcedUjaXqqmZQUWsMtscX36cyJTAKfCjmWrZX6rtiebFEr9peWkud+OaL9Xo g/RkWYVHmUXeaSNEiItUR7gEsBqAlptimdALaTGCe7F9uoMNa50IlGt4kmpzu1xaas va1HETefXg9goGMsDV9CSqTP5LZ2CiNyBCzszv2ezzkmIVZZlYVD/80PGI0GvqddRj 1KODv/8HS0lyw== Date: Wed, 12 Oct 2022 17:05:48 -0700 From: Josh Poimboeuf To: "Naveen N. Rao" Cc: linuxppc-dev@lists.ozlabs.org, Sathvika Vasireddy , jpoimboe@redhat.com, aik@ozlabs.ru, linux-kernel@vger.kernel.org, peterz@infradead.org, mingo@redhat.com, rostedt@goodmis.org, npiggin@gmail.com, mbenes@suse.cz, chenzhongjin@huawei.com Subject: Re: [PATCH v4 00/16] objtool: Enable and implement --mcount option on powerpc Message-ID: <20221013000548.d2m65fozzdvdsj5u@treble> References: <20221002104240.1316480-1-sv@linux.ibm.com> <1665401892.qmrp2qjj9t.naveen@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 11, 2022 at 01:20:02PM -0700, Josh Poimboeuf wrote: > On Mon, Oct 10, 2022 at 05:19:02PM +0530, Naveen N. Rao wrote: > > All the above changes are down to compiler optimizations and shuffling due > > to CONFIG_OBJTOOL being enabled and changing annotate_unreachable(). > > > > As such, for this series: > > Reviewed-by: Naveen N. Rao > > Tested-by: Naveen N. Rao > > > > > > Josh, > > Are you ok if this series is taken in through the powerpc tree? > > Yes, it looks ok to me. Let me run it through a round of testing. The testing looked good, so: Acked-by: Josh Poimboeuf -- Josh