can't find file to patch at input line 89 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Thu Nov 18 09:29:23 2021 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 7bit |X-Patchwork-Submitter: Huang Pei |X-Patchwork-Id: 47879 |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 3604A385B83B | for ; Thu, 18 Nov 2021 09:30:42 +0000 (GMT) |X-Original-To: libc-alpha@sourceware.org |Delivered-To: libc-alpha@sourceware.org |Received: from loongson.cn (mail.loongson.cn [114.242.206.163]) | by sourceware.org (Postfix) with ESMTP id 29AB73858420 | for ; Thu, 18 Nov 2021 09:29:44 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 29AB73858420 |Authentication-Results: sourceware.org; | dmarc=none (p=none dis=none) header.from=loongson.cn |Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=loongson.cn |Received: from localhost.localdomain (unknown [111.9.175.10]) | by mail.loongson.cn (Coremail) with SMTP id AQAAf9Dxv8_5HJZhGhcAAA--.239S2; | Thu, 18 Nov 2021 17:29:40 +0800 (CST) |From: Huang Pei |To: Joseph Myers , | ambrosehua@gmail.com |Subject: [PATCH 1/4] MIPS: rework local_t operation on MIPS64 |Date: Thu, 18 Nov 2021 17:29:23 +0800 |Message-Id: <20211118092926.3057-1-huangpei@loongson.cn> |X-Mailer: git-send-email 2.20.1 |MIME-Version: 1.0 |X-CM-TRANSID: AQAAf9Dxv8_5HJZhGhcAAA--.239S2 |X-Coremail-Antispam: 1UD129KBjvJXoWxGw45Zr1DurykKF1ktw1UWrg_yoWrurWUpF | srCan7KrWqvF4fA3Z7ZF4Svr13Wr4rGrWYkFyqvrWvy3W0q3W8Zrs3KanYyrykZFZ8X3W8 | XFW7ur15Z3ZrA3DanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 | 9KBjDU0xBIdaVrnRJUUUyG14x267AKxVWUJVW8JwAFc2x0x2IEx4CE42xK8VAvwI8IcIk0 | rVWrJVCq3wAFIxvE14AKwVWUJVWUGwA2ocxC64kIII0Yj41l84x0c7CEw4AK67xGY2AK02 | 1l84ACjcxK6xIIjxv20xvE14v26ryj6F1UM28EF7xvwVC0I7IYx2IY6xkF7I0E14v26F4j | 6r4UJwA2z4x0Y4vEx4A2jsIE14v26F4UJVW0owA2z4x0Y4vEx4A2jsIEc7CjxVAFwI0_Gc | CE3s1le2I262IYc4CY6c8Ij28IcVAaY2xG8wAqx4xG64xvF2IEw4CE5I8CrVC2j2WlYx0E | 2Ix0cI8IcVAFwI0_Jr0_Jr4lYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE7xkEbVWUJV | W8JwACjcxG0xvY0x0EwIxGrwACjI8F5VA0II8E6IAqYI8I648v4I1l42xK82IYc2Ij64vI | r41l4I8I3I0E4IkC6x0Yz7v_Jr0_Gr1lx2IqxVAqx4xG67AKxVWUJVWUGwC20s026x8Gjc | xK67AKxVWUGVWUWwC2zVAF1VAY17CE14v26r126r1DMIIYrxkI7VAKI48JMIIF0xvE2Ix0 | cI8IcVAFwI0_Jr0_JF4lIxAIcVC0I7IYx2IY6xkF7I0E14v26r1j6r4UMIIF0xvE42xK8V | AvwI8IcIk0rVWrZr1j6s0DMIIF0xvEx4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7Cj | xVAFwI0_Jr0_GrUvcSsGvfC2KfnxnUUI43ZEXa7VUbrMaUUUUUU== |X-CM-SenderInfo: xkxd0whshlqz5rrqw2lrqou0/ |X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, | KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_PASS, SPF_PASS, | 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: Huacai Chen , Chenghua Xu , | libc-alpha |Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org |Sender: "Libc-alpha" | | |+. Use daddu/dsubu for long int on MIPS64. | |+. remove "asm/war.h" since R10000_LLSC_WAR became a config option | |+. clean up, no function changed | |Suggested-by: "Maciej W. Rozycki" |Signed-off-by: Huang Pei |--- | arch/mips/include/asm/asm.h | 18 ++++++++++ | arch/mips/include/asm/local.h | 62 +++++++++-------------------------- | 2 files changed, 33 insertions(+), 47 deletions(-) | |diff --git a/arch/mips/include/asm/asm.h b/arch/mips/include/asm/asm.h |index 2f8ce94ebaaf..f3302b13d3e0 100644 |--- a/arch/mips/include/asm/asm.h |+++ b/arch/mips/include/asm/asm.h -------------------------- No file to patch. Skipping patch. 4 out of 4 hunks ignored can't find file to patch at input line 139 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/arch/mips/include/asm/local.h b/arch/mips/include/asm/local.h |index ecda7295ddcd..c1e109357110 100644 |--- a/arch/mips/include/asm/local.h |+++ b/arch/mips/include/asm/local.h -------------------------- No file to patch. Skipping patch. 3 out of 3 hunks ignored