can't find file to patch at input line 85 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Mon Sep 13 17:52:44 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: 44954 |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 D1AC23858424 | for ; Mon, 13 Sep 2021 17:54:45 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1AC23858424 |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1631555685; | bh=BIyLhfje6dQw22RwzoGzzOaGdWoyNFnh8cuPBRpCfxI=; | 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=lQdXw+kYF5y62L9L4FcCWz3lJa/n+4JQtHsxQP3HHACRXlKiNjJc8Ys8fN3eSXj0E | GZr4rQn0zwSISZ7KP2EcUwZ7ew77tSfI4W0/XyqQLvZBqb+PyKcPs8/hr4fUWkQc+0 | ccX0fL6+PLKitGLu4+FrmQaZrZDtX4+MUWwfAbnQ= |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 88A063858006 | for ; Mon, 13 Sep 2021 17:53:05 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 88A063858006 |Received: from [127.0.0.1] (localhost [127.0.0.1]) | (Authenticated sender: tonyk) with ESMTPSA id B783C1F42CE6 |To: Thomas Gleixner , Ingo Molnar , | Peter Zijlstra , Darren Hart , | linux-kernel@vger.kernel.org, Steven Rostedt , | Sebastian Andrzej Siewior |Subject: [PATCH v3 1/6] futex: Prepare for futex_wait_multiple() |Date: Mon, 13 Sep 2021 14:52:44 -0300 |Message-Id: <20210913175249.81074-2-andrealmeid@collabora.com> |X-Mailer: git-send-email 2.33.0 |In-Reply-To: <20210913175249.81074-1-andrealmeid@collabora.com> |References: <20210913175249.81074-1-andrealmeid@collabora.com> |MIME-Version: 1.0 |X-Spam-Status: No, score=-12.1 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" | | |Make public functions and defines that will be used for |futex_wait_multiple() function in next commit. | |Signed-off-by: André Almeida |--- | kernel/futex.c | 134 +--------------------------------------------- | kernel/futex.h | 140 +++++++++++++++++++++++++++++++++++++++++++++++++ | 2 files changed, 142 insertions(+), 132 deletions(-) | create mode 100644 kernel/futex.h | |diff --git a/kernel/futex.c b/kernel/futex.c |index c15ad276fd15..32c91f9d7385 100644 |--- a/kernel/futex.c |+++ b/kernel/futex.c -------------------------- File to patch: Skip this patch? [y] Skipping patch. 5 out of 5 hunks ignored patching file kernel/futex.h patching file MAINTAINERS Hunk #1 FAILED at 7718. Hunk #2 FAILED at 7725. 2 out of 2 hunks FAILED -- saving rejects to file MAINTAINERS.rej can't find file to patch at input line 545 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h |index 252243c7783d..a30083ec4bd5 100644 |--- a/include/linux/syscalls.h |+++ b/include/linux/syscalls.h -------------------------- File to patch: Skip this patch? [y] Skipping patch. 2 out of 2 hunks ignored can't find file to patch at input line 569 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h |index 1c5fb86d455a..ebafbb27cc41 100644 |--- a/include/uapi/asm-generic/unistd.h |+++ b/include/uapi/asm-generic/unistd.h -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 586 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/include/uapi/linux/futex.h b/include/uapi/linux/futex.h |index 235e5b2facaa..71a5df8d2689 100644 |--- a/include/uapi/linux/futex.h |+++ b/include/uapi/linux/futex.h -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 622 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/init/Kconfig b/init/Kconfig |index 11f8a845f259..a5c9300f9000 100644 |--- a/init/Kconfig |+++ b/init/Kconfig -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 640 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/kernel/Makefile b/kernel/Makefile |index 4df609be42d0..1eaf2af50283 100644 |--- a/kernel/Makefile |+++ b/kernel/Makefile -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 652 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/kernel/futex.c b/kernel/futex.c |index 32c91f9d7385..858465f97d9b 100644 |--- a/kernel/futex.c |+++ b/kernel/futex.c -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored patching file kernel/futex.h patching file kernel/futex2.c can't find file to patch at input line 1011 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c |index f43d89d92860..3d0b94f6b88d 100644 |--- a/kernel/sys_ni.c |+++ b/kernel/sys_ni.c -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 1105 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- | |From patchwork Mon Sep 13 17:52:46 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: 44956 |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 6308D385843B | for ; Mon, 13 Sep 2021 17:56:17 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6308D385843B |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1631555777; | bh=AQmKgfH3qEqOtDyuCan45GTszTZszAW9eky6Y41uuFc=; | 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=bVauukyclBiqMMIdHHzeE/RrQSAs2VvR4VXJqWQDNfL7c61kSOTuWBmAHo5qk8CKh | jl6FFoqwj+8UCsp77TpmirUsoUgMwINwHlNvZGKCGoXt1add4V+we/pfGnfzlPk7ki | FLc7ZMimuF27CCnNo7CrYPuCzxZ+cGGUq7GGw6ls= |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 851E33858026 | for ; Mon, 13 Sep 2021 17:53:18 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 851E33858026 |Received: from [127.0.0.1] (localhost [127.0.0.1]) | (Authenticated sender: tonyk) with ESMTPSA id DA46C1F42D19 |To: Thomas Gleixner , Ingo Molnar , | Peter Zijlstra , Darren Hart , | linux-kernel@vger.kernel.org, Steven Rostedt , | Sebastian Andrzej Siewior |Subject: [PATCH v3 3/6] futex2: wire up syscall for x86 |Date: Mon, 13 Sep 2021 14:52:46 -0300 |Message-Id: <20210913175249.81074-4-andrealmeid@collabora.com> |X-Mailer: git-send-email 2.33.0 |In-Reply-To: <20210913175249.81074-1-andrealmeid@collabora.com> |References: <20210913175249.81074-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 960a021d543e..7e25543693de 100644 |--- a/arch/x86/entry/syscalls/syscall_32.tbl |+++ b/arch/x86/entry/syscalls/syscall_32.tbl -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 1114 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 18b5500ea8bf..fe8f8dd157b4 100644 |--- a/arch/x86/entry/syscalls/syscall_64.tbl |+++ b/arch/x86/entry/syscalls/syscall_64.tbl -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 1207 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- | |From patchwork Mon Sep 13 17:52:47 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: 44957 |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 6146F3858026 | for ; Mon, 13 Sep 2021 17:57:56 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6146F3858026 |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1631555876; | 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=HSPNJx0Z4FphZ7rl/35JclgG9p6AKUZ54sySxAfKvbAj6Gx6LNx5aJgnqrHEQNVX2 | BAESvhnpiBxfB2uS6wtjznNWBqqcGAIhn6+UgaKNXKxqO6HI/yk7gmJQQbXCCNiowj | 1j+RyV/3c9lCv1EXVrxlMn/0ieFGyGrnGUmFBkVQ= |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 AF4B7385842C | for ; Mon, 13 Sep 2021 17:53:22 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AF4B7385842C |Received: from [127.0.0.1] (localhost [127.0.0.1]) | (Authenticated sender: tonyk) with ESMTPSA id 3B8AE1F42D21 |To: Thomas Gleixner , Ingo Molnar , | Peter Zijlstra , Darren Hart , | linux-kernel@vger.kernel.org, Steven Rostedt , | Sebastian Andrzej Siewior |Subject: [PATCH v3 4/6] futex2: wire up syscall for ARM |Date: Mon, 13 Sep 2021 14:52:47 -0300 |Message-Id: <20210913175249.81074-5-andrealmeid@collabora.com> |X-Mailer: git-send-email 2.33.0 |In-Reply-To: <20210913175249.81074-1-andrealmeid@collabora.com> |References: <20210913175249.81074-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 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 1216 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 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 1229 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 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 1329 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- | |From patchwork Mon Sep 13 17:52:48 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: 44958 |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 8737C385801D | for ; Mon, 13 Sep 2021 17:58:38 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8737C385801D |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1631555918; | bh=X702utzC/Jz5tYVNNsk6XSXgQwncmG5+qNFNFp9SZ6Q=; | 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=xaaa/mwO+Ykmm3EmSwfLWgU806VBtke8U+nXNYuFr5B9/YPqYHPFZEBsdcoQHvThD | GFPbSvmjR1wixAvLeCD5Psy9b0oX5nwv/6aKJz+SwHjYClsjzQGblPXG/lo4RoqhUK | sAvnX0xBw8ns1tno1aOYUBrr0AwNqy5BX8VELRRo= |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 E7D133857C47 | for ; Mon, 13 Sep 2021 17:53:26 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E7D133857C47 |Received: from [127.0.0.1] (localhost [127.0.0.1]) | (Authenticated sender: tonyk) with ESMTPSA id 7300A1F42D0A |To: Thomas Gleixner , Ingo Molnar , | Peter Zijlstra , Darren Hart , | linux-kernel@vger.kernel.org, Steven Rostedt , | Sebastian Andrzej Siewior |Subject: [PATCH v3 5/6] selftests: futex2: Add waitv test |Date: Mon, 13 Sep 2021 14:52:48 -0300 |Message-Id: <20210913175249.81074-6-andrealmeid@collabora.com> |X-Mailer: git-send-email 2.33.0 |In-Reply-To: <20210913175249.81074-1-andrealmeid@collabora.com> |References: <20210913175249.81074-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" | | |Create a new file to test the waitv mechanism. Test both private and |shared futexes. Wake the last futex in the array, and check if the |return value from futex_waitv() is the right index. | |Signed-off-by: André Almeida |--- | .../selftests/futex/functional/.gitignore | 1 + | .../selftests/futex/functional/Makefile | 3 +- | .../selftests/futex/functional/futex_waitv.c | 158 ++++++++++++++++++ | .../testing/selftests/futex/functional/run.sh | 3 + | .../selftests/futex/include/futex2test.h | 31 ++++ | 5 files changed, 195 insertions(+), 1 deletion(-) | create mode 100644 tools/testing/selftests/futex/functional/futex_waitv.c | create mode 100644 tools/testing/selftests/futex/include/futex2test.h | |diff --git a/tools/testing/selftests/futex/functional/.gitignore b/tools/testing/selftests/futex/functional/.gitignore |index 0e78b49d0f2f..fbcbdb6963b3 100644 |--- a/tools/testing/selftests/futex/functional/.gitignore |+++ b/tools/testing/selftests/futex/functional/.gitignore -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 1338 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/tools/testing/selftests/futex/functional/Makefile b/tools/testing/selftests/futex/functional/Makefile |index bd1fec59e010..5cc38de9d8ea 100644 |--- a/tools/testing/selftests/futex/functional/Makefile |+++ b/tools/testing/selftests/futex/functional/Makefile -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored patching file tools/testing/selftests/futex/functional/futex_waitv.c can't find file to patch at input line 1516 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/tools/testing/selftests/futex/functional/run.sh b/tools/testing/selftests/futex/functional/run.sh |index 11a9d62290f5..5ccd599da6c3 100755 |--- a/tools/testing/selftests/futex/functional/run.sh |+++ b/tools/testing/selftests/futex/functional/run.sh -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored patching file tools/testing/selftests/futex/include/futex2test.h can't find file to patch at input line 1644 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- | |From patchwork Mon Sep 13 17:52:49 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: 44959 |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 319BC3858039 | for ; Mon, 13 Sep 2021 17:59:28 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 319BC3858039 |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1631555968; | bh=YbEz7hbR0vUTJcANoy2TUU8aIBHuxfll14EJQRAOdbQ=; | 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=MFj9W9KAGjuVHim1YnA2OBIzIOOprInL5yYbyzQ5ZkILX9u0/ypASjV8t9dzddWX/ | HAFj7sE2D9cSoPy265VPQp7SHPJhgKAALFgX0dRIZIWHQNe3xK2t8B91rn+8fn+3rN | iwTTSEs5yD8oglqJmj81nFycNzSqu5UqLnXGB0Rk= |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 2E8CD385802D | for ; Mon, 13 Sep 2021 17:53:31 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2E8CD385802D |Received: from [127.0.0.1] (localhost [127.0.0.1]) | (Authenticated sender: tonyk) with ESMTPSA id AF3991F42D02 |To: Thomas Gleixner , Ingo Molnar , | Peter Zijlstra , Darren Hart , | linux-kernel@vger.kernel.org, Steven Rostedt , | Sebastian Andrzej Siewior |Subject: [PATCH v3 6/6] selftests: futex2: Test futex_waitv timeout |Date: Mon, 13 Sep 2021 14:52:49 -0300 |Message-Id: <20210913175249.81074-7-andrealmeid@collabora.com> |X-Mailer: git-send-email 2.33.0 |In-Reply-To: <20210913175249.81074-1-andrealmeid@collabora.com> |References: <20210913175249.81074-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" | | |Test if the futex_waitv timeout is working as expected, using the |supported clockid options. | |Signed-off-by: André Almeida |--- | .../futex/functional/futex_wait_timeout.c | 21 ++++++++++++++++++- | 1 file changed, 20 insertions(+), 1 deletion(-) | |diff --git a/tools/testing/selftests/futex/functional/futex_wait_timeout.c b/tools/testing/selftests/futex/functional/futex_wait_timeout.c |index 1f8f6daaf1e7..4cdada0fcb81 100644 |--- a/tools/testing/selftests/futex/functional/futex_wait_timeout.c |+++ b/tools/testing/selftests/futex/functional/futex_wait_timeout.c -------------------------- File to patch: Skip this patch? [y] Skipping patch. 4 out of 4 hunks ignored