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 917B1C4332F for ; Sat, 10 Dec 2022 04:42:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229538AbiLJEmN (ORCPT ); Fri, 9 Dec 2022 23:42:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbiLJEmM (ORCPT ); Fri, 9 Dec 2022 23:42:12 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A98C7B559; Fri, 9 Dec 2022 20:42:11 -0800 (PST) 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 011E860DF5; Sat, 10 Dec 2022 04:42:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB01EC433EF; Sat, 10 Dec 2022 04:42:09 +0000 (UTC) Date: Fri, 9 Dec 2022 23:42:04 -0500 From: Steven Rostedt To: Zheng Yejian Cc: LKML , Linux Trace Kernel , Masami Hiramatsu , Andrew Morton Subject: Re: [PATCH] ftrace: Fix print_ip_ins() to print only two digits per byte Message-ID: <20221209234204.1674118a@gandalf.local.home> In-Reply-To: References: <20221209105640.6d5eda0e@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (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-trace-kernel@vger.kernel.org On Sat, 10 Dec 2022 12:12:23 +0800 Zheng Yejian wrote: > Hi, Steve, > > commit 30f7d1cac2aa ("ftrace: Fix char print issue in print_ip_ins()") > has solved this issue. > > Link: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=30f7d1cac2aab8fec560a388ad31ca5e5d04a822 Ah, that's probably why I never applied it, and it was sitting in my staging branch. I just noticed it with a couple of other commits, that were not applied. OK, I'll revert it. Thanks for letting me know. -- Steve