can't find file to patch at input line 93 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Wed Sep 15 14:07:30 2021 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 8bit |X-Patchwork-Submitter: Peter Zijlstra |X-Patchwork-Id: 45044 |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 48C873858403 | for ; Wed, 15 Sep 2021 14:25:03 +0000 (GMT) |X-Original-To: libc-alpha@sourceware.org |Delivered-To: libc-alpha@sourceware.org |Received: from casper.infradead.org (casper.infradead.org | [IPv6:2001:8b0:10b:1236::1]) | by sourceware.org (Postfix) with ESMTPS id 244313857424 | for ; Wed, 15 Sep 2021 14:19:38 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 244313857424 |Authentication-Results: sourceware.org; | dmarc=none (p=none dis=none) header.from=infradead.org |Authentication-Results: sourceware.org; spf=none smtp.mailfrom=infradead.org |DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; | d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:References: | Subject:Cc:To:From:Date:Message-ID:Sender:Reply-To:Content-Transfer-Encoding: | Content-ID:Content-Description:In-Reply-To; | bh=oWE6wlaGC+4EQhzceLhM/+KIJsuIcX6eOCo2xvdJKXc=; b=j337d0RKRy7JfuadGnxK3v3y5L | I0RL4IUyReYTOeQQ41n2r4DThEbmaTLfIKMSkCoHeOOU3lM5jEKxyeCipnfnDQUzUkBP7Sv9dz1kh | lqovi8GCbm4IcSj+6gN5TXwLFaOgSlGUHHSYwMnIQXDVP3/lIS+vlbXQ7ikgtKTHBxvcJ8hiy9Bcs | xSHSM91jiRSXEYOP3knUdVMUF0vKoQu3gDS6+0/UEYL8P/K5puEihnTLGv8dIRxB1MGT2z2/iBQSK | dhxh+DKggUdOqpnv5Lw5ZoSCKrQ+g0tQt5dQaOSP401tOjags5jKf/6LCYL5NNTK5ILShF0MNyZen | EBTbYrcA==; |Received: from j217100.upc-j.chello.nl ([24.132.217.100] | helo=noisy.programming.kicks-ass.net) | by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) | id 1mQVjA-00Fk3q-T5; Wed, 15 Sep 2021 14:17:40 +0000 |Received: from hirez.programming.kicks-ass.net | (hirez.programming.kicks-ass.net [192.168.1.225]) | (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) | key-exchange X25519 server-signature RSA-PSS (2048 bits)) | (Client did not present a certificate) | by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 2F2C2300DAE; | Wed, 15 Sep 2021 16:17:30 +0200 (CEST) |Received: by hirez.programming.kicks-ass.net (Postfix, from userid 0) | id 57A9528B658E0; Wed, 15 Sep 2021 16:17:29 +0200 (CEST) |Message-ID: <20210915141525.881637135@infradead.org> |User-Agent: quilt/0.66 |Date: Wed, 15 Sep 2021 16:07:30 +0200 |From: Peter Zijlstra |To: andrealmeid@collabora.com, tglx@linutronix.de, mingo@redhat.com, | dvhart@infradead.org, rostedt@goodmis.org, bigeasy@linutronix.de |Subject: [PATCH 20/20] selftests: futex: Test sys_futex_waitv() timeout |References: <20210915140710.596174479@infradead.org> |MIME-Version: 1.0 |X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, CTE_8BIT_MISMATCH, | DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, | SPF_NONE, | TXREP 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: , | |Cc: dave@stgolabs.net, libc-alpha@sourceware.org, peterz@infradead.org, | linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, | mtk.manpages@gmail.com, kernel@collabora.com, krisman@collabora.com |Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org |Sender: "Libc-alpha" | | |From: André Almeida | |Test if the futex_waitv timeout is working as expected, using the |supported clockid options. | |Signed-off-by: André Almeida |Signed-off-by: Peter Zijlstra (Intel) |Link: https://lore.kernel.org/r/20210913175249.81074-7-andrealmeid@collabora.com |--- | tools/testing/selftests/futex/functional/futex_wait_timeout.c | 21 +++++++++- | 1 file changed, 20 insertions(+), 1 deletion(-) | |--- 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