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: -------------------------- |From patchwork Tue May 18 20:03:20 2021 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 7bit |X-Patchwork-Submitter: "Chang S. Bae" |X-Patchwork-Id: 43465 |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 D1EB3395C076; | Tue, 18 May 2021 20:09:01 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1EB3395C076 |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1621368541; | bh=KhiLzjwgnVz8j0QoDQtHcjbgjFu2k7T2BME9BRdS8S4=; | 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=KXhbNxo3X/W/+v/GNrlxop607h3xCBX/HLqmWekZfA9MNHwPIXBj7UsKN2+rpyoNG | 4/awlJQn580PNfzK3UCnGtHYIn2vZ6GJRavKgTmpObcX4etZikdLyhoSRIuCHeAApk | 0S1ERk5xe/j1oiZEpBgw/umEBRC1vN9Pl2KuObDY= |X-Original-To: libc-alpha@sourceware.org |Delivered-To: libc-alpha@sourceware.org |Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) | by sourceware.org (Postfix) with ESMTPS id 00B3F385802E | for ; Tue, 18 May 2021 20:08:58 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 00B3F385802E |IronPort-SDR: | ILK3bJsFbuJMxupW35oInf5OJ8Wsp6cUgfuoK853Z3Q1OnCmrzWS6boKmC8aJA3kt8G9CxWI27 | iQYEhzS1PwEw== |X-IronPort-AV: E=McAfee;i="6200,9189,9988"; a="200855053" |X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="200855053" |Received: from orsmga006.jf.intel.com ([10.7.209.51]) | by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; | 18 May 2021 13:08:54 -0700 |IronPort-SDR: | GRaqCevu8Xk9hw75tsPtJXyLS+Rk/U1iKSBlySflP2k6g757oJDUfbqCcqa4xJgOVgcp9b+Cb8 | XtxbpkF4369A== |X-ExtLoop1: 1 |X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="394993633" |Received: from chang-linux-3.sc.intel.com ([172.25.66.175]) | by orsmga006.jf.intel.com with ESMTP; 18 May 2021 13:08:53 -0700 |To: bp@suse.de, tglx@linutronix.de, mingo@kernel.org, luto@kernel.org, | x86@kernel.org |Subject: [PATCH v9 6/6] selftest/x86/signal: Include test cases for validating | sigaltstack |Date: Tue, 18 May 2021 13:03:20 -0700 |Message-Id: <20210518200320.17239-7-chang.seok.bae@intel.com> |X-Mailer: git-send-email 2.17.1 |In-Reply-To: <20210518200320.17239-1-chang.seok.bae@intel.com> |References: <20210518200320.17239-1-chang.seok.bae@intel.com> |X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, | KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, | SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 |X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: "Chang S. Bae via Libc-alpha" | |From: "Chang S. Bae" |Reply-To: "Chang S. Bae" |Cc: linux-arch@vger.kernel.org, len.brown@intel.com, tony.luck@intel.com, | libc-alpha@sourceware.org, ravi.v.shankar@intel.com, | chang.seok.bae@intel.com, | jannh@google.com, linux-kernel@vger.kernel.org, dave.hansen@intel.com, | linux-kselftest@vger.kernel.org, linux-api@vger.kernel.org, | Dave.Martin@arm.com |Errors-To: libc-alpha-bounces@sourceware.org |Sender: "Libc-alpha" | |The test measures the kernel's signal delivery with different (enough vs. |insufficient) stack sizes. | |Signed-off-by: Chang S. Bae |Reviewed-by: Len Brown |Cc: x86@kernel.org |Cc: linux-kselftest@vger.kernel.org |Cc: linux-kernel@vger.kernel.org |--- |Changes from v3: |* Revised test messages again (Borislav Petkov) | |Changes from v2: |* Revised test messages (Borislav Petkov) |--- | tools/testing/selftests/x86/Makefile | 2 +- | tools/testing/selftests/x86/sigaltstack.c | 128 ++++++++++++++++++++++ | 2 files changed, 129 insertions(+), 1 deletion(-) | create mode 100644 tools/testing/selftests/x86/sigaltstack.c | |diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile |index 333980375bc7..65bba2ae86ee 100644 |--- a/tools/testing/selftests/x86/Makefile |+++ b/tools/testing/selftests/x86/Makefile -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored patching file tools/testing/selftests/x86/sigaltstack.c