All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH doc] docs: gcov: fix link to LCOV website
@ 2024-09-26 13:09 Matthieu Baerts (NGI0)
  2024-09-26 16:58 ` MPTCP CI
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matthieu Baerts (NGI0) @ 2024-09-26 13:09 UTC (permalink / raw)
  To: mptcp, Peter Oberparleiter, Jonathan Corbet
  Cc: workflows, linux-doc, linux-kernel, Matthieu Baerts (NGI0)

The previous website hosted on SourceForge is no longer available since
January 2024 according to archive.org [1].

It looks like the website has been officially moved to GitHub in June
2022 [2]. Best to redirect readers to the new location then.

Link: https://web.archive.org/web/20240105235756/https://ltp.sourceforge.net/coverage/lcov.php [1]
Link: https://github.com/linux-test-project/lcov/commit/6da8399c7a7a [2]
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
 Documentation/dev-tools/gcov.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/gcov.rst b/Documentation/dev-tools/gcov.rst
index 5fce2b06f22954c3ac6e7d7118064f015624c4a9..53a85ffebcea9fc99484296c5193df7ab5ec4e3e 100644
--- a/Documentation/dev-tools/gcov.rst
+++ b/Documentation/dev-tools/gcov.rst
@@ -23,7 +23,7 @@ Possible uses:
   associated code is never run?)
 
 .. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
-.. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
+.. _lcov: https://github.com/linux-test-project/lcov
 
 
 Preparation

---
base-commit: 052f172ef127e3b76f31e11f71e957e552cdb94d
change-id: 20240926-doc-fix-lcov-link-0bfc5a83a1be

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH doc] docs: gcov: fix link to LCOV website
  2024-09-26 13:09 [PATCH doc] docs: gcov: fix link to LCOV website Matthieu Baerts (NGI0)
@ 2024-09-26 16:58 ` MPTCP CI
  2024-10-01  8:35 ` Peter Oberparleiter
  2024-10-07 17:16 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: MPTCP CI @ 2024-09-26 16:58 UTC (permalink / raw)
  To: Matthieu Baerts; +Cc: mptcp

Hi Matthieu,

Thank you for your modifications, that's great!

Our CI did some validations and here is its report:

- KVM Validation: normal: Success! ✅
- KVM Validation: debug: Critical: Global Timeout ❌
- KVM Validation: btf (only bpftest_all): Success! ✅
- Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/11053241411

Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/67d12a840f1a
Patchwork: https://patchwork.kernel.org/project/mptcp/list/?series=893147


If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:

    $ cd [kernel source code]
    $ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
        --pull always mptcp/mptcp-upstream-virtme-docker:latest \
        auto-normal

For more details:

    https://github.com/multipath-tcp/mptcp-upstream-virtme-docker


Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)

Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (NGI0 Core)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH doc] docs: gcov: fix link to LCOV website
  2024-09-26 13:09 [PATCH doc] docs: gcov: fix link to LCOV website Matthieu Baerts (NGI0)
  2024-09-26 16:58 ` MPTCP CI
@ 2024-10-01  8:35 ` Peter Oberparleiter
  2024-10-07 17:16 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Oberparleiter @ 2024-10-01  8:35 UTC (permalink / raw)
  To: Matthieu Baerts (NGI0), mptcp, Jonathan Corbet
  Cc: workflows, linux-doc, linux-kernel

On 26.09.2024 15:09, Matthieu Baerts (NGI0) wrote:
> The previous website hosted on SourceForge is no longer available since
> January 2024 according to archive.org [1].
> 
> It looks like the website has been officially moved to GitHub in June
> 2022 [2]. Best to redirect readers to the new location then.
> 
> Link: https://web.archive.org/web/20240105235756/https://ltp.sourceforge.net/coverage/lcov.php [1]
> Link: https://github.com/linux-test-project/lcov/commit/6da8399c7a7a [2]
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

Yes, let's update the link.

Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com>


-- 
Peter Oberparleiter
Linux on IBM Z Development - IBM Germany R&D

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH doc] docs: gcov: fix link to LCOV website
  2024-09-26 13:09 [PATCH doc] docs: gcov: fix link to LCOV website Matthieu Baerts (NGI0)
  2024-09-26 16:58 ` MPTCP CI
  2024-10-01  8:35 ` Peter Oberparleiter
@ 2024-10-07 17:16 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2024-10-07 17:16 UTC (permalink / raw)
  To: Matthieu Baerts (NGI0), mptcp, Peter Oberparleiter
  Cc: workflows, linux-doc, linux-kernel, Matthieu Baerts (NGI0)

"Matthieu Baerts (NGI0)" <matttbe@kernel.org> writes:

> The previous website hosted on SourceForge is no longer available since
> January 2024 according to archive.org [1].
>
> It looks like the website has been officially moved to GitHub in June
> 2022 [2]. Best to redirect readers to the new location then.
>
> Link: https://web.archive.org/web/20240105235756/https://ltp.sourceforge.net/coverage/lcov.php [1]
> Link: https://github.com/linux-test-project/lcov/commit/6da8399c7a7a [2]
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
> ---
>  Documentation/dev-tools/gcov.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/dev-tools/gcov.rst b/Documentation/dev-tools/gcov.rst
> index 5fce2b06f22954c3ac6e7d7118064f015624c4a9..53a85ffebcea9fc99484296c5193df7ab5ec4e3e 100644
> --- a/Documentation/dev-tools/gcov.rst
> +++ b/Documentation/dev-tools/gcov.rst
> @@ -23,7 +23,7 @@ Possible uses:
>    associated code is never run?)
>  
>  .. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
> -.. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
> +.. _lcov: https://github.com/linux-test-project/lcov
>  
Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-07 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26 13:09 [PATCH doc] docs: gcov: fix link to LCOV website Matthieu Baerts (NGI0)
2024-09-26 16:58 ` MPTCP CI
2024-10-01  8:35 ` Peter Oberparleiter
2024-10-07 17:16 ` Jonathan Corbet

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.