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 Thu Sep 23 17:11:07 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: 45387 |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 E2E173857C4A | for ; Thu, 23 Sep 2021 17:25:48 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2E173857C4A |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1632417948; | bh=TcUgeK1f7MYUTxeE4wkOszpYbkRNjGhnupZq43vQbJI=; | 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=VdZr6apJRGfYyQF9zEBOrn4luLt08Vl2IovE2UnfD+dLLI1UX8piV3iHX6hxaMKUD | jX8Nuhtm9IHBuppbiFqxXf+2dotpzA8jdt2GjAHfeSC4870brEVrD6XqwtYmJMqG3J | RL2mGNXLdrzZIauK55lk6YxJjwL9BWFCGa2KLLG8= |X-Original-To: libc-alpha@sourceware.org |Delivered-To: libc-alpha@sourceware.org |Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) | by sourceware.org (Postfix) with ESMTPS id D1AEC3858438 | for ; Thu, 23 Sep 2021 17:12:46 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D1AEC3858438 |Received: from [127.0.0.1] (localhost [127.0.0.1]) | (Authenticated sender: tonyk) with ESMTPSA id 1C63D1F44614 |To: Thomas Gleixner , Ingo Molnar , | Peter Zijlstra , Darren Hart , | linux-kernel@vger.kernel.org, Steven Rostedt , | Sebastian Andrzej Siewior |Subject: [PATCH v2 18/22] futex,arm: Wire up sys_futex_waitv() |Date: Thu, 23 Sep 2021 14:11:07 -0300 |Message-Id: <20210923171111.300673-19-andrealmeid@collabora.com> |X-Mailer: git-send-email 2.33.0 |In-Reply-To: <20210923171111.300673-1-andrealmeid@collabora.com> |References: <20210923171111.300673-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" | | |Wire up syscall entry point for ARM architectures, for both 32 and 64-bit. | |Signed-off-by: André Almeida |--- | arch/arm/tools/syscall.tbl | 1 + | arch/arm64/include/asm/unistd.h | 2 +- | arch/arm64/include/asm/unistd32.h | 2 ++ | 3 files changed, 4 insertions(+), 1 deletion(-) | |diff --git a/arch/arm/tools/syscall.tbl b/arch/arm/tools/syscall.tbl |index e842209e135d..543100151f2b 100644 |--- a/arch/arm/tools/syscall.tbl |+++ b/arch/arm/tools/syscall.tbl -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored 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: -------------------------- |diff --git a/arch/arm64/include/asm/unistd.h b/arch/arm64/include/asm/unistd.h |index 3cb206aea3db..6bdb5f5db438 100644 |--- a/arch/arm64/include/asm/unistd.h |+++ b/arch/arm64/include/asm/unistd.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 106 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/arch/arm64/include/asm/unistd32.h b/arch/arm64/include/asm/unistd32.h |index 844f6ae58662..41ea1195e44b 100644 |--- a/arch/arm64/include/asm/unistd32.h |+++ b/arch/arm64/include/asm/unistd32.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored