From patchwork Thu Apr 6 15:15:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shuah Khan X-Patchwork-Id: 670912 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 8AB14C7618D for ; Thu, 6 Apr 2023 15:15:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236914AbjDFPPx (ORCPT ); Thu, 6 Apr 2023 11:15:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239454AbjDFPPv (ORCPT ); Thu, 6 Apr 2023 11:15:51 -0400 Received: from mail-il1-x129.google.com (mail-il1-x129.google.com [IPv6:2607:f8b0:4864:20::129]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C203249FF for ; Thu, 6 Apr 2023 08:15:49 -0700 (PDT) Received: by mail-il1-x129.google.com with SMTP id e9e14a558f8ab-32676c41887so179605ab.0 for ; Thu, 06 Apr 2023 08:15:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1680794149; x=1683386149; h=subject:from:cc:to:content-language:user-agent:mime-version:date :message-id:from:to:cc:subject:date:message-id:reply-to; bh=SwJW32HUFSbqacbI3jOYaRioynoa1z7c5AASJQnUm6c=; b=GvmgjgBD4LulrBVpSC5amslG0BBPCGKVBR7FhBqYrndx1/k+0sFZDZZHOdkDD6SlgH KPBfljwfJxJEWvJpv6O8jjgVZ0boFHWffI8E2/MAbvOLwM0JecZth9o7aNF4q2K3E053 hUEwGV+R7NVA1tZATFl5I6zvmMjBk3cTSFzaQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680794149; x=1683386149; 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=SwJW32HUFSbqacbI3jOYaRioynoa1z7c5AASJQnUm6c=; b=HziFP2Dav1deB138Dsc7NxZABXF34DnNARDwJms8lzXBwveCLN2zGvdUu4GtnxTN4b ZeuEqmQW3pu7WWypHUShqFF4NpMMvI0J4AkbIq72FMBmHb/8XCpD0mUUVTnS2mkKC5Bk ogNls0e7BNYbClyJ2khvR6IAVXwu7qiPbNNaOIE3Ulukj442GEuk+42T91Jr+KsG3kWT NOe41GbpQo5vUxJGhQwVkrcXG+lmGGGyH/nGrtibA29eclV7L7hzLeBEB0HHD6IJqZ7y Npvqpg5vMzUUs/hxIZ6rTSOJ9JuNN/+Ngw4q35GrEXNVzMhsggnLNbkn88KisMUfv8Le xk1Q== X-Gm-Message-State: AAQBX9fb7BZ6srFY1/axOeWcXBQZaLEY3rsUo29KXGQufBJj1jnKYK+H ORsjRVXDHri3BwdGIoaleMuvN7e4FpQSfe4cRcM= X-Google-Smtp-Source: AKy350ZFYtq3itkV7pt++ykJ6TvKH9zWdY2BYB6Oydx8wrWAbdaW3sJoy4u9iqNBqZd9SAgoepzs5w== X-Received: by 2002:a05:6e02:bee:b0:319:5431:5d5b with SMTP id d14-20020a056e020bee00b0031954315d5bmr2916208ilu.1.1680794149015; Thu, 06 Apr 2023 08:15:49 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id r18-20020a92c5b2000000b00327392e5504sm380937ilt.68.2023.04.06.08.15.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 06 Apr 2023 08:15:48 -0700 (PDT) Message-ID: Date: Thu, 6 Apr 2023 09:15:47 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Content-Language: en-US To: Linus Torvalds Cc: Christian Brauner , Shuah Khan , shuah , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, tuananhlfc@gmail.com From: Shuah Khan Subject: [GIT PULL] Kselftest fixes update for Linux 6.3-rc6 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Hi Linus, Please pull the following Kselftest fixes update for Linux 6.3-rc6. This Kselftest fixes update for Linux 6.3-rc6 consists of one single fix to mount_setattr_test build failure. diff is attached. thanks, -- Shuah ---------------------------------------------------------------- The following changes since commit 05107edc910135d27fe557267dc45be9630bf3dd: selftests: sigaltstack: fix -Wuninitialized (2023-03-20 17:28:31 -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.3-rc6 for you to fetch changes up to f1594bc676579133a3cd906d7d27733289edfb86: selftests mount: Fix mount_setattr_test builds failed (2023-03-31 09:18:45 -0600) ---------------------------------------------------------------- linux-kselftest-fixes-6.3-rc6 This Kselftest fixes update for Linux 6.3-rc6 consists of one single fix to mount_setattr_test build failure. ---------------------------------------------------------------- Anh Tuan Phan (1): selftests mount: Fix mount_setattr_test builds failed tools/testing/selftests/mount_setattr/mount_setattr_test.c | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------- diff --git a/tools/testing/selftests/mount_setattr/mount_setattr_test.c b/tools/testing/selftests/mount_setattr/mount_setattr_test.c index 582669ca38e9..c6a8c732b802 100644 --- a/tools/testing/selftests/mount_setattr/mount_setattr_test.c +++ b/tools/testing/selftests/mount_setattr/mount_setattr_test.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "../kselftest_harness.h"