Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp343976pxb; Wed, 18 Nov 2020 06:07:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJxaIWwt/lAbQG7YCM7+L/hqKn/dvih+e+aqUGFK0cGdwXCwtaS8CEQnsOd0Hh8DCTS1EE5b X-Received: by 2002:aa7:d3c3:: with SMTP id o3mr26975212edr.319.1605708474451; Wed, 18 Nov 2020 06:07:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605708474; cv=none; d=google.com; s=arc-20160816; b=IEBjPKu+RRJIA7/MfqTr1pRiij/UuWPJLZ7S+0LangnuA30+M85GibTK2gQRJ0buN8 a/F5mO87Biw1vOdtdKPuWOV5wT6tQ0wdLpJnF3IlbXoSosKJ/Lrijp8X3WSWehp5C61C clMNmtbwCtm9gAAvBr4nL0ACmk0oKI7MOWYqXSZIuTg/MsqvB8pzN2o0OxMmqMt9/npB Gh3aA0gON/Cg6VUuKkfVJ76oRZTrm8kElApFjLuu0BB3l1AQhMDYTGcppvT1/VDtHAcY nfsqDCupeADs9mJjYiN+z4tpt4EcHyANkF1wA557Cf6QVmJRtCrhNWPKEzB3Ojm6fqHV Y6ZA== 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=XMJPNwUn1qU2PxEP+/7IClgZGsf7Z7aQW28p6jHKWD4=; b=r6agDkKDFXC//WT8rCs75vaFVMWOdYPGhV+aizDGdeuwYub0eZzAMfXwGqpSrgbYdz NtngniYDBtj8SM0WsDUHXu4ddAw9EUfQ7iQwbvrHAXpXQjNGklFk1wJslX+Zgqb1Z2wl ZOgaBdmRlB6pOziM8Mr8BITG/yI0pLgtYoHBSlZATrkwY+kYkgyM6aEVXE4B09UjNw2v wG4Yy2jq6iauIfWgyyiKSIM6WHc1ufqlhBxH2t5DB4VnjPcO21y+8PbzJuLwHf+d7Wo9 0hdzPbaLLnhDE+8gZjBIfbGs+Ck2epobHdQZeeHEDaUK69n3Ong0IP0o9RD2cH+lu0vO 6V5g== 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 x65si69529ede.526.2020.11.18.06.07.31; Wed, 18 Nov 2020 06:07:54 -0800 (PST) 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 S1726700AbgKRODo (ORCPT + 99 others); Wed, 18 Nov 2020 09:03:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:43592 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbgKRODn (ORCPT ); Wed, 18 Nov 2020 09:03:43 -0500 Received: from gandalf.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 534162223D; Wed, 18 Nov 2020 14:03:42 +0000 (UTC) Date: Wed, 18 Nov 2020 09:03:40 -0500 From: Steven Rostedt To: Masami Hiramatsu Cc: Chen Yu , Linus Torvalds , Chen Yu , LKML , Ingo Molnar , Jonathan Corbet Subject: Re: [PATCH v3 1/3] tools/bootconfig: Fix to check the write failure correctly Message-ID: <20201118090340.573ea5b1@gandalf.local.home> In-Reply-To: <20201118223708.4b196db7bc1030f7604876ad@kernel.org> References: <160560676899.144950.4148778261999789656.stgit@devnote2> <160560677952.144950.8229834525319742454.stgit@devnote2> <20201118223708.4b196db7bc1030f7604876ad@kernel.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; 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, 18 Nov 2020 22:37:08 +0900 Masami Hiramatsu wrote: > BTW, I found another bug in bootconfig error handling. > Steve, did you already pick this series? If not yet, I will update the seires to add that fix. No, I was about to pull it in today. I'll wait for your new series. Thanks! -- Steve