[LTP] [PATCH 1/1] Switch to patchwork.kernel.org
Petr Vorel
pvorel@suse.cz
Fri Jul 31 07:45:47 CEST 2026
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
More information about the ltp
mailing list