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:57 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: 44851 |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 BF06B383F40B | for ; Sat, 4 Sep 2021 23:14:50 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF06B383F40B |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1630797290; | bh=BE+CtnRe6/nn7XpKV/l/qkcLEYOs1Y+5jmNtINaVay4=; | 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=s3Sgflz0jkyGcEj0HWXAs6Co4sakctx7qPAtPoywJR7fnQ2UVIGPXwE+hDzVRUw9i | QWI+3iq2q4JLrMocHqDbKn0BSGlkxdz3Ov/abdbocFKLJZSRARc6gT9EBRGe/1lmCs | +Dq2mlbSWiOeM7ilX9pcyu7wJaBPbayRoeAHk1wA= |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 09D38383F40C | for ; Sat, 4 Sep 2021 23:12:27 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 09D38383F40C |Received: from [127.0.0.1] (localhost [127.0.0.1]) | (Authenticated sender: tonyk) with ESMTPSA id 1F18A1F41F44 |To: Thomas Gleixner , Ingo Molnar , | Peter Zijlstra , Darren Hart , | linux-kernel@vger.kernel.org, Steven Rostedt , | Sebastian Andrzej Siewior |Subject: [PATCH v2 3/5] futex2: wire up syscall for x86 |Date: Sat, 4 Sep 2021 20:11:57 -0300 |Message-Id: <20210904231159.13292-4-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=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, | KAM_DMARC_STATUS, KAM_MANYTO, KAM_NUMSUBJECT, 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 x86 arch, for both i386 and x86_64. | |Signed-off-by: André Almeida |--- | arch/x86/entry/syscalls/syscall_32.tbl | 1 + | arch/x86/entry/syscalls/syscall_64.tbl | 1 + | 2 files changed, 2 insertions(+) | |diff --git a/arch/x86/entry/syscalls/syscall_32.tbl b/arch/x86/entry/syscalls/syscall_32.tbl |index 61f18b72552b..d5b2ed3802c7 100644 |--- a/arch/x86/entry/syscalls/syscall_32.tbl |+++ b/arch/x86/entry/syscalls/syscall_32.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/x86/entry/syscalls/syscall_64.tbl b/arch/x86/entry/syscalls/syscall_64.tbl |index 807b6a1de8e8..b4cd3923399a 100644 |--- a/arch/x86/entry/syscalls/syscall_64.tbl |+++ b/arch/x86/entry/syscalls/syscall_64.tbl -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored