can't find file to patch at input line 84 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Sat Sep 4 23:11:59 2021 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 8bit |X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Almeida?= | |X-Patchwork-Id: 44853 |Return-Path: |X-Original-To: patchwork@sourceware.org |Delivered-To: patchwork@sourceware.org |Received: from server2.sourceware.org (localhost [IPv6:::1]) | by sourceware.org (Postfix) with ESMTP id 1B6EE383F410 | for ; Sat, 4 Sep 2021 23:16:15 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B6EE383F410 |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1630797375; | bh=YbEz7hbR0vUTJcANoy2TUU8aIBHuxfll14EJQRAOdbQ=; | h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: | List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: | From; | b=lj0LxiLPokCYBbWCMMfPJfie4SmCDsuMmcsT5rHpcfRNnUqqLGphECWIDXNYSqPWG | kCidUuGgkZwKDM6jfDTrodfbn0qpNj8lrq8ghsJsKXv5FwDWk+JE+T7Lqv316/PsyW | +5IP0jjHq3HdXh8wsgyNpnHYdIO8ga6ZG/x6i75g= |X-Original-To: libc-alpha@sourceware.org |Delivered-To: libc-alpha@sourceware.org |Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk | [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) | by sourceware.org (Postfix) with ESMTPS id B8B52383F41A | for ; Sat, 4 Sep 2021 23:12:34 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B8B52383F41A |Received: from [127.0.0.1] (localhost [127.0.0.1]) | (Authenticated sender: tonyk) with ESMTPSA id 3F1DE1F4210F |To: Thomas Gleixner , Ingo Molnar , | Peter Zijlstra , Darren Hart , | linux-kernel@vger.kernel.org, Steven Rostedt , | Sebastian Andrzej Siewior |Subject: [PATCH v2 5/5] selftests: futex2: Test futex_waitv timeout |Date: Sat, 4 Sep 2021 20:11:59 -0300 |Message-Id: <20210904231159.13292-6-andrealmeid@collabora.com> |X-Mailer: git-send-email 2.33.0 |In-Reply-To: <20210904231159.13292-1-andrealmeid@collabora.com> |References: <20210904231159.13292-1-andrealmeid@collabora.com> |MIME-Version: 1.0 |X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, | KAM_DMARC_STATUS, KAM_MANYTO, SPF_HELO_PASS, SPF_PASS, TXREP, | UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 |X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on | server2.sourceware.org |X-BeenThere: libc-alpha@sourceware.org |X-Mailman-Version: 2.1.29 |Precedence: list |List-Id: Libc-alpha mailing list |List-Unsubscribe: , | |List-Archive: |List-Post: |List-Help: |List-Subscribe: , | |X-Patchwork-Original-From: =?utf-8?q?Andr=C3=A9_Almeida_via_Libc-alpha?= | |From: =?utf-8?q?Andr=C3=A9_Almeida?= |Reply-To: =?utf-8?q?Andr=C3=A9_Almeida?= |Cc: Davidlohr Bueso , libc-alpha@sourceware.org, | linux-api@vger.kernel.org, mtk.manpages@gmail.com, =?utf-8?q?Andr=C3=A9_Alm?= | =?utf-8?q?eida?= , kernel@collabora.com, | krisman@collabora.com |Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org |Sender: "Libc-alpha" | | |Test if the futex_waitv timeout is working as expected, using the |supported clockid options. | |Signed-off-by: André Almeida |--- | .../futex/functional/futex_wait_timeout.c | 21 ++++++++++++++++++- | 1 file changed, 20 insertions(+), 1 deletion(-) | |diff --git a/tools/testing/selftests/futex/functional/futex_wait_timeout.c b/tools/testing/selftests/futex/functional/futex_wait_timeout.c |index 1f8f6daaf1e7..4cdada0fcb81 100644 |--- a/tools/testing/selftests/futex/functional/futex_wait_timeout.c |+++ b/tools/testing/selftests/futex/functional/futex_wait_timeout.c -------------------------- No file to patch. Skipping patch. 4 out of 4 hunks ignored