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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC623C433E0 for ; Fri, 26 Feb 2021 21:20:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 746DE64F0E for ; Fri, 26 Feb 2021 21:20:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229622AbhBZVUt (ORCPT ); Fri, 26 Feb 2021 16:20:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:36942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229586AbhBZVUs (ORCPT ); Fri, 26 Feb 2021 16:20:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id DB63B64F13; Fri, 26 Feb 2021 21:20:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614374407; bh=dh0Te//gzE+Y13L2iee6uh6dEQPOp5QdXSt31Wl0YLo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=JMwcwYoVBoC7Usa7HyzKUx10gfuS95LpCxKvbeFBd25Dl0Ms2jEL8TJvlj34h4km5 qpUkFG87MdsFCJE/+DyzHJXNOi8abfI507r5972wt1jY80wERY6ytFazGNNjarosf8 HrzLztUL/RpY7dNHSjaJM2/UgunB+LchNGZjolqrIeEuIR45B3TyPajztrozKLI+Ar Ui4kevNa3WvtWH3dO6QUEX7wv+x8/7L1PmUCU2Y0ZFLpX43RUnujzdxLkk3Ky2ch1A MsM5v3cph+XeFLORuJT+Giz1wC0WVHlkMqvQX/8yqiPQ1kAkWqrj7sXsnvVcSACk8u S9rW8yq2sR2Ow== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] selftests/bpf: Propagate error code of the command to vmtest.sh From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161437440784.26505.14457726843836860385.git-patchwork-notify@kernel.org> Date: Fri, 26 Feb 2021 21:20:07 +0000 References: <20210225161947.1778590-1-kpsingh@kernel.org> In-Reply-To: <20210225161947.1778590-1-kpsingh@kernel.org> To: KP Singh Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, revest@chromium.org, jackmanb@chromium.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 25 Feb 2021 16:19:47 +0000 you wrote: > From: KP Singh > > When vmtest.sh ran a command in a VM, it did not record or propagate the > error code of the command. This made the script less "script-able". The > script now saves the error code of the said command in a file in the VM, > copies the file back to the host and (when available) uses this error > code instead of its own. > > [...] Here is the summary with links: - [bpf-next] selftests/bpf: Propagate error code of the command to vmtest.sh https://git.kernel.org/bpf/bpf-next/c/2854436612c4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html