Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp53862pxb; Tue, 7 Sep 2021 17:32:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzzsBXycNABhyNSbpS8CZlmNvTOPdCIE8iweBq1UrAmkizR76JMeNygRvhLWp35ZNmUqOU7 X-Received: by 2002:a5e:da44:: with SMTP id o4mr760288iop.147.1631061165446; Tue, 07 Sep 2021 17:32:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631061165; cv=none; d=google.com; s=arc-20160816; b=J42KNxs4ZkdY2R2z6wNirDLKwVsSs+914E+Imppf/duY8YIjJUTJLGrcS/MpYNZvqM vzbZ/2PZb1eZEgIfiyasg1H0YRYU1K9w6v6Q4rZAEljS4nsKTn0RHRtHIKyLFsftORYO A2eruruQHqd42HDCqQHUgnizuJHZzxXEfjGaVosZadOOvyKiho3Zi4SmX7rXP0BXVB4N 9SVnspTAiVmTZscqWd63AgIltD9i7ay1tsQt2rpiq3gsnPgq+n/iYhHkI3I9ozx2P8rZ SaoeVc5JdhYzqNk2vG2v11LtOEtTxQUxl6Ay48gaKSSh8tH+kFsDwNTsGpAFFVlmx2Y+ aqEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=0az+djoAAJLrA/pnID5+pV4pcbJDKiSn1IBT3GOWkR0=; b=VSAX+nuBWVhFSbkJ0Vtrr00Je+2rylgMs4UycHoac5sygmYCS4SfEfqHAfBOPpU7es NtugQrcuhiquL3D0KOUfpUWg7DqUtGtZkuAKbtFRGCqNSLpA7FcUlmyCY9m8RZUJbCDV GedhJ4XzQvT5NhxV6XTmCeAIseemKQ2dY9sgy9ih/i9rhTsfSrdOrTdBL7FmhSSmGPUz 3UwNEXRXDyzMwZ39epX+0P2pY9flb+SONhnOIn31flikKFyJ7hnaIgv8N7GIoGdbXyLP +4h/jQ+DZSXqKq/kx/feXkDuSe9DHjUrIPKet4ibjvcPVbp2JmcI+JnrNAe2IwCebFNR LMPQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q7si568021ilc.104.2021.09.07.17.32.32; Tue, 07 Sep 2021 17:32:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230315AbhIHAZJ (ORCPT + 99 others); Tue, 7 Sep 2021 20:25:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:40492 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229946AbhIHAZJ (ORCPT ); Tue, 7 Sep 2021 20:25:09 -0400 Received: from rorschach.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B7BD061101; Wed, 8 Sep 2021 00:24:01 +0000 (UTC) Date: Tue, 7 Sep 2021 20:24:00 -0400 From: Steven Rostedt To: Punit Agrawal Cc: mhiramat@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH] tools/bootconfig: Fix a compilation issue with missing variable Message-ID: <20210907202400.330f4ea4@rorschach.local.home> In-Reply-To: <20210907230710.1189193-1-punitagrawal@gmail.com> References: <20210907230710.1189193-1-punitagrawal@gmail.com> 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-kernel@vger.kernel.org On Wed, 8 Sep 2021 08:07:10 +0900 Punit Agrawal wrote: > While looking to build bootconfig tool in order to debug a kernel boot > time issue I noticed that tool fails to compile. The broken changes > were introduced by commit e5efaeb8a8f5 ("bootconfig: Support mixing a > value and subkeys under a key"). > > Fix the compile issue by introducing a "ret" variable to track the > return value from xbc_node_compose_key(). > > Fixes: e5efaeb8a8f5 ("bootconfig: Support mixing a value and subkeys under a key") > Signed-off-by: Punit Agrawal > Cc: Masami Hiramatsu > Cc: Steven Rostedt > --- > > (Apologies for the resend. I fat-fingered the email address for lkml) And I'm resending my reply to have it recorded as well. > > Hi Masami, > > I am not sure what went wrong but the patch in the lore link[0] > doesn't match the end result (bad merge?). You may want to recheck the > other changes to make sure it all looks sane. Thanks for reporting this. This is strange. Especially since it's all scripts that are used to import these. I do remember doing a rebase to fix some issues in another unrelated patch. I wonder if I accidentally messed this up during that rebase :-/ I'll have to investigate this. I'll checkout the tree before the affected patch, and reapply the changes from my scripts to see if it wasn't my script that broke. Again, thanks for reporting this! -- Steve