* [LTP] [PATCH 1/1] Switch to patchwork.kernel.org
@ 2026-07-31 5:45 Petr Vorel
2026-07-31 6:14 ` [LTP] " linuxtestproject.agent
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Petr Vorel @ 2026-07-31 5:45 UTC (permalink / raw)
To: ltp
LTP project decided to move from https://patchwork.ozlabs.org/
to https://patchwork.kernel.org/.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
.b4-config | 2 +-
.github/pull_request_template.md | 2 +-
README.rst | 2 +-
ci/tools/patchwork.sh | 2 +-
doc/maintainers/patch_review.rst | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.b4-config b/.b4-config
index aea68ad8f6..c2766cd4fb 100644
--- a/.b4-config
+++ b/.b4-config
@@ -2,7 +2,7 @@
# See https://b4.docs.kernel.org/en/latest/config.html
[b4]
send-series-to = Linux Test Project <ltp@lists.linux.it>
- pw-url = https://patchwork.ozlabs.org/
+ pw-url = https://patchwork.kernel.org/
pw-project = ltp
# other checkpatch.pl options from .checkpatch.conf are used
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index e2c076ddd5..1149edf7c5 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,7 +4,7 @@
* Although we *occasionally* also accept GitHub pull requests, the *preferred* way is sending patches to our mailing list: https://lore.kernel.org/ltp/
There is an example how to use it: https://github.com/linux-test-project/ltp/wiki/C-Test-Case-Tutorial#7-submitting-the-test-for-review (using git format-patch and git send-email).
LTP mailing list is archived at: https://lore.kernel.org/ltp/.
-We also have a patchwork instance: https://patchwork.ozlabs.org/project/ltp/list/.
+We also have a patchwork instance: https://patchwork.kernel.org/project/ltp/list/.
* Commits should be signed: Signed-off-by: Your Name <me@example.org>, see
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin
diff --git a/README.rst b/README.rst
index 9853222fbe..06600cf20f 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,6 @@ Some references:
* `Source code <https://github.com/linux-test-project/ltp>`_
* `Releases <https://github.com/linux-test-project/ltp/releases>`_
* `Mailing List <http://lists.linux.it/listinfo/ltp>`_
-* `Working patches (patchwork) <https://patchwork.ozlabs.org/project/ltp/list/>`_
+* `Working patches (patchwork) <https://patchwork.kernel.org/project/ltp/list/>`_
* `Working patches (lore.kernel.org) <https://lore.kernel.org/ltp>`_
* `#ltp @ libera chat <https://libera.chat/>`_
diff --git a/ci/tools/patchwork.sh b/ci/tools/patchwork.sh
index 5c58bee5d8..71155704c0 100755
--- a/ci/tools/patchwork.sh
+++ b/ci/tools/patchwork.sh
@@ -7,7 +7,7 @@
#
# Copyright (c) 2025 Andrea Cervesato <andrea.cervesato@suse.com>
-PATCHWORK_URL="${PATCHWORK_URL:-https://patchwork.ozlabs.org}"
+PATCHWORK_URL="${PATCHWORK_URL:-https://patchwork.kernel.org}"
PATCHWORK_SINCE="${PATCHWORK_SINCE:-3600}"
PATCHWORK_MAX_SINCE="${PATCHWORK_MAX_SINCE:-86400}"
PATCHWORK_CI_PREFIX="${PATCHWORK_CI_PREFIX:-github-build}"
diff --git a/doc/maintainers/patch_review.rst b/doc/maintainers/patch_review.rst
index 50e4f8ccf8..0665e492ec 100644
--- a/doc/maintainers/patch_review.rst
+++ b/doc/maintainers/patch_review.rst
@@ -126,7 +126,7 @@ Commit messages should have
* LTP documentation should be kept up to date.
After patch is accepted or rejected, set correct state and archive in the
-`LTP patchwork instance <https://patchwork.ozlabs.org/project/ltp/list/>`_.
+`LTP patchwork instance <https://patchwork.kernel.org/project/ltp/list/>`_.
New tests
---------
--
2.53.0
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [LTP] Switch to patchwork.kernel.org
2026-07-31 5:45 [LTP] [PATCH 1/1] Switch to patchwork.kernel.org Petr Vorel
@ 2026-07-31 6:14 ` linuxtestproject.agent
2026-07-31 7:25 ` [LTP] [PATCH 1/1] " Avinesh Kumar via ltp
2026-07-31 7:43 ` Andrea Cervesato via ltp
2 siblings, 0 replies; 4+ messages in thread
From: linuxtestproject.agent @ 2026-07-31 6:14 UTC (permalink / raw)
To: Petr Vorel; +Cc: ltp
Hi Petr,
On Fri, Jul 31, 2026 at 07:45:47AM +0200, Petr Vorel wrote:
> Switch to patchwork.kernel.org
Verdict - Reviewed
---
Note:
The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.
Regards,
LTP AI Reviewer
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH 1/1] Switch to patchwork.kernel.org
2026-07-31 5:45 [LTP] [PATCH 1/1] Switch to patchwork.kernel.org Petr Vorel
2026-07-31 6:14 ` [LTP] " linuxtestproject.agent
@ 2026-07-31 7:25 ` Avinesh Kumar via ltp
2026-07-31 7:43 ` Andrea Cervesato via ltp
2 siblings, 0 replies; 4+ messages in thread
From: Avinesh Kumar via ltp @ 2026-07-31 7:25 UTC (permalink / raw)
To: Petr Vorel; +Cc: ltp
Hi Petr,
This is great, Thank you!
Reviewed-by: Avinesh Kumar <avinesh.kumar@suse.com>
Regards,
Avinesh
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH 1/1] Switch to patchwork.kernel.org
2026-07-31 5:45 [LTP] [PATCH 1/1] Switch to patchwork.kernel.org Petr Vorel
2026-07-31 6:14 ` [LTP] " linuxtestproject.agent
2026-07-31 7:25 ` [LTP] [PATCH 1/1] " Avinesh Kumar via ltp
@ 2026-07-31 7:43 ` Andrea Cervesato via ltp
2 siblings, 0 replies; 4+ messages in thread
From: Andrea Cervesato via ltp @ 2026-07-31 7:43 UTC (permalink / raw)
To: Petr Vorel; +Cc: ltp
Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com>
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-31 7:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31 5:45 [LTP] [PATCH 1/1] Switch to patchwork.kernel.org Petr Vorel
2026-07-31 6:14 ` [LTP] " linuxtestproject.agent
2026-07-31 7:25 ` [LTP] [PATCH 1/1] " Avinesh Kumar via ltp
2026-07-31 7:43 ` Andrea Cervesato via ltp
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.