From patchwork Wed Oct 4 15:46:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shuah Khan X-Patchwork-Id: 729415 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 B25BFE7C4D0 for ; Wed, 4 Oct 2023 15:46:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233546AbjJDPqG (ORCPT ); Wed, 4 Oct 2023 11:46:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233567AbjJDPqF (ORCPT ); Wed, 4 Oct 2023 11:46:05 -0400 Received: from mail-il1-x12b.google.com (mail-il1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E16EC1 for ; Wed, 4 Oct 2023 08:46:02 -0700 (PDT) Received: by mail-il1-x12b.google.com with SMTP id e9e14a558f8ab-351265d0d67so2416475ab.0 for ; Wed, 04 Oct 2023 08:46:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1696434361; x=1697039161; darn=vger.kernel.org; h=subject:from:cc:to:content-language:user-agent:mime-version:date :message-id:from:to:cc:subject:date:message-id:reply-to; bh=AXYm9qlPqfGMDrbCLiqmg1WtFNwa/hRn8nsfWqfPLRA=; b=L2PxXbFR0QeGuknLFZqknB8rDLW6ubvuGnpder4Jcfb8hongDaxATPZE8SVYA3PWgb zfxqXlHe2MUPGAb+7vM24vQA/WjBjNxitpIn/XWy2In8Slm2GTwQVZLxNBpJU2psBW+Q gDk487SVHtlNo6k0FACUUfNecLPd3qRnrpoWw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696434361; x=1697039161; h=subject:from:cc:to:content-language:user-agent:mime-version:date :message-id:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=AXYm9qlPqfGMDrbCLiqmg1WtFNwa/hRn8nsfWqfPLRA=; b=W3+1vLPsdIHlPlcqpjDlgOMgNbBSU9v6yfoS1kpK5C7mfxEujOQq1HPh5FA+aING0C oxa6lo4qVMWEUtOHzLQKqw9LHTyJAX7azSAAG9zARZxlmiA981r1uQCVzK690qZSD9BT 8oRlUU7+vlkgyilQ0iUc1cDpiBIjrfFO3AGAVabE853GwNcwOiTfASLm3VUzqSMwSuDr z2dYXQvu6fzvMGkTDiMYoYz7k42NLo7fI0/rvkfAe9o4Pc5FYmI2782uK/IxM+W1kJIu 1J6mSM5fIPMX8HAwzR10xC+1OllvGG4qPMo9gSEelXQbbmsRAjlk8+IFF6jXQu04ZciA Q9BQ== X-Gm-Message-State: AOJu0Yzv8dJDNX3jxhH1x6qJpVN/p+BNezTobg7ydzaVkmb0S3po1itC smUD8rt8sAAC+fjo28YQEqVtowbwsK5onhUI6dw= X-Google-Smtp-Source: AGHT+IHeNDp7yEG0k0Lc85/gMUIbPakw8qrxT/YwwfmgUA7suxBA8/8NkXnftDMybcZh2Ya324rq/Q== X-Received: by 2002:a05:6602:1a07:b0:79d:1c65:9bde with SMTP id bo7-20020a0566021a0700b0079d1c659bdemr3076401iob.1.1696434361658; Wed, 04 Oct 2023 08:46:01 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id m20-20020a056638225400b00430245071ddsm1037451jas.176.2023.10.04.08.46.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 04 Oct 2023 08:46:01 -0700 (PDT) Message-ID: Date: Wed, 4 Oct 2023 09:46:00 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: Linus Torvalds Cc: shuah , Shuah Khan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org From: Shuah Khan Subject: [GIT PULL] Kselftest fixes update for Linux 6.6-rc5 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Hi Linus, Please pull the following Kselftest fixes update for Linux 6.6-rc5. This kselftest fixes update for Linux 6.6-rc5 consists of one single fix to Makefile to fix the incorrect TARGET name for uevent test. diff is attached. thanks. -- Shuah ---------------------------------------------------------------- The following changes since commit 8ed99af4a266a3492d773b5d85c3f8e9f81254b6: selftests/user_events: Fix to unmount tracefs when test created mount (2023-09-18 11:04:52 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-fixes-6.6-rc5 for you to fetch changes up to 6f874fa021dfc7bf37f4f37da3a5aaa41fe9c39c: selftests: Fix wrong TARGET in kselftest top level Makefile (2023-09-26 18:47:37 -0600) ---------------------------------------------------------------- linux-kselftest-fixes-6.6-rc5 This kselftest fixes update for Linux 6.6-rc5 consists of one single fix to Makefile to fix the incorrect TARGET name for uevent test. ---------------------------------------------------------------- Juntong Deng (1): selftests: Fix wrong TARGET in kselftest top level Makefile tools/testing/selftests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------- diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 42806add0114..1a21d6beebc6 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -92,7 +92,7 @@ endif TARGETS += tmpfs TARGETS += tpm2 TARGETS += tty -TARGETS += uevents +TARGETS += uevent TARGETS += user TARGETS += user_events TARGETS += vDSO