Linux Test Project
 help / color / mirror / Atom feed
* [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; 18+ 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] 18+ messages in thread

end of thread, other threads:[~2026-08-03 11:07 UTC | newest]

Thread overview: 18+ 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
2026-08-03  9:13   ` Petr Vorel
2026-08-03  9:22     ` Cyril Hrubis
2026-08-03  9:28       ` Andrea Cervesato via ltp
2026-08-03  9:44         ` Li Wang
2026-08-03 10:24           ` Petr Vorel
2026-08-03 10:34             ` Andrea Cervesato via ltp
2026-08-03 11:06               ` Petr Vorel
2026-08-03 10:24         ` Cyril Hrubis
2026-08-03 10:26           ` Petr Vorel
2026-08-03 10:33       ` Petr Vorel
2026-08-03  9:23     ` Andrea Cervesato via ltp
2026-08-03  9:44       ` Petr Vorel
2026-08-03 10:14         ` Andrea Cervesato via ltp
2026-08-03  9:29     ` Jan Stancek via ltp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox