From patchwork Tue Feb 1 22:12:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Shuah Khan X-Patchwork-Id: 539976 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 21316C433EF for ; Tue, 1 Feb 2022 22:12:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237786AbiBAWMV (ORCPT ); Tue, 1 Feb 2022 17:12:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234769AbiBAWMU (ORCPT ); Tue, 1 Feb 2022 17:12:20 -0500 Received: from mail-io1-xd36.google.com (mail-io1-xd36.google.com [IPv6:2607:f8b0:4864:20::d36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19129C061714 for ; Tue, 1 Feb 2022 14:12:20 -0800 (PST) Received: by mail-io1-xd36.google.com with SMTP id p63so22234084iod.11 for ; Tue, 01 Feb 2022 14:12:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=to:cc:from:subject:message-id:date:user-agent:mime-version :content-language; bh=xEClXmc0bdiu76CLg2SmNj+Tr5eO3D7n9NXH7Xz/xgQ=; b=LCANwjZ8OwvjINuQx4nynmz1zpRYCKxoZC5qyrnaTYevHgM2ATxAQih4yZLOBhamck HLUREtl41G47R1XHnjiffjUyjckvbuRGBVBlAW2LPZg9AwRl3+xIbJdWzCYESUXXtZjY SUP2nF7QXXMzr8fm6XleF2gux/pFuQ6nVL/dw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:to:cc:from:subject:message-id:date:user-agent :mime-version:content-language; bh=xEClXmc0bdiu76CLg2SmNj+Tr5eO3D7n9NXH7Xz/xgQ=; b=LdWHeXD/EPHD0H3S6q7kBoQisQO4TVmwOsw3dj/oe3qWcY+539Eeun+Ci7I+6RqZip EPknRogQlGzFq0zrCqliQan7+GAk8fW0Pokvz4DOcoWi+hoNN5FhRK450l8rkEpTQ5do mizpsKEjBNMF7xL654IZGboIR1hsgxvH446RrHf90LWmCAspTuiiltTd1HcRmE0TjNqN DM7Vel7cUDDr8XOyHy5Pj7J7e7se0kPAJudADAb2nK9v/VU/TYU8aPzDPv3uNw46eMFu qiRscSu0ED9Jld+04OhyMRZkiTO4Xpczac9HEv0gxtKvMUr9itLF5c7hH7xUXS3zwWXi QsRw== X-Gm-Message-State: AOAM531qY6mGKgXxfmxIwuUiEdK6fzKjbcH5OfztHOmTLZYt1he/UXNf 3fwWayRkLMG2T1XjC1YZJ1Q35A== X-Google-Smtp-Source: ABdhPJxm7UQVOGaPxfCY3vsdsfYH+Y/xMGxuzMAgXCHF+eyBhR0WP/uOLE15WQsmrrmoZOUad6yanw== X-Received: by 2002:a6b:6f09:: with SMTP id k9mr14992926ioc.61.1643753539459; Tue, 01 Feb 2022 14:12:19 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id a6sm11055813ilk.6.2022.02.01.14.12.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 01 Feb 2022 14:12:18 -0800 (PST) To: Linus Torvalds Cc: Shuah Khan , Brendan Higgins , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org From: Shuah Khan Subject: [GIT PULL] KUnit fixes update for Linux 5.17-rc3 Message-ID: <714c5db3-dcf8-86ba-4e87-49c9a36f9862@linuxfoundation.org> Date: Tue, 1 Feb 2022 15:12:16 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Hi Linus, Please pull the following KUnit fixes update for Linux 5.17-rc3. This kunit update for Linux 5.17-rc3 consists of a single fix to an error seen on qemu due to a missing import. diff is attached. thanks, -- Shuah ---------------------------------------------------------------- The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-kunit-fixes-5.17-rc3 for you to fetch changes up to 235528072f28b3b0a1446279b7eaddda36dbf743: kunit: tool: Import missing importlib.abc (2022-01-25 12:59:43 -0700) ---------------------------------------------------------------- linux-kselftest-kunit-fixes-5.17-rc3 This kunit update for Linux 5.17-rc3 consists of a single fix to an error seen on qemu due to a missing import. ---------------------------------------------------------------- MichaƂ Winiarski (1): kunit: tool: Import missing importlib.abc tools/testing/kunit/kunit_kernel.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------- diff --git a/tools/testing/kunit/kunit_kernel.py b/tools/testing/kunit/kunit_kernel.py index 44bbe54f25f1..3c4196cef3ed 100644 --- a/tools/testing/kunit/kunit_kernel.py +++ b/tools/testing/kunit/kunit_kernel.py @@ -6,6 +6,7 @@ # Author: Felix Guo # Author: Brendan Higgins +import importlib.abc import importlib.util import logging import subprocess